stepacool / Eye-Tracker

Eye tracking using OpenCV, Python.
284 stars 87 forks source link

Eye-Tracker

Modular, Extensible Eye-Tracking solution Youtube Video Demonstration

Overview

A very accurate eye-tracking software. What it looks like

Features

Requirements

Guide

Full installation & run:

MACOS & linux

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry install
$ cd project
$ python main.py

WINDOWS:

$ python3 -m venv venv
$ venv\Scripts\activate.bat
$ pip install poetry
$ poetry install
$ cd project
$ python main.py

Options & Arguments:

folder means images will come one-by-one from your DEBUG_DUMP_LOCATION setting folder in settings.py with the interval of REFRESH_PERIOD

file means the image will be static, good for debugging or development. Path can be specified in the STATIC_FILE_PATH setting