Skip to content

Commit

Permalink
Google Drive to Wasabi Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Jun 26, 2023
1 parent 56a7350 commit 2f86b31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 088_mobilenetv3-poseestimation/download.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2f86b31

Please sign in to comment.