File size: 1,290 Bytes
09013eb
0b35b3d
 
 
 
09013eb
 
 
 
 
 
 
 
 
 
0b35b3d
09013eb
 
0b35b3d
09013eb
 
 
 
 
0b35b3d
 
 
 
09013eb
0b35b3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: other
license_name: imagenet
license_link: https://www.image-net.org/download.php

dataset_info:
  features:
  - name: imagenet_label_idx
    dtype: string
  - name: label
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: test
    num_bytes: 86075321397
    num_examples: 344800
  download_size: 86081290114
  dataset_size: 86075321397
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
language:
- en
tags:
- image
---

# Introduction

This is a tiny subset of ImageNet ([imagenet-w21-wds](https://huggingface.co/datasets/timm/imagenet-w21-wds)). For each label, there are 20 sampled images. Those labels that have less than 20 images are skipped.

# Citation

Please cite the paper if you use this dataset.
```
@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}
}
```