From 2f86b318ac64e0d7bea9f55190cff00ae0ec01fa Mon Sep 17 00:00:00 2001 From: pinto0309 Date: Tue, 27 Jun 2023 08:20:37 +0900 Subject: [PATCH] Google Drive to Wasabi Storage --- 088_mobilenetv3-poseestimation/download.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/088_mobilenetv3-poseestimation/download.sh b/088_mobilenetv3-poseestimation/download.sh index 1b537b6606..eabae33661 100755 --- a/088_mobilenetv3-poseestimation/download.sh +++ b/088_mobilenetv3-poseestimation/download.sh @@ -1,8 +1,6 @@ #!/bin/bash -fileid="1Tb89Pw0kQE331H5Qlbpt2oRqVUYPM0nA" -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/088_mobilenetv3-poseestimation/resources.tar.gz" -o resources.tar.gz tar -zxvf resources.tar.gz rm resources.tar.gz