From 33e58f6f1945f08f134d5d5676914308d13237e6 Mon Sep 17 00:00:00 2001 From: Nadia P Date: Mon, 13 May 2024 15:40:58 +0200 Subject: [PATCH 1/3] fix error in aoi_metrics.csv output --- neon/pupil-cloud/visualizations/areas-of-interest/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon/pupil-cloud/visualizations/areas-of-interest/index.md b/neon/pupil-cloud/visualizations/areas-of-interest/index.md index 8d5e5f0cd..e5bf1ecae 100644 --- a/neon/pupil-cloud/visualizations/areas-of-interest/index.md +++ b/neon/pupil-cloud/visualizations/areas-of-interest/index.md @@ -61,4 +61,4 @@ This file contains standard fixation and gaze metrics on AOIs. | **time to first fixation [ms]** | Average time in milliseconds until the corresponding area of interest gets fixated on for the first time in a recording. | | **time to first gaze [ms]** | Average time in milliseconds until the corresponding area of interest gets gazed at for the first time in a recording. | | **total fixation duration [ms]** | Total fixation duration for the corresponding area of interest in milliseconds. | -| **total gaze duration [ms]** | Total fixation duration for the corresponding area of interest in milliseconds. | \ No newline at end of file +| **total gaze duration [ms]** | Total gaze duration for the corresponding area of interest in milliseconds. | From 1a0dc7a10982a756c6e5ea15027e7ec0abda670c Mon Sep 17 00:00:00 2001 From: Nadia P Date: Fri, 17 May 2024 11:08:31 -0400 Subject: [PATCH 2/3] remove gaze metrics from aoi_metrics --- neon/pupil-cloud/visualizations/areas-of-interest/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neon/pupil-cloud/visualizations/areas-of-interest/index.md b/neon/pupil-cloud/visualizations/areas-of-interest/index.md index e5bf1ecae..c20ee5a1c 100644 --- a/neon/pupil-cloud/visualizations/areas-of-interest/index.md +++ b/neon/pupil-cloud/visualizations/areas-of-interest/index.md @@ -59,6 +59,5 @@ This file contains standard fixation and gaze metrics on AOIs. | **average fixation duration [ms]** | Average fixation duration for the corresponding area of interest in milliseconds. | | **total fixations** | Total number of fixations for the corresponding area of interest in milliseconds. | | **time to first fixation [ms]** | Average time in milliseconds until the corresponding area of interest gets fixated on for the first time in a recording. | -| **time to first gaze [ms]** | Average time in milliseconds until the corresponding area of interest gets gazed at for the first time in a recording. | | **total fixation duration [ms]** | Total fixation duration for the corresponding area of interest in milliseconds. | -| **total gaze duration [ms]** | Total gaze duration for the corresponding area of interest in milliseconds. | + From 5ab2ab973090228c2c57667feea5d103acb2bee6 Mon Sep 17 00:00:00 2001 From: Nadia P Date: Fri, 24 May 2024 11:35:22 -0400 Subject: [PATCH 3/3] add whitepaper & moto edge --- neon/data-collection/data-streams/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neon/data-collection/data-streams/index.md b/neon/data-collection/data-streams/index.md index d9c8fc3bd..155764ae1 100644 --- a/neon/data-collection/data-streams/index.md +++ b/neon/data-collection/data-streams/index.md @@ -18,11 +18,11 @@ The Neon Companion app can provide gaze data in real-time at up to 200 Hz. Gaze ![Gaze](./gaze.jpg) -The achieved framerate can vary based on what Companion device is used and environmental conditions. On the OnePlus 10, the full 200 Hz can generally be achieved outside of especially hot environments. On the OnePlus 8, the framerate typically drops to ~120 Hz within a few minutes of starting a recording. Other apps running simultaneously on the phone may decrease the framerate. +The achieved framerate can vary based on what Companion device is used and environmental conditions. On the OnePlus 10 and Motorola Edge 40 Pro, the full 200 Hz can generally be achieved outside of especially hot environments. On the OnePlus 8, the framerate typically drops to ~120 Hz within a few minutes of starting a recording. Other apps running simultaneously on the phone may decrease the framerate. -After a recording is uploaded to Pupil Cloud, gaze data is automatically re-computed at the full 200 Hz framerat and can be downloaded from there. +After a recording is uploaded to Pupil Cloud, gaze data is automatically re-computed at the full 200 Hz framerate and can be downloaded from there. -The gaze estimation algorithm is based on end-2-end deep learning and provides gaze data robustly without requiring a calibration. We are currently working on a white paper that thoroughly evaluated the algorithm and will link it here once it is published. +The gaze estimation algorithm is based on end-2-end deep learning and provides gaze data robustly without requiring a calibration. You can find a high-level description as well as a thorough evaluation of the accuracy and robustness of the algorithm in our [white paper](https://zenodo.org/doi/10.5281/zenodo.10420388). ## Fixations & Saccades