You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ the software is potentially subject to change, and we urge users to carefully ch
6
6
glassesValidator. Please provide us with feedback on *anything* you notice, *no matter how small*.
7
7
8
8
A preliminary reference to the upcoming paper is:<br>
9
-
Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. and Hooge, I.T.C. (in preparation). GlassesValidator:
9
+
Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. and Hooge, I.T.C. (submitted). GlassesValidator:
10
10
A data quality tool for eye tracking glasses.
11
11
12
12
However, as long as the paper is not accepted, please cite this work as follows:<br>
@@ -122,7 +122,7 @@ contains the following settings for the poster:
122
122
123
123
|setting|default<br>value|description|
124
124
|---|---|---|
125
-
|`distance`|60|viewing distance in cm, used to convert coordinates and sizes in degrees to cm. Only used when `mode`is`deg`.|
125
+
|`distance`|60|Viewing distance in cm, used to convert coordinates and sizes in degrees to cm. Only used when `mode`is`deg`.|
126
126
|`mode`|cm|`cm`or`deg`. Sets the unit for the `markerSide`and`targetDiameter` below as well asfor interpreting the coordinates in the marker and target position files.|
127
127
|`markerSide`|4.18945|Size of ArUco markers. In cm or deg, see `mode` setting.|
128
128
|`markerPosFile`|[`markerPositions.csv`](/src/glassesValidator/config/markerPositions.csv)|File in the config folder where the markers to draw are specified.|
@@ -139,8 +139,8 @@ contains the following settings for the poster:
139
139
To check your custom configuration, you can generate a poster pdf using [the steps below](#steps-for-making-your-own-poster). Furthermore,
140
140
a png image showing the poster will be generated in the configuration folder when any of glassesValidator's processing steps are run.
141
141
142
-
The above settings are furthermore used by glassesValidator when performing its processing. For instance, the `distance` parameter is
143
-
used as the assumed viewing distance when computing the `viewpos_vidpos_homography` data quality type (see [the disccusionin the
142
+
The above settings are furthermore used by glassesValidator when processing recordings. For instance, the `distance` parameter is
143
+
used as the assumed viewing distance when computing the `viewpos_vidpos_homography` data quality type (see [the discussionin the
144
144
Advanced settings section below](#advanced-settings)). Three further settings are present in the [`validationSetup.txt` configuration
145
145
file](/src/glassesValidator/config/validationSetup.txt) that are only used by the glassesValidator processing tool, andnotfor the poster:
146
146
@@ -266,7 +266,7 @@ fixation target and to the gaze position on the poster. For eye trackers for whi
266
266
homography transformation is used to determine gaze position on the poster and accuracy and precision are computed using an assumed
267
267
viewing distance configured in the glassesValidator project's configuration file, along with the assumptions that the eye is located
268
268
exactly in front of the center of the poster and that the poster is oriented perpendicularly to the line of sight. As discussed in
269
-
the "Assuming a fixed viewing distance" section of the glassesValidator paper (Niehorster et al., in prep), differences in computed
269
+
the "Assuming a fixed viewing distance" section of the glassesValidator paper (Niehorster et al., submitted), differences in computed
270
270
values between these two modes are generally small. Nonetheless, it is up to the researcher to decide whether the level of error
271
271
introduced when operating without a camera calibration is acceptable and whether they should perform their own camera calibration.
0 commit comments