Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -22,7 +22,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g ...@@ -22,7 +22,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
**PARAMETERS:** **PARAMETERS:**
* `export_file`: Path to CSV. Raw Tobii eye-tracking data for all participants. * `export_file`: Path to CSV. Raw Tobii eye-tracking data for all participants.
* `out_dir`: Path to a folder that stores segmented video eye movement and model information. (Documented below). * `out_dir`: Stores the output of this script documented below.
**OUTPUT:** **OUTPUT:**
...@@ -41,7 +41,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g ...@@ -41,7 +41,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
**PARAMETERS:** **PARAMETERS:**
* `tobii_export_fn`: Name of the file that contains raw Tobii eye-tracking data for all participants. * `tobii_export_fn`: Name of the file that contains raw Tobii eye-tracking data for all participants.
* `video_metadata_fn`: Name of the file that stores participant and task data for all videos. * `video_metadata_fn`: Name of the file that stores participant and task data for all videos.
* `out_dir`: Path to a folder that stores segmented eye-tracking data for each video. * `out_dir`: Stores the output of this script documented below.
**OUTPUT:** **OUTPUT:**
... ...
......