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 1cce310 commit ea04efb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 075_ERFNet/download.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

fileid="1RuufNWxfatIId5i7v2f5R1eiHgiHKJvx"
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/075_ERFNet/resources.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

Expand Down

0 comments on commit ea04efb

Please sign in to comment.