Package ai.djl.basicdataset.cv.classification
Contains a library of built-in datasets for
Application.CV.IMAGE_CLASSIFICATION
.-
Class Summary Class Description AbstractImageFolder A dataset for loading image files stored in a folder structure.AbstractImageFolder.ImageFolderBuilder<T extends AbstractImageFolder.ImageFolderBuilder<T>> Used to build anAbstractImageFolder
.CaptchaDataset ADataset
featuring captcha images.CaptchaDataset.Builder A builder for aCaptchaDataset
.Cifar10 CIFAR10 image classification dataset from https://www.cs.toronto.edu/~kriz/cifar.html.Cifar10.Builder A builder to construct aCifar10
.FashionMnist FashMnist is a dataset from Zalando article images (https://github.com/zalandoresearch/fashion-mnist).FashionMnist.Builder A builder for aFashionMnist
.FruitsFreshAndRotten FruitRottenFresh classification dataset that contains the same fruit where rotten and fresh class are stored in different sub folders.FruitsFreshAndRotten.Builder A builder for theFruitsFreshAndRotten
.ImageClassificationDataset A helper to createDataset
s forApplication.CV.IMAGE_CLASSIFICATION
.ImageFolder A dataset for loading image files stored in a folder structure.ImageFolder.Builder A builder for theImageFolder
.ImageNet ImageNet is an image classification dataset from http://image-net.org 2012 Classification dataset.ImageNet.Builder A builder for aImageNet
.Mnist MNIST handwritten digits dataset from http://yann.lecun.com/exdb/mnist.Mnist.Builder A builder for aMnist
.