Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
...@@ -63,7 +63,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g ...@@ -63,7 +63,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
* `segmented_gaze_dir`: Path to the directory containing the output of the segment_tobii_export.py script. * `segmented_gaze_dir`: Path to the directory containing the 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. * `video_id_subset`: Subset of particular videos to generate eye tracker labels for.
* `debug`: Creates a new directory and output called debug, containing human-readable versions of all eye-tracking labels in CSV format. * `debug`: Optional flag. If `True`, this script writes human-readable versions of all eye-tracking labels to the output directory in CSV format. Default is `False`.
* `out_dir`: Stores the output of this script documented below. * `out_dir`: Stores the output of this script documented below.
**OUTPUT:** **OUTPUT:**
... ...
......