Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -59,10 +59,10 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g ...@@ -59,10 +59,10 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
**PARAMETERS:** **PARAMETERS:**
* `annotator_name`: Annotator name can be passed as a parameter to produce eye tracker labels for all videos done by a particular coder. * `annotator_name`: Annotator name can be passed as a parameter to produce eye tracker labels for all videos done by a particular coder.
* `study_name`: Name of a particular study, ex: Adults2018, Children2019. * `study_name`: Name of a particular study.
* `segmented_gaze_dir`: Output of the segment_tobii_export.py script. * `segmented_gaze_dir`: Output of the segment_tobii_export.py script.
* `eyetracker_video_id_path`: Path to Excel file that stores participant and task data for all videos. * `eyetracker_video_id_path`: Path to Excel file that stores participant and task data for all videos.
* `video_id_subset`: Subset of particular videos to generate eye tracker labels for, ex: [3, 7, 12, 89, 102]. * `video_id_subset`: Subset of particular videos to generate eye tracker labels for.
* `debug`: Optional debug flag, default is false. * `debug`: Optional debug flag, default is false.
* `out_dir`: Stores the output of this script documented below. * `out_dir`: Stores the output of this script documented below.
... ...
......