Skip to content

zhuangjun1981/eyetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AIBS Eyetracking Python Package

Created 11/29/2018 by Jun Zhuang

This is a complete rewrite from Derric Williams's old eye tracking software

Alt text

Dependencies

SimpleCV

Get the newest version found here

OpenCV

pyqtgraph (only used for GUI)

Installation

Unzip the package and run:

python setup.py install

Testing Installation

Run the tests in the "tests" folder, for example:

python test_all.py

Usage

GUI

Run the GUI using:

python eyetrackergui.py

CLI

Run the CLI using

python eyetracker.py input_file output_file [-c config_file][-a custom_algorithm]

Known Issues

  1. GUI sometimes slows down when playing and processing short videos simultaneously.
  2. Import/export of tiff sequences don't do anything yet.
  3. If the ROI at startup is too large for the image it currently throws an error until the ROI is resized.
  4. This should be considered V0.1 so there will be lots of bugs. Report them HERE

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages