acf icon indicating copy to clipboard operation
acf copied to clipboard

Aggregated Channel Feature object detection in C++ and OpenGL ES 2.0 based on https://github.com/pdollar/toolbox

Results 15 acf issues
Sort by recently updated
recently updated
newest added

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...

discussion

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...

enhancement

This should be a fairly straightforward extension.

enhancement

Document public API calls and make the `cv::Mat` column-major (i.e., `I.t()`) input pre-condition clear.

documentation

Goal: Store Matlab pyramids in `*.mat` format, then deserialize in a GTest and compare with the C++ output.

testing

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...

question
hunter

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...

bug