diff options
author | Théo de la Hogue | 2024-07-17 18:03:23 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-07-17 18:03:23 +0200 |
commit | fafbcd501396cad95acc39a8089abd3df7ead836 (patch) | |
tree | d39f9b7df5e65cfdcc437a9c9ed12f2a0b4181b4 /docs | |
parent | 997c12867bf152fcf8839d36baa50815878ee023 (diff) | |
download | argaze-fafbcd501396cad95acc39a8089abd3df7ead836.zip argaze-fafbcd501396cad95acc39a8089abd3df7ead836.tar.gz argaze-fafbcd501396cad95acc39a8089abd3df7ead836.tar.bz2 argaze-fafbcd501396cad95acc39a8089abd3df7ead836.tar.xz |
Fixing typos.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/use_cases/air_controller_gaze_study/pipeline.md | 2 | ||||
-rw-r--r-- | docs/use_cases/pilot_gaze_monitoring/pipeline.md | 2 |
2 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 9f59185..72343bb 100644 --- a/docs/use_cases/air_controller_gaze_study/pipeline.md +++ b/docs/use_cases/air_controller_gaze_study/pipeline.md @@ -361,6 +361,6 @@ On a MacBookPro (2,3GHz Intel Core i9 8 cores), the *look* method execution time ## 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. +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 ~60ms and it is called ~10 times per second. diff --git a/docs/use_cases/pilot_gaze_monitoring/pipeline.md b/docs/use_cases/pilot_gaze_monitoring/pipeline.md index aeffc86..8f9d7f1 100644 --- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md +++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md @@ -306,6 +306,6 @@ On a Jetson Xavier computer, the *look* method execution time is ~0.5ms and it i ## watch_performance.csv -This file contains the logs of *ArUcoCamera.watch* method execution info. It file is saved into an *_export* folder from where the [*load* command](../../user_guide/utils/main_commands.md) is launched. +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. |