Note
Click here to download the full example code
Prepare ILSVRC 2015 DET dataset¶
ILSVRC DET dataset is a dataset for object localization/detection and image/scene classification task. It contains two hundred full labeled categories for detection and 1000 categories for Object localization
This tutorial helps you to download ILSVRC DET and set it up for later experiments.
Hint
You need 121G free disk space to download and extract this dataset. SSD harddrives are recommended for faster speed. The time it takes to prepare the dataset depends on your Internet connection and disk speed.
Prepare the dataset¶
We will download and unzip the following files:
we suggest run the command because it included download dataset and data processing, the easiest way is to run this script:
python ilsvrc_det.py
Total running time of the script: ( 0 minutes 0.000 seconds)