jponttuset / BOP

Boosting Object Proposals: From Pascal to COCO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boosting Object Proposals: From Pascal to COCO

In-depth analysis of the state-of-the-art in Object Proposals
and the challenges faced from Pascal to COCO, as described in the following publication:

Jordi Pont-Tuset and Luc Van Gool
Boosting Object Proposals: From Pascal to COCO
International Conference on Computer Vision (ICCV) 2015

Please visit the following site to browse updated results:
http://www.vision.ee.ethz.ch/~biwiproposals/boosting-coco/

Contents

  • Ground-truth wrappers to homogenize access to Pascal, COCO, and SBD in gt_wrappers/ (See gt_wrappers/README.txt)
  • Pre-computed evaluation to reproduce the paper results in data/
  • Are you looking for the code of some other part in particular? Let me know and I can send it to you.

Benchmark of Object Proposals

The comparison of object proposal techniques, is performed using the MCG benchmark code, which is now updated to show the measures used in this paper. Check it here to evaluate your own proposals.

About

Boosting Object Proposals: From Pascal to COCO


Languages

Language:MATLAB 100.0%