From 9fd8c59818cd67846dab61b2edd817df4d4dffee Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 8 Jul 2024 10:08:46 +0200 Subject: Fixing relative links. Documenting performance recorder. --- docs/use_cases/pilot_gaze_monitoring/pipeline.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'docs/use_cases/pilot_gaze_monitoring/pipeline.md') diff --git a/docs/use_cases/pilot_gaze_monitoring/pipeline.md b/docs/use_cases/pilot_gaze_monitoring/pipeline.md index a083ade..16e79a0 100644 --- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md +++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md @@ -136,7 +136,7 @@ The *ArUcoCameraLogger* observer object is defined into the [observers.py](obser ## optic_parameters.json -This file defines the Tobii Pro glasses 2 scene camera optic parameters which has been calculated as explained into [the camera calibration chapter](../../../user_guide/aruco_marker_pipeline/advanced_topics/optic_parameters_calibration/). +This file defines the Tobii Pro glasses 2 scene camera optic parameters which has been calculated as explained into [the camera calibration chapter](../../user_guide/aruco_marker_pipeline/advanced_topics/optic_parameters_calibration.md). ```json { @@ -174,7 +174,7 @@ This file defines the Tobii Pro glasses 2 scene camera optic parameters which ha ## detector_parameters.json -This file defines the ArUco detector parameters as explained into [the detection improvement chapter](../../../user_guide/aruco_marker_pipeline/advanced_topics/aruco_detector_configuration/). +This file defines the ArUco detector parameters as explained into [the detection improvement chapter](../../user_guide/aruco_marker_pipeline/advanced_topics/aruco_detector_configuration.md). ```json { @@ -305,3 +305,15 @@ This file defines the place of the AOI into the PFD frame. AOI positions have be ``` + +## look_performance.csv + +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. + +## 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. -- cgit v1.1