yinguobing / facial-landmark-detection-hrnet

A TensorFlow implementation of HRNet for facial landmark detection.
GNU General Public License v3.0
157 stars 40 forks source link

Stability and accuracy #13

Open jayp84847 opened 3 years ago

jayp84847 commented 3 years ago

Yet I am working on project with dlib in unity. I am using 68_face_landmarks.dat but its not enough stable and accurate. So face mesh seems very vibrating. Can you share me your facial landmarks module as .dat file or can you guide me how can I use this dataset in unity.

yinguobing commented 3 years ago

This repo aims to provide a open source implementation for HRNet. I didn't pay much attention to the stability and the accuracy of the model. This could be painful if you train the model yourself.

If you are more interested in the application rather than the neuron network itself, I think Google's FaceMesh is a better option. https://google.github.io/mediapipe/solutions/face_mesh.html