From f1e8d23d393a57749a77d30a43931b948e1c9bd5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 22 Nov 2019 14:36:49 -1000 Subject: [PATCH] updates --- data/get_coco_dataset_gdrive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/get_coco_dataset_gdrive.sh b/data/get_coco_dataset_gdrive.sh index 9ec3a1ef..c965e487 100755 --- a/data/get_coco_dataset_gdrive.sh +++ b/data/get_coco_dataset_gdrive.sh @@ -7,7 +7,7 @@ # Set fileid and filename filename="coco.zip" -fileid="1HaXkef9z6y5l4vUnCYgdmEAj61c6bfWO" # coco.zip +fileid="1WQT6SOktSe8Uw6r10-2JhbEhMY5DJaph" # coco.zip # Download from Google Drive, accepting presented query curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${fileid}" > /dev/null