antoinelame / GazeTracking

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

Vertical Ratio exceeds 1.0 #25

Open tim-fan opened 4 years ago

tim-fan commented 4 years ago

According to the the Readme, the return value of gaze.vertical_ratio() is supposed to be bound between 0 (top) and 1 (bottom).

However during my testing I receive return values up to around 1.6.

On first glance at the source I couldn't determine why this would be. I haven't yet investigated further.