elucideye / acf

Aggregated Channel Feature object detection in C++ and OpenGL ES 2.0 based on https://github.com/pdollar/toolbox
BSD 3-Clause "New" or "Revised" License
49 stars 20 forks source link

ACF w/o SIMD #18

Open headupinclouds opened 6 years ago

headupinclouds commented 6 years ago

We have GPU and CPU options for ACF computation. The shader based GPU implementation may need more work to achieve desired accuracy. For the CPU path there is NEON and SSE support (thanks to NEONvsSSE.h header). Some of this code will currently no run on the CPU without SIMD. Boost.SIMD might be worth a look to generalize some of that code.