Toolkit for analyzing gaze from different eye-tracking sensors (e.g. WebGazer, Tobii Glasses 3, and screen-mounted eye-trackers).
Note: this is in early development. There is possible breaking changes
- Surface/Plane Tracking (specific paper and computer)
- TG3 + ChimeraPy
- Object Detection + Gaze Matching
- Person ID + Gaze Matching (coming soon)
You are able to install via PyPI by the following:
pip install ettk
Or, you can also install from source:
git clone https://github.com/oele-isis-vanderbilt/ETTK
cd ETTK
pip install .