/ImageNet2012-download

ImageNet2012 download & arrangement

Primary LanguageShell

ImageNet2012 Download and Arrangement

The official download link is expired now 😒. However, we can download the dataset through Torrent.

❗ check more information from https://image-net.org/ , if you need.

Download data

  • Go to this link to download torrent files (for training and validation)
  • Make them located in this repository
.
β”œβ”€β”€ ILSVRC2012_img_train.tar
└── ILSVRC2012_img_val.tar

Make them arranged

Run the DB_arrangement.bash for handling the above compressed files.

bash DB_arrangement.bash

Be sure if they are arranged like below:

./train
β”œβ”€β”€ n07693725
β”œβ”€β”€ ... 
└── n07614500
./val
β”œβ”€β”€ n01440764 
β”œβ”€β”€ ...
└── n04458633

Dataloader example (PyTorch)

Check the dataloader_example.ipynb


Reference