Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.44 KB

File metadata and controls

24 lines (22 loc) · 1.44 KB

Pupil Labs Core RITnet Plugins

Pupil detector plugins for Pupil Labs Core that integrate various RITnet and EllSeg models.

Autorun Instructions

  1. Install Pupil Labs Core
  2. Make sure you are in an environment with all the neccessary python plugins to run RITnet and Pupil Labs (through Anaconda, for example)
  3. Move the contents of this repository into player_settings/plugins/
  4. Fill out a .csv file, with one line per run you want the program to do, in the format shown below in the Example Autorun CSV section
  5. Enter the player_settings/plugins/autorun/ folder and use the following command:
  run.sh [-v] <in_file> <pupil_folder>
    [-v]: Verbose

where <in_file> is the location of your instructions .csv, and <pupil_folder> is your Pupil Labs Core install location (the folder containing the pupil_src/ folder).

Example Autorun CSV

RUN_NAME VIDEO_PATH PLUGIN
Subject 1 Vanilla C:\...\P_201218121321_sub1\S001\PupilData\000 vanilla
Subject 1 Ellseg C:\...\P_201218121321_sub1\S001\PupilData\000 ellseg
Subject 2 Vanilla C:\...\P_201219105516_sub2\S001\PupilData\000 vanilla
Subject 2 Ellseg C:\...\P_201219105516_sub2\S001\PupilData\000 ellseg
Subject 2 Bestmodel C:\...\P_201219105516_sub2\S001\PupilData\000 bestmodel
Subject 2 RITnet Pupil C:\...\P_201219105516_sub2\S001\PupilData\000 ritnetpupil