CVPR 2021 Argoverse-HD autodownload curl (#2455)

curl preferred over wget for slightly better cross platform compatibility (i.e. out of the box macos compatible).
pull/2460/head
Glenn Jocher 2021-03-12 22:27:53 -08:00 committed by GitHub
parent 08d4918d7f
commit 747c2653ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ d='../argoverse/' # unzip directory
mkdir $d
url=https://argoverse-hd.s3.us-east-2.amazonaws.com/
f=Argoverse-HD-Full.zip
wget $url$f -O $f && unzip -q $f -d $d && rm $f &# download, unzip, remove in background
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f &# download, unzip, remove in background
wait # finish background tasks
cd ../argoverse/Argoverse-1.1/