diff options
author | Théo de la Hogue | 2024-09-09 14:17:59 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-09-09 14:17:59 +0200 |
commit | 628297f2420886eddc5748763e3e14ab9406a5d2 (patch) | |
tree | 9295020ed9ac8433d1e7bebe3b431a3b9f68fc95 /docs | |
parent | accaa084f810f23cfdd27c57acdb650e164a26bf (diff) | |
download | argaze-628297f2420886eddc5748763e3e14ab9406a5d2.zip argaze-628297f2420886eddc5748763e3e14ab9406a5d2.tar.gz argaze-628297f2420886eddc5748763e3e14ab9406a5d2.tar.bz2 argaze-628297f2420886eddc5748763e3e14ab9406a5d2.tar.xz |
Updating use cases performances.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/use_cases/air_controller_gaze_study/pipeline.md | 10 | ||||
-rw-r--r-- | docs/use_cases/pilot_gaze_monitoring/pipeline.md | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/use_cases/air_controller_gaze_study/pipeline.md b/docs/use_cases/air_controller_gaze_study/pipeline.md index 7421038..5b90769 100644 --- a/docs/use_cases/air_controller_gaze_study/pipeline.md +++ b/docs/use_cases/air_controller_gaze_study/pipeline.md @@ -22,6 +22,12 @@ For this use case we need to detect ArUco markers to enable gaze mapping: **ArGa "useAruco3Detection": true } }, + "gaze_movement_identifier": { + "argaze.GazeAnalysis.DispersionThresholdIdentification.GazeMovementIdentifier": { + "deviation_max_threshold": 25, + "duration_min_threshold": 150 + } + }, "layers": { "Main" : { "aoi_matcher": { @@ -351,10 +357,10 @@ The video file is a record of the sector screen frame image. This file contains the logs of *ArUcoCamera.look* method execution info. It is created into the folder where the [*load* command](../../user_guide/utils/main_commands.md) is launched. -On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *look* method execution time is ~1ms and it is called ~51 times per second. +On a MacBookPro (2.3GHz Intel Core i9 8 cores), the *look* method execution time is ~1ms and it is called ~51 times per second. ## watch_performance.csv This file contains the logs of *ArUcoCamera.watch* method execution info. It is created into the folder from where the [*load* command](../../user_guide/utils/main_commands.md) is launched. -On a MacBookPro (2,3GHz Intel Core i9 8 cores) without CUDA acceleration, the *watch* method execution time is ~52ms and it is called ~12,5 times per second. +On a MacBookPro (2.3GHz Intel Core i9 8 cores) without CUDA acceleration, the *watch* method execution time is ~52ms and it is called more than 12 times per second. 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. |