Tiny ImageNet¶
-
class
olympus.datasets.tinyimagenet.TinyImageNet(data_path)[source]¶ Bases:
olympus.datasets.dataset.AllDatasetTiny Imagenet has 200 classes. Each class has 500 training images, 50 validation images, and 50 test images. We have released the training and validation sets with images and annotations. We provide both class labels and bounding boxes as annotations; however, you are asked only to predict the class label of each image without localizing the objects. The test set is released without labels. More at tiny-imagenet.
References
[1] Jiayu Wu, Qixiang Zhang, Guoxi Xu. “Tiny ImageNet Challenge”, 2017 Attributes: - classes: List[int]
Return the mapping between samples index and their class
- input_shape: (3, 64, 64)
Size of a sample stored in this dataset
- target_shape: (200,)
The dataset is composed of 200 classes
- train_size: 90000
Size of the train dataset
- valid_size: 10000
Size of the validation dataset
- test_size: 10000
Size of the test dataset
Methods
categories()Dataset tags so we can filter what we want depending on the task transforms()register_datapipe_as_function register_function