swook / GazeML

Gaze Estimation using Deep Learning, a Tensorflow-based framework.
MIT License
507 stars 141 forks source link

eyeball radius is hard coded? #59

Closed david-wb closed 4 years ago

david-wb commented 4 years ago

https://github.com/swook/GazeML/blob/5466f59be70583e7e8c343bda91c8df539aef13a/src/datasources/unityeyes.py#L194

Why is the radius hard coded like this? I thought the model is meant to predict the eyeball radius.

david-wb commented 4 years ago

Duplicate of #5