Skip to content

Code compatible with COCO

Latest
Compare
Choose a tag to compare
@jponttuset jponttuset released this 18 Mar 13:49
· 44 commits to master since this release

This new release contains the code accompanying the extension of the CVPR paper in the arXiv release.

The major changes are:

  • Experiments are now compatible with COCO. We've created a wrapper that makes it easy to evaluate results on COCO in parallel.
  • Non-maximum suppression added to the box generation, so now the box proposals are more competitive.

Please note:

  • We have released the pre-computed results for COCO in the webpage of our project.
  • To handle the amount of files of COCO, this post might come in handy.
  • If you need to recompile, you'll have to add C++11 compatibility, check this post