yinguobing / head-pose-estimation

Realtime human head pose estimation with ONNXRuntime and OpenCV.
MIT License
1.24k stars 288 forks source link

Eye points are not properly matched when the eye is in closed state #16

Open Ram6995 opened 5 years ago

Ram6995 commented 5 years ago

The eye landmark points are not properly matched when the eye is in closed state.the landmark points are detected outside of the Eye lid(in Eye closed state). Kindly help me,thanks in advance.

yinguobing commented 5 years ago

I think the model is over fitted. Directly regression of facial landmark may not be the best option. Read this great paper for more: https://arxiv.org/abs/1608.04188