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

Detect facial features #196

Closed harshithdwivedi closed 4 years ago

harshithdwivedi commented 4 years ago

Is there a way to detect facial features in an image?

The images in images folder show that it can be done, but I can't find any documentation for doing so.

harshithdwivedi commented 4 years ago

@ShiqiYu any pointers on this? Thanks :)

ShiqiYu commented 4 years ago

the old binary verison supports landmarker detection, but not avaiable in current CNN version. I may update a version with 5-point landmarkers. But no schedule.

harshithdwivedi commented 4 years ago

Ok, thanks! It would be great if you could update the library when convenient.

Thanks!

ShiqiYu commented 4 years ago

The current source code can provide 5 landmark detection.