aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-23 23:25:01 +0200
committerThéo de la Hogue2024-07-23 23:25:01 +0200
commitb9854a924145db3869d481e81afcdb7550beddc5 (patch)
tree1b08ebc217843a0d126b2077c2e7fc3b279e445a
parent37e491e878da9072223c457579748b6514339484 (diff)
downloadargaze-b9854a924145db3869d481e81afcdb7550beddc5.zip
argaze-b9854a924145db3869d481e81afcdb7550beddc5.tar.gz
argaze-b9854a924145db3869d481e81afcdb7550beddc5.tar.bz2
argaze-b9854a924145db3869d481e81afcdb7550beddc5.tar.xz
Updating performance.
-rw-r--r--docs/use_cases/air_controller_gaze_study/pipeline.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/use_cases/air_controller_gaze_study/pipeline.md b/docs/use_cases/air_controller_gaze_study/pipeline.md
index 3cff83a..52d8cac 100644
--- a/docs/use_cases/air_controller_gaze_study/pipeline.md
+++ b/docs/use_cases/air_controller_gaze_study/pipeline.md
@@ -357,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 an *_export* folder from 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 ~4,8ms and it is called ~44 times per second.
+On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *look* method execution time is ~3,4ms and it is called ~43 times per second.
## watch_performance.csv
This file contains the logs of *ArUcoCamera.watch* 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 MacBookPro (2,3GHz Intel Core i9 8 cores), the *watch* method execution time is ~52ms and it is called ~11 times per second.
+On a MacBookPro (2,3GHz Intel Core i9 8 cores) without CUDA acceleration, the *watch* method execution time is ~56ms and it is called ~11 times per second.