Skip to content
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

python bindigns #21

Open
pandacriss opened this issue Jan 30, 2018 · 2 comments
Open

python bindigns #21

pandacriss opened this issue Jan 30, 2018 · 2 comments

Comments

@pandacriss
Copy link

could you add a way to call the find eyes function from python? tat would be very helpfull

@trishume
Copy link
Owner

I'm not working on this project anymore. Someone could write this in a fork though and link it here.

@progmars
Copy link

In case if somebody is looking for the same:
I found it already done here: https://github.com/abhisuri97/pyeLike

I have tried some other similar projects based on the same idea and paper:
https://github.com/noelledavis/gaze_tracking
https://github.com/jonnedtc/PupilDetector
however, they are slow and very often not very accurate.

So, eyeLike (and pyeLike) are the most accurate and fast solutions. I fed a bunch of test images and there were some failures, but I can deal with them applying face_recognition library https://github.com/ageitgey/face_recognition (wrapper around dlib) to extract eye region and then to reduce it even more to leave only inner area of the eye, and also applying img = cv2.equalizeHist(img) (but do it only after extracting the inner region of the eye, otherwise it can make eyeLike work worse).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants