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

Format of Proposals

ssakhavi opened this issue · comments

Hi,

I have my own proposals and wanted to feed them into the algorithm bu I don't know how to harmonize them so they can be read by your algorithm.

I have downloaded the precomputed proposals but didn't understand the format in which the proposals are saved.

Can you please elaborate?

I suggest you follow the benchmark your own method section in the readme. By implementing one function (that runs your proposal method) you can generate the data in the right format.

If you really want to know the format of the precomputed proposals, you can read the documentation that I just added (and the code pointers).