hosang / detection-proposals

Evaluation of detection performance, recall, and repeatability of detection proposal algorithms

Home Page:http://www.mpi-inf.mpg.de/departments/computer-vision-and-multimodal-computing/research/object-recognition-and-scene-understanding/how-good-are-detection-proposals-really/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to apply this project on KITTI dataset?

litingfeng opened this issue · comments

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

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.