aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/demonstrations_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-08-30 20:46:26 +0200
committerThéo de la Hogue2023-08-30 20:46:26 +0200
commit7f5bfa173e5ef21eb1ce195d64c5e58d888eb602 (patch)
treedad1c95ed422b12497aa2b7920273b508ba9cc2f /docs/user_guide/utils/demonstrations_scripts.md
parent79872df7900c07ad2f28181fc65b61a52869a5b3 (diff)
downloadargaze-7f5bfa173e5ef21eb1ce195d64c5e58d888eb602.zip
argaze-7f5bfa173e5ef21eb1ce195d64c5e58d888eb602.tar.gz
argaze-7f5bfa173e5ef21eb1ce195d64c5e58d888eb602.tar.bz2
argaze-7f5bfa173e5ef21eb1ce195d64c5e58d888eb602.tar.xz
Removing useless utils script.
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r--docs/user_guide/utils/demonstrations_scripts.md13
1 files changed, 2 insertions, 11 deletions
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.