eyeLike icon indicating copy to clipboard operation
eyeLike copied to clipboard

Eye corner

Open bnascimento opened this issue 11 years ago • 3 comments

Any new ideas for eye corner detection?

bnascimento avatar Mar 28 '13 10:03 bnascimento

I'm thinking of using either a head-pose algorithm like AAM or some colour image segmentation like JSEG.

trishume avatar Mar 31 '13 16:03 trishume

A little late maybe but dlib has a very powerful facial landmark detection scheme which include eyes corners. I am currently trying to reimplement your algorithm (using python). I am already using the facial Landmarks to detect the eyes positions, and if I succeed, I'll try to implement the tracker using the eyes corners. Any way, thanks for your great code and explanation of Dr Timm algorithm!

BenjaminPoilve avatar Aug 10 '16 15:08 BenjaminPoilve

Still working on that, made a python version of the algorithm. Now researching for geometrical model of the eye to track the gaze!

BenjaminPoilve avatar Aug 22 '16 08:08 BenjaminPoilve