Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -53,11 +53,18 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
--out_dir ~/Downloads/eyetracking/imputed_and_segmented
```
3. Convert overhead video labels to match eyetracker timestamp indices.
3. Convert overhead video labels to match eye tracker timestamp indices.
This program takes the annotated labels file that comes from the data annotation platform then changes the timestamps to match the indices of the closest timestamp in the data export.
**INPUT:**
**PARAMETERS:**
* `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.
* `segmented_gaze_dir`: Stores the output of this script documented below.
* `eyetracker_video_id_path`: Stores the output of this script documented below.
* `video_id_subset`: Stores the output of this script documented below.
* `out_dir`: Stores the output of this script documented below.
* `debug`: Optional debug flag, default is false.
**OUTPUT:**
......
......