Skip to content

DoranLyong/ImageNet2012-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ImageNet2012 download & arrangement

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published