utiasSTARS / pykitti

Python tools for working with KITTI data.
MIT License
1.14k stars 239 forks source link

Evaluate BEV detections #32

Closed Tgaaly closed 6 years ago

Tgaaly commented 6 years ago

I'm using the KITTI cpp code (evaluate_object_3d_offline.cpp) to evaluate my birds eye view bounding box detections. The code filters the detections into easy, moderate and hard by the height of the detected object's bounding box in the image space (i.e. pixels). I do not have image detections at all and so all my detections are being ignored (lines 447-452). I'm experimenting solely on BEV data. Any idea how to evaluate ONLY BEV detections (without any corresponding image detections). Is there a reference somewhere for this?

leeclemnet commented 6 years ago

This is not the right place for this discussion. I suggest contacting the maintainers of the KITTI dataset for questions like these: http://www.cvlibs.net/aboutme.html