serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
11.81k stars 2.02k forks source link

key points detection #322

Closed onlinehuazai closed 3 years ago

onlinehuazai commented 3 years ago

can apply key points detection?

serengil commented 3 years ago

you can do it with retinaface: https://github.com/serengil/retinaface

deepface uses retinaface in the background and uses its landmarks to align faces.

BradKML commented 3 years ago

https://github.com/serengil/deepface/issues/41