From 2557e40a9d21806a8eee02eb92d404de36c85410 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 29 Mar 2022 13:20:07 +0200 Subject: Updating utils documentation --- src/argaze/utils/README.md | 4 ++-- 1 file 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. -- cgit v1.1