From 1a2774bd2b7ff0e82af15f9be6c33013bd507422 Mon Sep 17 00:00:00 2001 From: pinto0309 Date: Tue, 27 Jun 2023 08:23:03 +0900 Subject: [PATCH] Google Drive to Wasabi Storage --- 087_DeepSort/download.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/087_DeepSort/download.sh b/087_DeepSort/download.sh index d2633d1cb6..107663f2ff 100755 --- a/087_DeepSort/download.sh +++ b/087_DeepSort/download.sh @@ -1,8 +1,6 @@ #!/bin/bash -fileid="1CIAU0OQL4bFIms-e74V2OUYnqIzq10q-" -html=`curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${fileid}"` -curl -Lb ./cookie "https://drive.google.com/uc?export=download&`echo ${html}|grep -Po '(confirm=[a-zA-Z0-9\-_]+)'`&id=${fileid}" -o resources.tar.gz +curl "https://s3.ap-northeast-2.wasabisys.com/pinto-model-zoo/087_DeepSort/resources.tar.gz" -o resources.tar.gz tar -zxvf resources.tar.gz rm resources.tar.gz