You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
I want to use eyeloop to track the pupil of an eye of a mouse.
I managed to install eyeloop and can run it using the command line.
The gui appears and the video is shown as well as the binarized image and another one that is black.
After the video is processed there is no pupil detection info available in the datalog.json file.
I read now that I have to add the pupil using the key 1 in the gui.
I get the following error:
Can you help me with this?
Cheers
Marc
The text was updated successfully, but these errors were encountered:
Same Error in Ubuntu 22.04. I got the same message and the gui crashed when pressing D, or when i press Y after Z.
Anyone can help me please? thanks to you all
this probably also removes the mousecallback functions that are used to set variables like 'cursor'. creating the windows again (cv2.namedWindow("CONFIGURATION") and cv2.namedWindow('Tool tip")) and adding the mousecallbacks (like
Hi,
I want to use eyeloop to track the pupil of an eye of a mouse.
I managed to install eyeloop and can run it using the command line.
The gui appears and the video is shown as well as the binarized image and another one that is black.
After the video is processed there is no pupil detection info available in the datalog.json file.
I read now that I have to add the pupil using the key 1 in the gui.
I get the following error:
Can you help me with this?
Cheers
Marc
The text was updated successfully, but these errors were encountered: