An open API service indexing awesome lists of open source software.

https://github.com/thesimonho/webcam-eye-tracker

Webcam eye tracker project. Created using PyTorch
https://github.com/thesimonho/webcam-eye-tracker

convolutional-neural-networks deep-learning eye-tracking python pytorch webcam

Last synced: 7 months ago
JSON representation

Webcam eye tracker project. Created using PyTorch

Awesome Lists containing this project

README

          

# Webcam eye tracker

**Important:** This was created as a test/proof-of-concept. It should not be used for production purposes directly.

End-to-end deep learning project using PyTorch to create a PC eye tracker purely from webcam data (i.e., no infrared cameras)

Walkthrough of the code can be found in my blog series here:

**Note:** If you're getting low accuracy when running the scripts, it's because the model weights provided in this repo were trained using my own image data. To get usable accuracy in your own projects you will need to collect your own dataset and retrain the model.