diff options
author | Théo de la Hogue | 2024-09-03 14:44:45 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-09-03 14:44:45 +0200 |
commit | 3aa00e234e122f3cedffdc21c00a430fee7984a8 (patch) | |
tree | 489c94c885b7f52e7abd7a24eb7760d7b3a0ac3c /docs/user_guide/utils/demonstrations_scripts.md | |
parent | a3eb35c5a3725ba589663c6a8992b48b6743eb11 (diff) | |
download | argaze-3aa00e234e122f3cedffdc21c00a430fee7984a8.zip argaze-3aa00e234e122f3cedffdc21c00a430fee7984a8.tar.gz argaze-3aa00e234e122f3cedffdc21c00a430fee7984a8.tar.bz2 argaze-3aa00e234e122f3cedffdc21c00a430fee7984a8.tar.xz |
Adding new CSV file context.
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index 277f380..e55e547 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -20,6 +20,14 @@ Load **random_context.json** file to generate random gaze positions: python -m argaze load ./src/argaze/utils/demo/random_context.json ``` +## CSV file context + +Load **csv_file_context.json** file to analyze gaze positions from a CSV file: + +```shell +python -m argaze load ./src/argaze/utils/demo/csv_file_context.json +``` + ## OpenCV ### Cursor context |