Changes
Page history
Update Eyetracker Scripts HowTo
authored
Jan 05, 2021
by
afahey2
Show whitespace changes
Inline
Side-by-side
Eyetracker-Scripts-HowTo.md
View page @
e77151c3
...
@@ -60,9 +60,9 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
...
@@ -60,9 +60,9 @@ 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, ex: Adults2018, Children2019.
*
`segmented_gaze_dir`
:
Stores the output of this script documented below.
*
`segmented_gaze_dir`
:
*
`eyetracker_video_id_path`
:
Stores the output of this script documented below.
*
`eyetracker_video_id_path`
:
*
`video_id_subset`
: S
tores the output of this script documented below
.
*
`video_id_subset`
: S
ubset of particular videos to generate eye tracker labels for, ex: [3, 7, 12, 89, 102]
.
*
`out_dir`
: 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.
*
`debug`
: Optional debug flag, default is false.
...
@@ -73,7 +73,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
...
@@ -73,7 +73,7 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
$
python make_eyetracker_labels.py
$
python make_eyetracker_labels.py
```
```
4.
Move segmented Tobii export files and eyetracker label files to the remo
v
e server.
4.
Move segmented Tobii export files and eye
tracker label files to the remo
t
e server.
**INPUT:**
**INPUT:**
...
...
...
...