Step1: ImageNet 폴더 만들기 ~ $ mkdir ~/Downloads/ImageNet Step2: Dataset, Bounding boxes 다운받기 ~/Downloads/ImageNet$ wget http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_train.tar ~/Downloads/ImageNet$ wget http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_bbox_train_v2.tar.gz ~/Downloads/ImageNet$ wget http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC20.....