Module vision
Expand description
Vision datasets.
Structs§
- Bounding
Box - Object detection bounding box annotation.
- Image
Dataset Item - Image dataset item.
- Image
Folder Dataset - A generic dataset to load images from disk.
- Mnist
Dataset - The MNIST dataset consists of 70,000 28x28 black-and-white images in 10 classes (one for each digits), with 7,000 images per class. There are 60,000 training images and 10,000 test images.
- Mnist
Item - MNIST item.
- Segmentation
Mask - Segmentation mask annotation. For semantic segmentation, a mask has a single channel (C = 1). For instance segmentation, there may be multiple masks per image (C >= 1).
Enums§
- Annotation
- Annotation type for different tasks.
- Image
Loader Error - Error type for ImageFolderDataset.
- Pixel
Depth - Image data type.