From 3a127db0fd11634c792e8ca545453fc22bf8eb9e Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 3 Sep 2024 11:13:33 +0200 Subject: Setting aruco_markers_pipeline.json size to 1920, 1080. Changing GrayRectangle size to 1200, 720 and updating aoi. --- src/argaze/utils/demo/aoi_2d_scene.json | 16 ++++++++-------- src/argaze/utils/demo/aruco_markers_pipeline.json | 14 +++----------- src/argaze/utils/demo/gaze_analysis_pipeline.json | 4 ++-- src/argaze/utils/demo/random_context.json | 2 +- 4 files changed, 14 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/argaze/utils/demo/aoi_2d_scene.json b/src/argaze/utils/demo/aoi_2d_scene.json index ac58b63..76ff1bc 100644 --- a/src/argaze/utils/demo/aoi_2d_scene.json +++ b/src/argaze/utils/demo/aoi_2d_scene.json @@ -1,18 +1,18 @@ { - "BlueTriangle":[[960, 664], [1113, 971], [806, 971]], + "BlueTriangle":[[602, 415], [697, 607], [506, 607]], "RedSquare": { "Rectangle": { - "x": 268, - "y": 203, - "width": 308, - "height": 308 + "x": 170, + "y": 127, + "width": 191, + "height": 191 } }, "GreenCircle": { "Circle": { - "cx": 1497, - "cy": 356, - "radius": 153 + "cx": 937, + "cy": 223, + "radius": 95 } } } \ No newline at end of file diff --git a/src/argaze/utils/demo/aruco_markers_pipeline.json b/src/argaze/utils/demo/aruco_markers_pipeline.json index e8d85eb..11db858 100644 --- a/src/argaze/utils/demo/aruco_markers_pipeline.json +++ b/src/argaze/utils/demo/aruco_markers_pipeline.json @@ -1,7 +1,7 @@ { "argaze.ArUcoMarker.ArUcoCamera.ArUcoCamera": { "name": "Head-mounted camera", - "size": [1088, 1080], + "size": [1920, 1080], "copy_background_into_scenes_frames": true, "aruco_detector": { "dictionary": "DICT_APRILTAG_16h5", @@ -56,11 +56,7 @@ }, "frames": { "GrayRectangle": { -<<<<<<< HEAD - "size": [1088, 1080], -======= - "size": [1600, 1200], ->>>>>>> dev/G3andNeon + "size": [1200, 720], "background": "frame_background.jpg", "gaze_movement_identifier": { "argaze.GazeAnalysis.DispersionThresholdIdentification.GazeMovementIdentifier": { @@ -75,11 +71,7 @@ "argaze.GazeAnalysis.Basic.ScanPathAnalyzer": {}, "argaze.GazeAnalysis.KCoefficient.ScanPathAnalyzer": {}, "argaze.GazeAnalysis.NearestNeighborIndex.ScanPathAnalyzer": { -<<<<<<< HEAD - "size": [1088, 1080] -======= - "size": [1600, 1200] ->>>>>>> dev/G3andNeon + "size": [1200, 720] }, "argaze.GazeAnalysis.ExploreExploitRatio.ScanPathAnalyzer": { "short_fixation_duration_threshold": 0 diff --git a/src/argaze/utils/demo/gaze_analysis_pipeline.json b/src/argaze/utils/demo/gaze_analysis_pipeline.json index e0f99a8..8d42747 100644 --- a/src/argaze/utils/demo/gaze_analysis_pipeline.json +++ b/src/argaze/utils/demo/gaze_analysis_pipeline.json @@ -1,7 +1,7 @@ { "argaze.ArFeatures.ArFrame": { "name": "GrayRectangle", - "size": [1088, 1080], + "size": [1200, 720], "background": "frame_background.jpg", "gaze_movement_identifier": { "argaze.GazeAnalysis.DispersionThresholdIdentification.GazeMovementIdentifier": { @@ -17,7 +17,7 @@ "argaze.GazeAnalysis.Basic.ScanPathAnalyzer": {}, "argaze.GazeAnalysis.KCoefficient.ScanPathAnalyzer": {}, "argaze.GazeAnalysis.NearestNeighborIndex.ScanPathAnalyzer": { - "size": [1920, 1149] + "size": [1200, 720] }, "argaze.GazeAnalysis.ExploreExploitRatio.ScanPathAnalyzer": { "short_fixation_duration_threshold": 0 diff --git a/src/argaze/utils/demo/random_context.json b/src/argaze/utils/demo/random_context.json index 7f33579..62abb91 100644 --- a/src/argaze/utils/demo/random_context.json +++ b/src/argaze/utils/demo/random_context.json @@ -1,7 +1,7 @@ { "argaze.utils.contexts.Random.GazePositionGenerator" : { "name": "Random gaze position generator", - "range": [1920, 1149], + "range": [1200, 720], "pipeline": "gaze_analysis_pipeline.json" } } \ No newline at end of file -- cgit v1.1