Evaluation of recall and repeatability of detection proposal algorithms
This code is not yet complete. Have a look at the Project Page for more information. Please contact me if you want to use the code or want to benchmark your detection proposal method!
- Get the data that you want to use from the Project Page.
- Edit
get_config.mto point to the right locations for images, candidates and so on. - Make sure you either start matlab in the root directory of the code or run
startup.mmanually once. - Run
plot_recall_voc07.m, curves will be in the figures subdirectory.
- Follow Plot evaluation curves.
- Add your method to
shared/get_method_configs.m - Run
compute_recall_candidates_voc07.mpassing only the config of your method as an argument. If your method is slow, you probably want to parallelize it in a cluster. - Run
plot_recall_voc07.m, curves will be in the figures subdirectory.
You don't have to use compute_recall_candidates_voc07.m, but you can have a look to get an idea about how to save the candidates in the right format so, plot_recall_voc07.m will be able to read it.