From 7a31f4b288c6518a3dfb102daf8eaf7214f25369 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 21 Feb 2019 00:14:16 +0100 Subject: [PATCH] updates --- data/get_coco_dataset.sh | 3 +++ 1 file changed, 3 insertions(+) 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