pdollar / toolbox

Piotr's Image & Video Matlab Toolbox
849 stars 500 forks source link

acf: c++ library (w/ opengl es 2.0) #33

Open headupinclouds opened 7 years ago

headupinclouds commented 7 years ago

I've found the ACF detection module in this toolbox to be incredibly useful for fast object detection on mobile platforms. Thanks! I've posted an initial (i.e., alpha) stand alone C++ library (no Matlab required) to run ACF object detection models trained with this toolbox here.

https://github.com/elucideye/acf

This may be useful for other toolbox users needing to run outside of Matlab. I'm assuming this port is better suited to a separate repo, but I'd be happy to push any of this upstream in the future. It has worked well for the configurations I've needed, but I'm sure there are some valid ACF parameter combinations that may require additional work. The API will likely be modified over the next month or so, but it should be functional enough.

TODO: