esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.37k stars 309 forks source link

Adding jaw line facial landmarks #53

Closed andrewwormald closed 2 years ago

andrewwormald commented 2 years ago

Would you be able to explain how you went and generated the facial landmark / density tree files that are used in the implementation of the Fast Localization of Facial Landmark Points? I would be keen to contribute, or ask if you can, the jaw line to the list of supported facial landmarks

andrewwormald commented 2 years ago

I see the following in the paper:

The learning of the whole estimation structure for a single landmark point takes around one day on a modern desktop computer with 4 cores and 16 GB of memory.

esimov commented 2 years ago

I didn't generated myself, I've used the density tree files accompanied with the paper. In order to use jaw line, these facial landmark points needs to be trained which currently they are not.