Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 626 Bytes

FeatureExtraction_Gaze

Gaze Extraction Software

Requirements opencv, numpy

First Version extracting gaze live from webcam feed.

Second version to extract gaze from large amount of video as well as log and summarize this data.

Third Version for pipelining and realtime recognition.

Model for facial recognition and eye extraction from provided by Intel (no connection to us): https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml

Demo extracting gaze from webcam feed, following this source: https://medium.com/@stepanfilonov/tracking-your-eyes-with-python-3952e66194a6