Skip to content

Quick project combining a previous project that detects real time gestures with an open source eye tracker to a hands-free UI.

Notifications You must be signed in to change notification settings

EvelKylenievel/eye_mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eye_mouse

Quick project combining a previous project that detects real time gestures with an open source eye tracker to make a rudimentary hands-free UI. The open source eye tracking software can be found here: http://www.pygaze.org/documentation/

webcam

The machine learning model is quite biased and sensitive, but you can supplement its performance.

There are 2 modes, arrow keys input and mouse input. Eye tracking is only practical in tandem with mouse mode. For arrow key mode, position the camera facing your torso so your hand is contrasting against your clothing. For mouse mode, point the camera over one of your shoulders as the only gesture it looks for is a "thumbs up".

dependencies

python 3.7.9

necessary libraries: pytorch torchvision numpy pyatogui open-cv pygaze psychopy

python real_time_gesture.py --mode=mouse

About

Quick project combining a previous project that detects real time gestures with an open source eye tracker to a hands-free UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages