File size: 388 Bytes
d4b77ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Preprocessing DET(Object detection)
Large Scale Visual Recognition Challenge 2015 (ILSVRC2015)
### Download dataset (49GB)
````shell
wget http://image-net.org/image/ILSVRC2015/ILSVRC2015_DET.tar.gz
tar -xzvf ./ILSVRC2015_DET.tar.gz
````
### Crop & Generate data info (10 min)
````shell
#python par_crop.py [crop_size] [num_threads]
python par_crop.py 511 12
python gen_json.py
````
|