Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -68,7 +68,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -68,7 +68,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
3. Convert overhead video labels to match eye tracker 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. 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 segmented data export (which should be located inside segmented_gaze_dir).
**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.
... ...
......