Skip to content

odiofan/BINGpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BING++

BING++: A Fast High Quality Object Proposal Generator at 100fps

Tested on Ubuntu 14.04 with CUDA 7.5.

Need to pass OPENCV_PATH which includes lib and include folders to cmake as instructed below.

To build:

mkdir build
cd build
cmake .. -DOPENCV_PATH=/path/to/opencv/ (e.g. /home/user/opencv3.0.0/)
make

To run:

./Objectness/BING++ /path/to/data/ (e.g. /datasets/VOC2007/)

Notes:

Annotations.tar.gz has to be extracted into VOC2007 folder.

JPEGImages folder from VOC2007 dataset is not included due to its size.

Included vlfeat for 64bit linux in ext, if you are using another arch please add appropriate libvl or edit CMakelists.txt in Objectness.

About

BING++: A Fast High Quality Object Proposal Generator at 100fps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.5%
  • C++ 18.3%
  • MATLAB 5.7%
  • Objective-C 2.2%
  • Cuda 1.0%
  • CMake 0.2%
  • Objective-C++ 0.1%