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