Application.CV.See: Description
| Class | Description |
|---|---|
| BananaDetection |
Banana image detection dataset contains a 3 x 256 x 256 image in the dataset with a banana of
varying sizes in each image.
|
| BananaDetection.Builder |
A builder for a
BananaDetection. |
| 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.
|
| CocoUtils |
A utility class that assists in loading and parsing the annotations in Coco.
|
| ImageDataset |
A helper to create a
Dataset where the data contains a single
image. |
| ImageDataset.BaseBuilder<T extends ImageDataset.BaseBuilder<T>> |
Used to build an
ImageClassificationDataset. |
| ObjectDetectionDataset |
A helper to create
Datasets for Application.CV.OBJECT_DETECTION. |
| PikachuDetection |
Pikachu image detection dataset that contains multiple Pikachus in each image.
|
| PikachuDetection.Builder |
A builder for a
PikachuDetection. |
Application.CV.