CoolFace
Datasetpublic

clane9/imagenet-100

Dataset Card for ImageNet-100 ImageNet-100 is a subset of the original ImageNet-1k dataset containing 100 randomly selected classes. In addition, the images have been resized to 160 pixels on the shorter side. Homepage: https://github.com/HobbitLong/CMC Paper: https://arxiv.org/abs/1906.05849 Dataset Structure Data Instances An example looks like below: { 'image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=160x213>, 'label': 0 }… See the full description on the dataset page: https://huggingface.co/datasets/clane9/imagenet-100.

sourceHugging Faceupdated 2y agoView on Hugging Face
12likes6.4kdownloads
7 commits on main
0519dc22y ago

Update README.md

clane9
feb87183y ago

Update README.md

clane9
74e36af3y ago

Move generation scripts

clane9
cc5cbc53y ago

Add generation scripts and update README.md

clane9
dd6859f3y ago

Upload dataset

clane9
78823563y ago

Upload dataset

clane9
53b325c3y ago

initial commit

clane9