E907 GitHub - kleofas97/GazeTrackingForText: 👀 Eye Tracking library easily implementable to your projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kleofas97/GazeTrackingForText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaze Tracking for Guzy

Based on: github.com/antoinelame/GazeTracking

setting up:

  • create a virtual env with python==3.8 e.g. using conda: conda create -n your_name python=3.8
  • activate your virtual environment
  • git clone this project
  • install packages by running pip install -e .
  • run the solution from command line with command: python video_analysis.py -p data/sample_input.mp4 -o sample_output.json

please use python video_analysis.py -h for possible settings

the output points are located under key 'points' in output json.

keep in mind that output needs to be a json.

keep in mind that the solution still needs calibration

About

👀 Eye Tracking library easily implementable to your projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0