| Package | Description |
|---|---|
| org.openimaj.image.annotation.evaluation.datasets | |
| org.openimaj.image.annotation.evaluation.datasets.cifar |
| Modifier and Type | Field and Description |
|---|---|
static BinaryReader<FImage> |
CIFARDataset.FIMAGE_READER
Reader for getting the data as
FImages |
static BinaryReader<MBFImage> |
CIFARDataset.MBFIMAGE_READER
Reader for getting the data as
MBFImages |
| Modifier and Type | Method and Description |
|---|---|
static <IMAGE> GroupedDataset<String,ListDataset<IMAGE>,IMAGE> |
CIFAR10Dataset.getTestImages(BinaryReader<IMAGE> reader)
Load the test images using the given reader.
|
static <IMAGE> GroupedDataset<String,ListDataset<IMAGE>,IMAGE> |
CIFAR100Dataset.getTestImages(BinaryReader<IMAGE> reader,
boolean fineLabels)
Load the test images using the given reader.
|
static <IMAGE> GroupedDataset<String,ListDataset<IMAGE>,IMAGE> |
CIFAR10Dataset.getTrainingImages(BinaryReader<IMAGE> reader)
Load the training images using the given reader.
|
static <IMAGE> GroupedDataset<String,ListDataset<IMAGE>,IMAGE> |
CIFAR100Dataset.getTrainingImages(BinaryReader<IMAGE> reader,
boolean fineLabels)
Load the training images using the given reader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FImageReader
BinaryReader for CIFAR data that converts the encoded rgb pixel
values into an FImage (by unweighted averaging). |
class |
MBFImageReader
BinaryReader for CIFAR data that converts the encoded rgb pixel
values into an MBFImage. |