diff --git a/data/get_coco_dataset.sh b/data/get_coco_dataset.sh index 529aafd8..4edd2b99 100755 --- a/data/get_coco_dataset.sh +++ b/data/get_coco_dataset.sh @@ -2,13 +2,10 @@ # CREDIT: https://github.com/pjreddie/darknet/tree/master/scripts/get_coco_dataset.sh # Clone COCO API -git clone https://github.com/pdollar/coco -cd coco - -mkdir images -cd images +git clone https://github.com/pdollar/coco && cd coco # Download Images +mkdir images && cd images wget -c https://pjreddie.com/media/files/train2014.zip wget -c https://pjreddie.com/media/files/val2014.zip