group 26
M6 Project, software for eye tracking and data logging #using opencv and dlib.
We required a method to log the eye moventen & looking direction while using a driving simulator.
- python 3.6.8 https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe
- pipenv
pip install pipenv
- download the repository
- open eye_tracking
- download dependencies by running:
pipenv install
[check for errors] - [optional] open real_time.py and change settings
- run script with:
pipenv run real_time.py
