aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/pilot_gaze_monitoring
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-08 10:28:29 +0200
committerThéo de la Hogue2024-07-08 10:28:29 +0200
commitf6653bcd024caad8fc6070a6b0a306e0625bd8b2 (patch)
treef3c77fbc2ef9361e73fce6aadaa6b774aa751f09 /docs/use_cases/pilot_gaze_monitoring
parent9fd8c59818cd67846dab61b2edd817df4d4dffee (diff)
downloadargaze-f6653bcd024caad8fc6070a6b0a306e0625bd8b2.zip
argaze-f6653bcd024caad8fc6070a6b0a306e0625bd8b2.tar.gz
argaze-f6653bcd024caad8fc6070a6b0a306e0625bd8b2.tar.bz2
argaze-f6653bcd024caad8fc6070a6b0a306e0625bd8b2.tar.xz
Adding time 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 16e79a0..74381e8 100644
--- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md
+++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
@@ -310,10 +310,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 created 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 ~.. ms and it is called ~.. times per second.
+On a Jetson Xavier computer, the *look* method execution time is ~0.5ms and it is called ~100 times per second.
## watch_performance.csv
This file contains the logs of *ArUcoCamera.watch* method execution info. It file is created 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 ~.. ms and it is called ~.. times per second.
+On a Jetson Xavier computer, the *watch* method execution time is ~~50ms and it is called 10 times per second.