aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/pilot_gaze_monitoring
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-09 14:17:59 +0200
committerThéo de la Hogue2024-09-09 14:17:59 +0200
commit628297f2420886eddc5748763e3e14ab9406a5d2 (patch)
tree9295020ed9ac8433d1e7bebe3b431a3b9f68fc95 /docs/use_cases/pilot_gaze_monitoring
parentaccaa084f810f23cfdd27c57acdb650e164a26bf (diff)
downloadargaze-628297f2420886eddc5748763e3e14ab9406a5d2.zip
argaze-628297f2420886eddc5748763e3e14ab9406a5d2.tar.gz
argaze-628297f2420886eddc5748763e3e14ab9406a5d2.tar.bz2
argaze-628297f2420886eddc5748763e3e14ab9406a5d2.tar.xz
Updating use cases performances.
Diffstat (limited to 'docs/use_cases/pilot_gaze_monitoring')
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/pipeline.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/pipeline.md b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
index 1450fed..f7c555f 100644
--- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md
+++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
@@ -302,10 +302,10 @@ This file defines the place of the AOI into the PFD frame. AOI positions have be
This file contains the logs of *ArUcoCamera.look* method execution info. It is saved into an *_export* folder from where the [*load* command](../../user_guide/utils/main_commands.md) is launched.
-On a Jetson Xavier computer, the *look* method execution time is ~0.5ms and it is called ~100 times per second.
+On a Jetson Xavier computer, the *look* method execution time is 5.7ms and it is called ~100 times per second.
## watch_performance.csv
This file contains the logs of *ArUcoCamera.watch* method execution info. It is saved into an *_export* folder from where the [*load* command](../../user_guide/utils/main_commands.md) is launched.
-On a Jetson Xavier computer, the *watch* method execution time is ~50ms and it is called ~10 times per second.
+On a Jetson Xavier computer with CUDA acceleration, the *watch* method execution time is 46.5ms and it is called more than 12 times per second.