diff --git a/data/get_coco2014.sh b/data/get_coco2014.sh index 300b690b..2125cf1f 100755 --- a/data/get_coco2014.sh +++ b/data/get_coco2014.sh @@ -6,7 +6,6 @@ # Download labels from Google Drive, accepting presented query filename="coco2014labels.zip" fileid="1s6-CmF5_SElM28r52P1OUrCcuXZN-SFo" - curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${fileid}" > /dev/null curl -Lb ./cookie "https://drive.google.com/uc?export=download&confirm=`awk '/download/ {print $NF}' ./cookie`&id=${fileid}" -o ${filename} rm ./cookie diff --git a/data/get_coco2017.sh b/data/get_coco2017.sh index 249a5454..30f60b5b 100755 --- a/data/get_coco2017.sh +++ b/data/get_coco2017.sh @@ -22,4 +22,3 @@ f="val2017.zip" && curl http://images.cocodataset.org/zips/$f -o $f && unzip -q # cd out cd ../.. -