Skip to content
forked from tolga-b/BINGpp

Forked for providing a Python wrapper for BING++

License

Notifications You must be signed in to change notification settings

Ignotus/pyBINGpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyBING++

This is a fork with a python wrapper implemented for BING++ (BING++: A Fast High Quality Object Proposal Generator at 100fps). For the original implementation please refer to the BING++ repository.

Tested on Ubuntu 14.04 with CUDA 7.5.

Build

To build:

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

Example

import bingpp
bing = bingpp.BINGpp("/home/minh/src/BINGpp/datasets/VOC2007/Results")
import cv2
img = cv2.imread("/home/minh/src/web/facedu/img_381.jpg", cv2.IMREAD_COLOR)
print bing.getObjBndBoxes(img)

About

Forked for providing a Python wrapper for BING++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.7%
  • C++ 20.0%
  • MATLAB 5.7%
  • Objective-C 1.3%
  • Cuda 1.0%
  • CMake 0.2%
  • Objective-C++ 0.1%