Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script/get-dataset-waymo/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#${MLC_PYTHON_BIN_WITH_PATH} contains the path to python binary if "get,python" is added as a dependency

if [[ "$MLC_DOWNLOAD_MODE" != "dry" && "$MLC_TMP_REQUIRE_DOWNLOAD" = "true" ]]; then
cd "${MLC_DATASET_WAYMO_PATH}/kitti_format/training" || exit
if [[ "$MLC_DOWNLOAD_MODE" != "dry" && "$MLC_TMP_REQUIRE_DOWNLOAD" = "yes" ]]; then
cd "${MLC_DATASET_WAYMO_PATH}/training" || exit
for f in *.tar.gz; do tar -xzvf "$f"; done
cd - || exit
fi
Loading