Skip to content

BING Objectness proposal estimator linux/mac/windows version implementation, runs at 1000 FPS. More in http://mmcheng.net/bing/

License

Notifications You must be signed in to change notification settings

mmllee/Objectness

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Objectness Proposal Generator with BING

BING Objectness proposal estimator Linux Ubuntu 14.04/Mac OSX Yosemite/iOS 8.1 version implementation, runs at 1000 FPS at a Dell 7600 workstation with Linux Ubuntu 14.04.

Introduction

This is the 1000 FPS BING objectness linux version library for efficient objectness proposal estimator following the CVPR 2014 paper BING, please consider to cite and refer to this paper.

@inproceedings{BingObj2014, title={{BING}: Binarized Normed Gradients for Objectness Estimation at 300fps}, author={Ming-Ming Cheng and Ziming Zhang and Wen-Yan Lin and Philip H. S. Torr}, booktitle={IEEE CVPR}, year={2014}, }

The original author Ming-Ming Cheng has already released the source code for windows 64-bit platform. In this library, we intend to release the code for the linux/mac/iOS users. You can maintain the code with Qt Creator IDE.

Please find the original windows code / FAQ / Paper from this link: http://mmcheng.net/bing/

FAQ

In order to make the code running as the original version in windows, you need to download the images/annotations PASCAL VOC 2007 data from the website. (http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/#testdata)

We have tested the code, it produces the same accuracy results as the original windows version, while it runs at 1111 FPS(frame per second) at Ubuntu 12.04 with a Dell T7600 workstation computer, which has two Intel Xeon E5-2687W (3.1GHz, 1600MHz) and 64 GB 1600MHz DDR3 Memory.

Author Info

Author: Ming-Ming Cheng [email protected] Linux Author: Shuai Zheng (Kyle) [email protected] Please find more information from http://kylezheng.org/objectproposal/ Date: 19, February

License

BSD license.

About

BING Objectness proposal estimator linux/mac/windows version implementation, runs at 1000 FPS. More in http://mmcheng.net/bing/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • C 20.0%
  • Other 1.0%