aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/utils/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/utils/README.md b/src/argaze/utils/README.md
index 9f6f9b9..8659903 100644
--- a/src/argaze/utils/README.md
+++ b/src/argaze/utils/README.md
@@ -54,10 +54,10 @@ python ./src/argaze/utils/explore_tobii_sdcard.py -r RECORDING_PATH
python ./src/argaze/utils/explore_tobii_sdcard.py -s SEGMENT_PATH
```
-- Analyse Tobii segment fixations (replace SEGMENT_PATH)
+- Export Tobii segment fixations (replace SEGMENT_PATH) into a fixations.json file into the segment folder
```
-python ./src/argaze/utils/analyse_tobii_segment_fixations.py -s SEGMENT_PATH
+python ./src/argaze/utils/export_tobii_segment_fixations.py -s SEGMENT_PATH
```
- Track any 6cm ArUco marker into calibrated Tobii camera video stream (replace IP_ADDRESS). Load an roi scene (replace ROI_SCENE) .obj file, position it virtually like the detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI. Export all collected datas into an export folder.