diff --git a/072_NanoDet/download.sh b/072_NanoDet/download.sh index 8a80ba8139..05f0e83de9 100755 --- a/072_NanoDet/download.sh +++ b/072_NanoDet/download.sh @@ -1,8 +1,6 @@ #!/bin/bash -fileid="1oER-UkW0qhzcFRUKCnsRttn7x_KFRn8T" -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/072_NanoDet/resources.tar.gz" -o resources.tar.gz tar -zxvf resources.tar.gz rm resources.tar.gz