This commit is contained in:
Glenn Jocher 2019-12-22 11:08:02 -08:00
parent c693219e57
commit 8aeef8da72
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -22,4 +22,3 @@ f="val2017.zip" && curl http://images.cocodataset.org/zips/$f -o $f && unzip -q
# cd out
cd ../..