deep_eye2mouse
deep_eye2mouse copied to clipboard
Move the mouse by your webcam + eyes
Deep Eye2Mouse
Very Alpha. TODO: Next step should be to create a balanced dataset!
Installation
Install the stuff in requirements, opencv2 is tough, good luck with tensorflow and keras as well.
track (to learn)
python main.py track livin_room
Press "s" to start learning. Follow the mouse around and keep your eyes focused on it. Press "q" to quit (might be difficult :D just make it crash)
train (model)
python main.py train livin_room deep1
Trains on your data.
predict (go live with the model)
python main.py predict deep1
Press "s" to start predicting and moving the mouse around. Press "q" to quit (might be difficult :D just make it crash)