diff --git a/data/get_coco_dataset.sh b/data/get_coco_dataset.sh index e7764f2d..625ed414 100755 --- a/data/get_coco_dataset.sh +++ b/data/get_coco_dataset.sh @@ -13,6 +13,9 @@ wget -c https://pjreddie.com/media/files/val2014.zip unzip -q train2014.zip unzip -q val2014.zip +# (optional) Delete zip files +rm -rf *.zip + cd .. # Download COCO Metadata