| Interface | Description |
|---|---|
| BasicDatasets |
An interface which contains datasets that are hosted on https://mlrepo.djl.ai/.
|
| Class | Description |
|---|---|
| AbstractImageFolder |
A dataset for loading image files stored in a folder structure.
|
| AbstractImageFolder.ImageFolderBuilder<T extends AbstractImageFolder.ImageFolderBuilder> |
Used to build an
AbstractImageFolder. |
| CaptchaDataset |
A
Dataset featuring captcha images. |
| CaptchaDataset.Builder |
A builder for a
CaptchaDataset. |
| Cifar10 |
CIFAR10 image classification dataset from https://www.cs.toronto.edu/~kriz/cifar.html.
|
| Cifar10.Builder |
A builder to construct a
Cifar10. |
| CocoDetection |
Coco image detection dataset from http://cocodataset.org/#home.
|
| CocoDetection.Builder |
A builder to construct a
CocoDetection. |
| CocoMetadata |
A metadata class to represent the structure of annotations in Coco.
|
| CocoMetadata.Annotation |
An annotation applied to an image in the coco dataset.
|
| CocoMetadata.Category |
An annotation category in the coco dataset.
|
| CocoMetadata.Image |
An image in the coco dataset.
|
| CocoMetadata.RectangleDeserializer |
A
JsonDeserializer for the Rectangle class. |
| CocoUtils |
A utility class that assists in loading and parsing the annotations in Coco.
|
| ImageFolder |
A dataset for loading image files stored in a folder structure.
|
| ImageFolder.Builder |
A builder for the
ImageFolder. |
| ImageNet |
ImageNet is an image classification dataset from http://image-net.org 2012 Classification
dataset.
|
| ImageNet.Builder |
A builder for a
ImageNet. |
| Mnist |
MNIST handwritten digits dataset from http://yann.lecun.com/exdb/mnist.
|
| Mnist.Builder |
A builder for a
Mnist. |
| PikachuDetection |
Pikachu image detection dataset that contains multiple Pikachus in each image.
|
| PikachuDetection.Builder |
A builder for a
PikachuDetection. |
| TatoebaEnglishFrenchDataset |
TatoebaEnglishFrenchDataset is a English-French machine translation dataset from The
Tatoeba Project (http://www.manythings.org/anki/). |
| TatoebaEnglishFrenchDataset.Builder |
A builder for a
TatoebaEnglishFrenchDataset. |
The basic datasets all extend BasicDatasets.