ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.33k stars 3.05k forks source link

How to enable OPENMP in libfacedetection #112

Closed dpmaycry closed 4 years ago

dpmaycry commented 5 years ago

just add add_definitions(-D_OPENMP) but the speed seems still the same 320x240 image detect on Qualcomm 660 is still around 100ms

ShiqiYu commented 4 years ago

Can you try the newest code again?