aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-03 11:13:33 +0200
committerThéo de la Hogue2024-09-03 11:13:33 +0200
commit3a127db0fd11634c792e8ca545453fc22bf8eb9e (patch)
tree2c1dbbaebaf37720854b0306a96ea51f096cb7d4
parent1499b232aa7ecda8789da3eab33a47f4675307d3 (diff)
downloadargaze-3a127db0fd11634c792e8ca545453fc22bf8eb9e.zip
argaze-3a127db0fd11634c792e8ca545453fc22bf8eb9e.tar.gz
argaze-3a127db0fd11634c792e8ca545453fc22bf8eb9e.tar.bz2
argaze-3a127db0fd11634c792e8ca545453fc22bf8eb9e.tar.xz
Setting aruco_markers_pipeline.json size to 1920, 1080. Changing GrayRectangle size to 1200, 720 and updating aoi.
-rw-r--r--src/argaze/utils/demo/aoi_2d_scene.json16
-rw-r--r--src/argaze/utils/demo/aruco_markers_pipeline.json14
-rw-r--r--src/argaze/utils/demo/gaze_analysis_pipeline.json4
-rw-r--r--src/argaze/utils/demo/random_context.json2
4 files changed, 14 insertions, 22 deletions
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