antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.85k stars 505 forks source link

Computation of pupil_right_coords #20

Closed yanyukang closed 4 years ago

yanyukang commented 4 years ago

image

Hi, I think "self.eye_left.pupil.x" should be "self.eye_right.pupil.x" here.

antoinelame commented 4 years ago

Hi @yanyukang, You're absolutely right! I'm fixing it.

Thank you for spotting the error