-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openGaze division by zero #136
Comments
Hi Helio! Could it have been here? https://github.com/esdalmaijer/PyGaze/blob/master/pygaze/_eyetracker/libopengaze.py#L474 That would mean no valid data points were collected during calibration/validation. Could this have been the case? Cheers, |
Hi Edwin, thanks, I think this is it. Cheers, Cheers |
Hi Helio, Good question! I don't currently have anything that hooks into that biometrics kit, but one could implement it within the You'd have to update a couple of things:
Cheers, |
hi @esdalmaijer thanks loads for this, I will work on it once I am back to the office in a couple of days. Cheers, |
Hi @esdalmaijer,
I came across this at least twice while trying out a gaze point tracker, but forgot to save the error.
It seems like in the calibration there is some division by zero happening somewhere which triggers a float division by zero error.
Wondering if you have any ideas of the culprit?
Thanks,
Helio
The text was updated successfully, but these errors were encountered: