You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
uses OpenCV
optional OpenGL ES 2.0 ACF pyramid computation using a fork of ogles_gpgpu
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.
*.mat
models using a fork of cvmatioLUV
+NORM(MAG(GRAD))
+HOG(012345)
).TODO:
The text was updated successfully, but these errors were encountered: