Skip to content

taowenleon/EdgeBoxes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ version of EdgeBoxes.

Requirement

  • OpenCV 2.x

Usage

$ git clone https://github.com/zimpha/EdgeBoxes.git
$ cd EdgeBoxes
$ mkdir build
$ cd build
$ cmake -B. -H..
$ make detect_demo

Model

You can train the model using pdollar/toolbox and pdollar/edges. Using the matlab code to convert the model. The model for ACF Detector is already converted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.1%
  • C 19.1%
  • MATLAB 2.2%
  • CMake 1.6%