We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8abd4 commit d42fa75Copy full SHA for d42fa75
data/scripts/get_argoverse_hd.sh
@@ -12,7 +12,7 @@ d='../argoverse/' # unzip directory
12
mkdir $d
13
url=https://argoverse-hd.s3.us-east-2.amazonaws.com/
14
f=Argoverse-HD-Full.zip
15
-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
16
wait # finish background tasks
17
18
cd ../argoverse/Argoverse-1.1/
0 commit comments