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

Improving the accuracy of the detector #195

Closed harshithdwivedi closed 4 years ago

harshithdwivedi commented 4 years ago

I've built the libfacedetectcnn-example.cpp but it seems to have very low accuracy when it comes to finding faces in the image.

Is there a way to improve the accuracy of the model?

For reference, here are the faces detected by the model in a sample image: result

harshithdwivedi commented 4 years ago

Resizing the images down to 720x1080 worked like a charm :)