acf
acf copied to clipboard
Aggregated Channel Feature object detection in C++ and OpenGL ES 2.0 based on https://github.com/pdollar/toolbox
Can we have steps to know how this works ?
`HUNTER_PROJECT_NAME` was chosen as a CMake variable prefix in the common https://github.com/elucideye/drishti-upload repo shared between elucideye org projects. `HUNTER_` is a poor name choice and should probably be treated as...
Reported here https://github.com/elucideye/drishti/issues/752 The build issue is in ACF SIMD code.
Review API tests (public/exported symbols) vs unit tests (private or hidden utility classes and functions). Most of the ACF tests fall under the API test category (they link against public...
Hiding/scheduling GPU->CPU transfers costs (>= 1 frame latency) is important to see actual throughput gains when using the GPGPU ACF pyramid acceleration. Simply using the GPGPU acceleration sequentially for each...
This should be a fairly straightforward extension.
Document public API calls and make the `cv::Mat` column-major (i.e., `I.t()`) input pre-condition clear.
Goal: Store Matlab pyramids in `*.mat` format, then deserialize in a GTest and compare with the C++ output.
Hi, I run the pipeline on Terga TX2 with a ZED Camera, but a problem occurred. To promise the ZED Camera can be used, I modified the structure Application as...
In some cases the acf::Detector can return a cv::Rect with out of bounds pixels. This could be happening in the scaling from the detection resolution back to the full resolution...