ShiqiYu / libfacedetection

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

speed up face detection by omitting land mark detection at inference time #215

Closed Fpooyan closed 4 years ago

Fpooyan commented 4 years ago

Hi there, thanks for releasing such a great face detection repo. I am using this model on Raspberry 4 and I was wondering if I could speed up face detection by omitting landmark generation at inference time. would you give me any clue if it may help with the acceleration?

ShiqiYu commented 4 years ago

Maybe it can improve 0.x% without face landmark detection.

Make sure to enable -O3 and NEON when you compile the source code.