Skip to content

Commit 97a6f0c

Browse files
committed
Add print out to kitti download
1 parent a25f978 commit 97a6f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/download_KITTI_raw_data.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ for FILE in ${files[@]}; do
193193
date_str="${shortname//_calib.zip/}"
194194
evidence="${DATAFOLDER}/${date_str}/calib_cam_to_cam.txt"
195195
fi
196+
echo "Looking for evidence: $evidence"
196197
if [ -f "$evidence" ]; then
197198
echo -e "Already downloaded ${shortname}\n"
198199
else

0 commit comments

Comments
 (0)