diff --git a/data/scripts/get_argoverse_hd.sh b/data/scripts/get_argoverse_hd.sh index 884862db03f5..9e0db9fad91b 100644 --- a/data/scripts/get_argoverse_hd.sh +++ b/data/scripts/get_argoverse_hd.sh @@ -12,8 +12,8 @@ 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 -wait # finish background tasks +wget $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/ ln -s tracking images @@ -23,6 +23,7 @@ cd ../Argoverse-HD/annotations/ python3 - "$@" <