imagenet_sample20 / README.md
yyyyifan's picture
Update README.md
0b35b3d verified
metadata
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). 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}
}