hosang / detection-proposals

Evaluation of detection performance, recall, and repeatability of detection proposal algorithms
http://www.mpi-inf.mpg.de/departments/computer-vision-and-multimodal-computing/research/object-recognition-and-scene-understanding/how-good-are-detection-proposals-really/
GNU General Public License v3.0
141 stars 62 forks source link

How to apply this project on KITTI dataset? #5

Closed litingfeng closed 7 years ago

litingfeng commented 8 years ago

I want to evaluate some detection proposal methods on KITTI dataset. What should I do? Which files do I need to change?

hosang commented 7 years ago

You have to generate a matfile containing the annotations like the one here data/pascal_voc07_test_annotations.mat and then modify the scripts to use the new annotations. Maybe you also have to change the directory structure that the proposals should live in, but that should be all.