The Eyetracking Studio is a browser-based implementation of an eyetracking visualization software. It's purpose is to make various visualization techniques easily accessible to the user. Data selection and settings are realized through a simple UI. It is based on a Python server and Javascript visualization.
- To use this tool Python 2 is required.
- Images and the respective gazedata files have to be stored in the
data/folder. Gazedata files need to be in csv format, image files in png- or jpg format. To maintain mapping of images and gazedata, the csv files must be named like the image, followed by an underscore and a number, e.g.exampleimage.jpgandexampleimage_01.csv. - Run the software by starting
main.pyand openinglocalhost:8080in the web browser.
For more information visit our wiki.