We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25f978 commit 97a6f0cCopy full SHA for 97a6f0c
data/download_KITTI_raw_data.sh
@@ -193,6 +193,7 @@ for FILE in ${files[@]}; do
193
date_str="${shortname//_calib.zip/}"
194
evidence="${DATAFOLDER}/${date_str}/calib_cam_to_cam.txt"
195
fi
196
+ echo "Looking for evidence: $evidence"
197
if [ -f "$evidence" ]; then
198
echo -e "Already downloaded ${shortname}\n"
199
else
0 commit comments