Application.CV.IMAGE_CLASSIFICATION.See: Description
| Class | Description |
|---|---|
| AbstractImageFolder |
A dataset for loading image files stored in a folder structure.
|
| AbstractImageFolder.ImageFolderBuilder<T extends AbstractImageFolder.ImageFolderBuilder<T>> |
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. |
| FashionMnist |
FashMnist is a dataset from Zalando article images
https://github.com/zalandoresearch/fashion-mnist.
|
| FashionMnist.Builder |
A builder for a
FashionMnist. |
| ImageClassificationDataset |
A helper to create
Datasets for Application.CV.IMAGE_CLASSIFICATION. |
| 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. |
Application.CV.IMAGE_CLASSIFICATION.