facial-landmark-detection-hrnet icon indicating copy to clipboard operation
facial-landmark-detection-hrnet copied to clipboard

Stability and accuracy

Open jayp84847 opened this issue 2 years ago • 1 comments

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.

jayp84847 avatar Jul 27 '21 17:07 jayp84847

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

yinguobing avatar Jul 28 '21 02:07 yinguobing