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

您好,于老师,为何新版没有人脸关键点检测? #73

Closed vic9527 closed 5 years ago

vic9527 commented 5 years ago

您好,于老师,为何新版没有人脸关键点检测? 我看函数里面也没有是否需要人脸关键点检测的flag,请问是目前还不支持么? image

ShiqiYu commented 5 years ago

We removed it, may added a CNN based one later.

If you want the previous version, you can download from GitHub at https://github.com/ShiqiYu/libfacedetection/tree/2f6cbebd12ae9491b97675d86afd446f1d7d3426

On Wed, Dec 5, 2018 at 1:09 PM Vic Woo notifications@github.com wrote:

您好,于老师,为何新版没有人脸关键点检测? 我看函数里面也没有是否需要人脸关键点检测的flag,请问是目前还不支持么? [image: image] https://user-images.githubusercontent.com/9958494/49491368-d2c57300-f88e-11e8-80af-0da6e812abad.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShiqiYu/libfacedetection/issues/73, or mute the thread https://github.com/notifications/unsubscribe-auth/AG0eHQWe2Rnq1qTYPGjxI9CQIM469sMaks5u11UCgaJpZM4ZCBHK .

CharlieXie commented 5 years ago

Thanks for your contribution to open source. I've learned a lot from this lib. How it's going on the plan which adds facial landmark to this lib?