Project: Eye Tracking

Published:

Python implementation of eye (pupil) tracking based on Fabian’s work.

Usage:

To run with a single image:

python main 0 PATH_TO_IMAGE

To run with camera frames:

python main 1

Results:


Looking for code? Here is the link to the repository in my Github.

Leave a Comment