Tobias-Fischer / rt_gene

RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
http://www.imperial.ac.uk/personal-robotics
Other
366 stars 68 forks source link

gaze vector #17

Closed ChuanyangZheng closed 5 years ago

ChuanyangZheng commented 5 years ago

we have two gaze vectors from both eyes, do you compute the mean of both gaze vectors and use it as the label ?

Tobias-Fischer commented 5 years ago

Hi @Lzeo, you can find the computation of the mean here: https://github.com/Tobias-Fischer/rt_gene/blob/master/rt_gene/scripts/estimate_gaze.py#L100-L106

If you have any further questions, please re-open this issue.

Best, Tobias