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.98k stars 2.03k forks source link

[FEATURE]: Accessing landmarks "nose", "mouth_right", and "mouth_left" (retinaface) #1347

Open straycat231 opened 4 days ago

straycat231 commented 4 days ago

Description

It seems that in retinaface (https://github.com/serengil/retinaface), the landmarks "nose", "mouth_right", and "mouth_left" are accessible when'd detecting faces, but I could not see them in the results with deepface, even when using retinaface as backend. Perhaps it would be possible to make those accessible if this backend is used?

Additional Info

No response

serengil commented 3 days ago

fair enough