Closed amiltonwong closed 5 years ago
Hi @amiltonwong,
the prediction folder should be /data/code10/lidar-bonnetal/prediction/darknet21/
, i.e.,
./visualize.py -d /media/root/WDdata/dataset/kitti_lidar_vo_data/dataset -p /data/code10/lidar-bonnetal/prediction/darknet21/ -s 00
That should solve the issue.
Hi, @jbehley , thanks a lot! It works~
Hi, @tano297 ,
When I try visualizing the predictions, I got the following error
Labels folder doesn't exist
.I had downloaded the prediction file provided and can run visualizing the ground-truth labels successfully by:
./visualize.py -d /media/root/WDdata/dataset/kitti_lidar_vo_data/dataset -s 00
Any hints to fix this issue?
THX!