All the ImageNets
Collection
Noteworthy instances of ImageNet on the Hub. Vetted and tested with timm train and validation scripts.
•
8 items
•
Updated
•
4
image
imagewidth (px) 14
4.77k
| label
class label 93
classes |
---|---|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
|
0n01532829
|
A mini version of ImageNet-1k with 100 of 1000 classes present.
Unlike some 'mini' variants this one includes the original images at their original sizes. Many such subsets downsample to 84x84 or other smaller resolutions.
This dataset is good for testing hparams and models in timm
python train.py --dataset hfds/timm/mini-imagenet --model resnet50 --amp --num-classes 100
For the specific instance of this mini variant I am not sure what the origin is. It is different from commonly referenced Vinyales et al.,2016 as it doesn't match the classes / splits.
Train & validation splits match train & test of https://www.kaggle.com/datasets/ctrnngtrung/miniimagenet ... it is not clear where that originated though.
Original ImageNet citation:
@article{imagenet15russakovsky,
Author = {Olga Russakovsky and Jia Deng and Hao Su and Jonathan Krause and Sanjeev Satheesh and Sean Ma and Zhiheng Huang and Andrej Karpathy and Aditya Khosla and Michael Bernstein and Alexander C. Berg and Li Fei-Fei},
Title = { {ImageNet Large Scale Visual Recognition Challenge} },
Year = {2015},
journal = {International Journal of Computer Vision (IJCV)},
doi = {10.1007/s11263-015-0816-y},
volume={115},
number={3},
pages={211-252}
}