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/
- Ground-truth wrappers to homogenize access to Pascal, COCO, and SBD in
gt_wrappers/
(Seegt_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.
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.