- pull repo
- in the root folder run
pip3 install .
from fixation_saccade_classifier import IDTFixationSaccadeClassifier
classifier = IVTFixationSaccadeClassifier()
fixations, saccades, fixation_colors, saccades_colors = classifier.fit_predict(lx, ly)
- I-DT - Dispersion-Threshold Identification
- I-VT - Velocity-Threshold Identification
- I-HMM - HMM Identification
- I-AOI - Area-of-Interest Identification
source: Identifying Fixations and Saccades in Eye-Tracking Protocols
see example.ipynb