TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.69k stars 1.82k forks source link

"Gaze tracking" problem #589

Open VstoryE opened 5 years ago

VstoryE commented 5 years ago

Hi Tadas! I try to run the sample. The result is :
bad

The perfect is: yours

Some params need to change ? Or others ? What can I do ? Thx

TadasBaltrusaitis commented 5 years ago

Eye gaze estimation from webcam data is a really challenging task and will not always work, just changing parameters might not solve the problem.

One thing you can try is filtering the eye gaze vectors to remove some noisy results (e.g. if the gaze in previous frames was quite different), especially as one of the eyes is estimating the gaze correctly.