From 3aa00e234e122f3cedffdc21c00a430fee7984a8 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 3 Sep 2024 14:44:45 +0200 Subject: Adding new CSV file context. --- docs/user_guide/utils/demonstrations_scripts.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/user_guide/utils/demonstrations_scripts.md') 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 -- cgit v1.1