Unverified Commit e03bc46a authored by Daisuke Nishimatsu's avatar Daisuke Nishimatsu Committed by GitHub
Browse files

[Fix] modify download script for nuscenes (#2660)



* fix: modify download script for nuscenes
Signed-off-by: default avatarwep21 <daisuke.nishimatsu1021@gmail.com>

* Update nuscenes_unzip.sh

---------
Signed-off-by: default avatarwep21 <daisuke.nishimatsu1021@gmail.com>
Co-authored-by: default avatarXiang Xu <xuxiang0103@gmail.com>
parent 0f9dfa97
...@@ -8,7 +8,7 @@ for split in $DOWNLOAD_DIR/nuScenes/raw/*; do ...@@ -8,7 +8,7 @@ for split in $DOWNLOAD_DIR/nuScenes/raw/*; do
if [[ $tgz_file == *.tgz ]] if [[ $tgz_file == *.tgz ]]
then then
echo "Unzipping $tgz_file to $DATA_ROOT ......" echo "Unzipping $tgz_file to $DATA_ROOT ......"
unzip -oq $tgz_file -d $DATA_ROOT/ tar -zxvf $tgz_file -C $DATA_ROOT/
echo "[Done] Unzip $tgz_file to $DATA_ROOT" echo "[Done] Unzip $tgz_file to $DATA_ROOT"
fi fi
# delete the original files # delete the original files
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment