Skip to content

Commit e03bc46

Browse files
wep21Xiangxu-0103
andauthored
[Fix] modify download script for nuscenes (#2660)
* fix: modify download script for nuscenes Signed-off-by: wep21 <[email protected]> * Update nuscenes_unzip.sh --------- Signed-off-by: wep21 <[email protected]> Co-authored-by: Xiang Xu <[email protected]>
1 parent 0f9dfa9 commit e03bc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dataset_converters/nuscenes_unzip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for split in $DOWNLOAD_DIR/nuScenes/raw/*; do
88
if [[ $tgz_file == *.tgz ]]
99
then
1010
echo "Unzipping $tgz_file to $DATA_ROOT ......"
11-
unzip -oq $tgz_file -d $DATA_ROOT/
11+
tar -zxvf $tgz_file -C $DATA_ROOT/
1212
echo "[Done] Unzip $tgz_file to $DATA_ROOT"
1313
fi
1414
# delete the original files

0 commit comments

Comments
 (0)