Skip to content

nchavali/detection-proposals

 
 

Repository files navigation

Detection Proposals

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!

Plot evaluation curves

  1. Get the data that you want to use from the Project Page.
  2. Edit get_config.m to point to the right locations for images, candidates and so on.
  3. Make sure you either start matlab in the root directory of the code or run startup.m manually once.
  4. Run plot_recall_voc07.m, curves will be in the figures subdirectory.

Benchmark your own method

  1. Follow Plot evaluation curves.
  2. Add your method to shared/get_method_configs.m
  3. Run compute_recall_candidates_voc07.m passing only the config of your method as an argument. If your method is slow, you probably want to parallelize it in a cluster.
  4. 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.

About

Evaluation of recall and repeatability of detection proposal algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors