You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to run:
- Clone the repository.
- Go to TobiiEyeDataExtraction/LocalServer, and run TobiiWeb.exe.
- Go to TobiiEyeDataExtraction/LocalClient, and click on ExtractEyeData.html.
HeatMap Generation: Generating heatmap from the raw data extracted from Tobii EyeX and superimposing it on a image to highlight the most viewed region of the image.
Steps to run:
- Clone the repository.
- Go to HeatMapGeneration/, start terminal inside this folder and run a python server using the command python -m http.server 8000.
- open browser and go to http://localhost:8000/
- click on GenerateHeatMap.html.
The below images shows where users' gaze was focused in the Phishing Game after every 10sec interval.
About
This repo contains tools used for Post Graduate Project @IITMandi