From be3eecff97a31074b49d722f4315bb18229f6f76 Mon Sep 17 00:00:00 2001 From: Sofia Leon <152316211+soflc@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:57:19 +0100 Subject: [PATCH] Spelling correction index.md --- alpha-lab/egocentric-video-mapper/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpha-lab/egocentric-video-mapper/index.md b/alpha-lab/egocentric-video-mapper/index.md index 755702686..0ad1ca5e1 100644 --- a/alpha-lab/egocentric-video-mapper/index.md +++ b/alpha-lab/egocentric-video-mapper/index.md @@ -101,7 +101,7 @@ After executing the code, the following files will be generated: - When mapping fixations only: - `alternative_camera_fixations.csv` - follows a similar structure as fixations.csv. This way you can easily integrate it into your existing pipelines. - When mapping the full gaze signal at 200Hz: - - `alternative_camera_gaze.csv `- follows a similiar structure as gaze.csv, with the frequency of the gaze signal (200Hz) being preserved. This way you can easily integrate it into your existing pipelines. + - `alternative_camera_gaze.csv `- follows a similar structure as gaze.csv, with the frequency of the gaze signal (200Hz) being preserved. This way you can easily integrate it into your existing pipelines. - `alternative_camera_gaze_overlay.mp4` (optional) - A video rendering of an alternative camera recording displaying a circle for the mapped gaze position. This video will preserve the original frame rate of the alternative camera recording. - `alternative_camera-neon_comparison.mp4` (optional) - A comparison video showing side by side the Neon scene camera video and the alternative camera video with their respective gaze signal overlaid. - Mapping both the fixations and the gaze signal will result in all the files mentioned above.