From 7f5bfa173e5ef21eb1ce195d64c5e58d888eb602 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 30 Aug 2023 20:46:26 +0200 Subject: Removing useless utils script. --- docs/user_guide/utils/demonstrations_scripts.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'docs/user_guide') diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index f8429b2..5d2d760 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -9,7 +9,7 @@ Collection of command-line scripts for demonstration purpose. !!! note *Use -h option to get command arguments documentation.* -## ArFrame and ArLayer demonstration +## Gaze analysis pipeline demonstration Load ArFrame with a single ArLayer from **demo_gaze_analysis_setup.json** file then, simulate gaze position using mouse pointer to illustrate gaze features. @@ -17,16 +17,7 @@ Load ArFrame with a single ArLayer from **demo_gaze_analysis_setup.json** file t python ./src/argaze/utils/demo_gaze_analysis_run.py ./src/argaze/utils/demo_environment/demo_gaze_analysis_setup.json ``` -## Heatmap demonstration - -Simulate gaze position using mouse pointer to produce heatmap picture. -A picture is saved by pressing escape key. - -```shell -python ./src/argaze/utils/demo_heatmap_run.py -``` - -## ArEnvironment demonstration +## Augmented reality pipeline demonstration Load ArEnvironment from **demo_augmented_reality_setup.json** file then, detect ArUco markers into a demo video source and estimate environment pose. -- cgit v1.1