diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..bed0738c7eeb449bca98b5d2f33c89a1ee56349a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.avro filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b97b4058f154798f06ea039619db3bb5b0ed709c --- /dev/null +++ b/README.md @@ -0,0 +1,120 @@ +--- +dataset_info: + features: + - name: task_id + dtype: int32 + - name: annotation_id + dtype: int32 + - name: image + dtype: image + - name: instruction_cn + dtype: string + - name: instruction_en + dtype: string + - name: sample_id + dtype: string + - name: gaze_point + list: int32 + - name: choices + struct: + - name: activity + dtype: string + - name: is_same_window + dtype: string + - name: place + dtype: string + - name: platform + dtype: string + - name: scenario + dtype: string + - name: task type + dtype: string + - name: ui_type + dtype: string + - name: target_bbox + struct: + - name: height + dtype: float32 + - name: image_rotation + dtype: int32 + - name: labels + list: string + - name: original_height + dtype: int32 + - name: original_width + dtype: int32 + - name: rotation + dtype: float32 + - name: width + dtype: float32 + - name: x + dtype: float32 + - name: y + dtype: float32 + - name: is_ok + dtype: bool + - name: objects + struct: + - name: bbox + list: + list: float32 + length: 4 + - name: category + list: + class_label: + names: + '0': target +language: +- en +- zh +license: cc-by-4.0 +tags: +- computer-vision +- visual-grounding +- xr +- egocentric +- gui +- apple-vision-pro +- instruction-following +- multimodal +task_ids: +- visual-grounding +- object-detection + +pretty_name: EgoXR-GUI - Egocentric XR GUI Grounding Dataset +--- +# EgoXR-GUI: Benchmarking GUI Grounding in Physical–Digital Extended Reality + +EgoXR-GUI is the first extended reality (XR) specific GUI grounding benchmark. Unlike traditional desktop or mobile GUI benchmarks, EgoXR-GUI evaluates whether multimodal large language models (MLLMs) can effectively reason about virtual interfaces embedded within hybrid digital–physical environments. + +## Overview + +- **Dataset Size:** 1,070 carefully curated examples. (Originally comprising more internal annotations, the final publicly released benchmark validates exactly 1,070 high-quality target grounding instructions across diverse spatial scenarios.) +- **Platform:** Apple Vision Pro and other 3D/XR environments. +- **Task Types:** + 1. **Direct Grounding:** Simple identification. + 2. **Spatial Grounding:** Reasoning about UI elements based on 3D spatial properties. + 3. **Semantic Grounding:** Reasoning based on the text or icon semantics of the UI elements. +- **Language Supported:** English (`instruction_en`) and Chinese (`instruction_cn`). + +## Data Fields + +Each Example contains the following fields: +- `task_id` & `annotation_id`: Unique identifiers for tracking the specific visual task. +- `sample_id`: External sample identifier linking back to the origin dataset source. +- `image`: The egocentric view captured from the XR headset/environment. +- `instruction_en`: The grounding prompt in English. +- `instruction_cn`: The grounding prompt in Chinese. +- `gaze_point`: The tracked eye gaze coordinate `[x, y]` representing the user's attention. +- `choices`: Structured dictionary showing context tags: + - `is_same_window` + - `ui_type` + - `platform` + - `scenario` + - `place` + - `activity` + - `task type` +- `target_bbox`: The exact geometrical target. Contains `x`, `y`, `width`, `height`, spatial `rotation`, and string `labels`. +- `objects`: Hugging Face standardized format representing the bounding box for Data Viewer Visualization. +- `is_ok`: Quality control boolean indicator. + diff --git a/annoration.json b/annoration.json new file mode 100644 index 0000000000000000000000000000000000000000..c6d324e21ee9ecaeda5d74d5f1496d2ee19005d0 --- /dev/null +++ b/annoration.json @@ -0,0 +1,51320 @@ +[ + { + "task_id": 46, + "annotation_id": 100, + "image": "images/7fce6255-food_15.png", + "instruction_cn": "\u6539\u53d8\u53d6\u9910\u65f6\u95f4", + "instruction_en": "Change the meal pickup time", + "sample_id": "food_15_2", + "gaze_point": [ + 1734, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.5424446689758, + "y": 39.57496185951313, + "width": 6.237848874705607, + "height": 3.5371590659197794, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.5424446689758, + 39.57496185951313, + 6.237848874705607, + 3.5371590659197794 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 46, + "annotation_id": 101, + "image": "images/7fce6255-food_15.png", + "instruction_cn": "\u8be5\u5957\u9910\u8ba2\u4e24\u4efd", + "instruction_en": "order two of this combo", + "sample_id": "food_15_3", + "gaze_point": [ + 1734, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.567329930138605, + "y": 55.76720474607407, + "width": 1.1753148647532683, + "height": 2.2200391889784328, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.567329930138605, + 55.76720474607407, + 1.1753148647532683, + 2.2200391889784328 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 46, + "annotation_id": 102, + "image": "images/7fce6255-food_15.png", + "instruction_cn": "\u6539\u4e3a\u9009\u62e9\u5916\u5e26", + "instruction_en": "Change to takeout", + "sample_id": "food_15_1", + "gaze_point": [ + 1734, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.33603550135543, + "y": 33.384082491532396, + "width": 13.055721450903455, + "height": 6.978221487193139, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.33603550135543, + 33.384082491532396, + 13.055721450903455, + 6.978221487193139 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 46, + "annotation_id": 103, + "image": "images/7fce6255-food_15.png", + "instruction_cn": "\u6dfb\u52a0\u4e00\u4efd\u9ea6\u8fa3\u9e21\u5757", + "instruction_en": "Add an order of McNuggets", + "sample_id": "food_15_4", + "gaze_point": [ + 1734, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.24550610060152, + "y": 60.148721425506565, + "width": 1.3199153217074553, + "height": 2.0857921133154775, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.24550610060152, + 60.148721425506565, + 1.3199153217074553, + 2.0857921133154775 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 46, + "annotation_id": 104, + "image": "images/7fce6255-food_15.png", + "instruction_cn": "\u652f\u4ed8\u8ba2\u5355", + "instruction_en": "pay for the order", + "sample_id": "food_15_5", + "gaze_point": [ + 1734, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.13078470824949, + "y": 83.70221327967808, + "width": 11.871227364185103, + "height": 12.877263581488918, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.13078470824949, + 83.70221327967808, + 11.871227364185103, + 12.877263581488918 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 47, + "annotation_id": 105, + "image": "images/48fc000d-food_14.png", + "instruction_cn": "\u9009\u62e9\u4ef7\u683c13.9\u5143\u7684\u5957\u9910", + "instruction_en": "choose the combo that costs 13.9 yuan", + "sample_id": "food_14_1", + "gaze_point": [ + 1984, + 1339 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.72551891804557, + "y": 58.81100002272978, + "width": 4.10309302484162, + "height": 4.900916668560818, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.72551891804557, + 58.81100002272978, + 4.10309302484162, + 4.900916668560818 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 47, + "annotation_id": 106, + "image": "images/48fc000d-food_14.png", + "instruction_cn": "\u67e5\u770b\u9e21\u8089\u6c49\u5821\u7c7b\u522b", + "instruction_en": "view the chicken burger category", + "sample_id": "food_14_2", + "gaze_point": [ + 1984, + 1339 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.03947884886501, + "y": 43.677147243572556, + "width": 5.712274820521685, + "height": 6.77010349098866, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.03947884886501, + 43.677147243572556, + 5.712274820521685, + 6.77010349098866 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 47, + "annotation_id": 107, + "image": "images/48fc000d-food_14.png", + "instruction_cn": "\u53bb\u7ed3\u7b97", + "instruction_en": "place order", + "sample_id": "food_14_3", + "gaze_point": [ + 1984, + 1339 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.55998028785838, + "y": 65.50701988965882, + "width": 5.5853353800656365, + "height": 6.757566262301637, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.55998028785838, + 65.50701988965882, + 5.5853353800656365, + 6.757566262301637 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 47, + "annotation_id": 108, + "image": "images/48fc000d-food_14.png", + "instruction_cn": "\u5f00\u4f1a\u5458\u5361", + "instruction_en": "sign up for a membership card", + "sample_id": "food_14_4", + "gaze_point": [ + 1984, + 1339 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.058475518706466, + "y": 27.048223012339466, + "width": 6.795747822393928, + "height": 4.217067831087217, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.058475518706466, + 27.048223012339466, + 6.795747822393928, + 4.217067831087217 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 47, + "annotation_id": 541, + "image": "images/48fc000d-food_14.png", + "instruction_cn": "\u9009\u62e9\u6211\u7684\u624b\u6307\u7740\u7684\u5957\u9910\u7684\u89c4\u683c", + "instruction_en": "Select the specifications of the package I'm pointing to.", + "sample_id": "food_14_5", + "gaze_point": [ + 1984, + 1339 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 58.585350953891925, + "y": 59.74230595946829, + "width": 4.335198760108597, + "height": 3.580609351747831, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.585350953891925, + 59.74230595946829, + 4.335198760108597, + 3.580609351747831 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 48, + "annotation_id": 109, + "image": "images/93b45e68-food_13.png", + "instruction_cn": "\u9009\u62e9\u5927\u85af\u6761", + "instruction_en": "select the large fries", + "sample_id": "food_13_1", + "gaze_point": [ + 1609, + 1156 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 24.949692604706293, + "y": 57.947686116700204, + "width": 12.07243460764587, + "height": 18.242790073775993, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 24.949692604706293, + 57.947686116700204, + 12.07243460764587, + 18.242790073775993 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 48, + "annotation_id": 110, + "image": "images/93b45e68-food_13.png", + "instruction_cn": "\u9009\u62e9\u51b0\u7f8e\u5f0f", + "instruction_en": "select iced Americano", + "sample_id": "food_13_2", + "gaze_point": [ + 1609, + 1156 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.48489129873003, + "y": 89.12058667655633, + "width": 9.150868840558587, + "height": 10.879413323443671, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.48489129873003, + 89.12058667655633, + 9.150868840558587, + 10.879413323443671 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 48, + "annotation_id": 111, + "image": "images/93b45e68-food_13.png", + "instruction_cn": "\u9009\u62e9\u5927\u676f\u7389\u7c73\u676f", + "instruction_en": "choose the large corn cup", + "sample_id": "food_13_3", + "gaze_point": [ + 1609, + 1156 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 16.071916318746364, + "y": 75.69793387490503, + "width": 10.755783626586354, + "height": 13.940720102767642, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 16.071916318746364, + 75.69793387490503, + 10.755783626586354, + 13.940720102767642 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 48, + "annotation_id": 112, + "image": "images/93b45e68-food_13.png", + "instruction_cn": "\u8ba2\u4e24\u4efd\u5957\u9910", + "instruction_en": "order two combos", + "sample_id": "food_13_4", + "gaze_point": [ + 1609, + 1156 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.75076940851457, + "y": 56.2225413132606, + "width": 1.3332477997044947, + "height": 2.0110943241333743, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.75076940851457, + 56.2225413132606, + 1.3332477997044947, + 2.0110943241333743 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 49, + "annotation_id": 113, + "image": "images/989c33d1-food_12.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u754c\u9762", + "instruction_en": "open search panel", + "sample_id": "food_12_1", + "gaze_point": [ + 1641, + 1402 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 6.438631790744467, + "y": 37.558685446009385, + "width": 32.99798792756539, + "height": 10.015649452269173, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 6.438631790744467, + 37.558685446009385, + 32.99798792756539, + 10.015649452269173 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 49, + "annotation_id": 114, + "image": "images/989c33d1-food_12.png", + "instruction_cn": "\u9009\u62e9\u7b2c\u4e8c\u4e2a\u5957\u9910", + "instruction_en": "choose the second combo", + "sample_id": "food_12_2", + "gaze_point": [ + 1641, + 1402 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.03420523138833, + "y": 79.40979208584842, + "width": 7.645875251509061, + "height": 7.869438855354346, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.03420523138833, + 79.40979208584842, + 7.645875251509061, + 7.869438855354346 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 49, + "annotation_id": 115, + "image": "images/989c33d1-food_12.png", + "instruction_cn": "\u67e5\u770b\u70b8\u9e21\u9009\u9879", + "instruction_en": "view the fired chicken category", + "sample_id": "food_12_3", + "gaze_point": [ + 1641, + 1402 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 5.432595573440644, + "y": 74.40196735971384, + "width": 10.261569416498993, + "height": 15.381175944556233, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 5.432595573440644, + 74.40196735971384, + 10.261569416498993, + 15.381175944556233 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 49, + "annotation_id": 116, + "image": "images/989c33d1-food_12.png", + "instruction_cn": "\u67e5\u770b\u5496\u5561\u9009\u9879", + "instruction_en": "view coffee options", + "sample_id": "food_12_4", + "gaze_point": [ + 1641, + 1402 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 6.118723588095665, + "y": 88.26967679448711, + "width": 11.070441305003541, + "height": 11.135115565846204, + "rotation": 0.6982993753222217, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 6.118723588095665, + 88.26967679448711, + 11.070441305003541, + 11.135115565846204 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 50, + "annotation_id": 117, + "image": "images/135ae45e-food_11.png", + "instruction_cn": "\u767b\u5f55\u8d26\u53f7", + "instruction_en": "login to account", + "sample_id": "food_11_1", + "gaze_point": [ + 2452, + 1142 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.37659663612546, + "y": 22.811286176813294, + "width": 5.5465483288151916, + "height": 4.854414947612618, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.37659663612546, + 22.811286176813294, + 5.5465483288151916, + 4.854414947612618 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 50, + "annotation_id": 118, + "image": "images/135ae45e-food_11.png", + "instruction_cn": "\u9009\u62e9\u5916\u5e26\u81ea\u53d6", + "instruction_en": "choose for pickup", + "sample_id": "food_11_2", + "gaze_point": [ + 2452, + 1142 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.5377639543165, + "y": 31.110285106932693, + "width": 9.16785248096532, + "height": 17.43814535557682, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.5377639543165, + 31.110285106932693, + 9.16785248096532, + 17.43814535557682 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 50, + "annotation_id": 119, + "image": "images/135ae45e-food_11.png", + "instruction_cn": "\u67e5\u770b\u6211\u7684\u8d26\u53f7\u4fe1\u606f", + "instruction_en": "view my account information", + "sample_id": "food_11_3", + "gaze_point": [ + 2452, + 1142 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 74.18799303029678, + "y": 74.87043668998889, + "width": 6.594471046717828, + "height": 10.670508872364877, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.18799303029678, + 74.87043668998889, + 6.594471046717828, + 10.670508872364877 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 50, + "annotation_id": 120, + "image": "images/135ae45e-food_11.png", + "instruction_cn": "\u67e5\u770bIP\u8054\u540d", + "instruction_en": "see IP collabs", + "sample_id": "food_11_4", + "gaze_point": [ + 2452, + 1142 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.9795010031778, + "y": 48.293679717097774, + "width": 5.717211354317207, + "height": 10.770733165015486, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.9795010031778, + 48.293679717097774, + 5.717211354317207, + 10.770733165015486 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 50, + "annotation_id": 121, + "image": "images/135ae45e-food_11.png", + "instruction_cn": "\u626b\u7801\u70b9\u9910", + "instruction_en": "scan to order", + "sample_id": "food_11_5", + "gaze_point": [ + 2452, + 1142 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.43928931604466, + "y": 31.0966353712837, + "width": 12.587599319032186, + "height": 18.897874688061506, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.43928931604466, + 31.0966353712837, + 12.587599319032186, + 18.897874688061506 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 51, + "annotation_id": 122, + "image": "images/3391f616-food_10.png", + "instruction_cn": "\u67e5\u770b\u65b0\u54c1", + "instruction_en": "see what's new", + "sample_id": "food_10_1", + "gaze_point": [ + 2066, + 1760 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.44389454589869, + "y": 28.245679055601098, + "width": 7.03984980195775, + "height": 5.673597470022234, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.44389454589869, + 28.245679055601098, + 7.03984980195775, + 5.673597470022234 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 51, + "annotation_id": 123, + "image": "images/3391f616-food_10.png", + "instruction_cn": "\u67e5\u770b\u996e\u6599\u9009\u9879", + "instruction_en": "view drinks category", + "sample_id": "food_10_2", + "gaze_point": [ + 2066, + 1760 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.473927598890945, + "y": 81.49254301222695, + "width": 8.362488249598286, + "height": 9.86053036233811, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.473927598890945, + 81.49254301222695, + 8.362488249598286, + 9.86053036233811 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 51, + "annotation_id": 124, + "image": "images/3391f616-food_10.png", + "instruction_cn": "\u67e5\u770b\u6c64", + "instruction_en": "view soup options", + "sample_id": "food_10_3", + "gaze_point": [ + 2066, + 1760 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.770458261764745, + "y": 71.5485773929767, + "width": 7.537332521296086, + "height": 12.11479930363572, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.770458261764745, + 71.5485773929767, + 7.537332521296086, + 12.11479930363572 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 51, + "annotation_id": 125, + "image": "images/3391f616-food_10.png", + "instruction_cn": "\u67e5\u770b\u996d\u9009\u9879", + "instruction_en": "view rice options", + "sample_id": "food_10_4", + "gaze_point": [ + 2066, + 1760 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.48934227129749, + "y": 38.624758215735355, + "width": 4.088744764977058, + "height": 5.047833043181548, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.48934227129749, + 38.624758215735355, + 4.088744764977058, + 5.047833043181548 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 51, + "annotation_id": 126, + "image": "images/3391f616-food_10.png", + "instruction_cn": "\u4e0b\u5355", + "instruction_en": "place the order", + "sample_id": "food_10_5", + "gaze_point": [ + 2066, + 1760 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.65959492879635, + "y": 93.8257909885052, + "width": 11.264573207442183, + "height": 6.174209011494796, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.65959492879635, + 93.8257909885052, + 11.264573207442183, + 6.174209011494796 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 52, + "annotation_id": 320, + "image": "images/f116726c-food_9.png", + "instruction_cn": "\u67e5\u770b\u5546\u54c1\u8be6\u60c5", + "instruction_en": "view item details", + "sample_id": "food_9_1", + "gaze_point": [ + 2414, + 1417 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 85.42467883151953, + "y": 11.082017292638366, + "width": 14.575321168480471, + "height": 11.830254070328913, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 85.42467883151953, + 11.082017292638366, + 14.575321168480471, + 11.830254070328913 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 52, + "annotation_id": 321, + "image": "images/f116726c-food_9.png", + "instruction_cn": "\u52a0\u829d\u58eb", + "instruction_en": "add cheese", + "sample_id": "food_9_2", + "gaze_point": [ + 2414, + 1417 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.462450592885375, + "y": 37.94466403162055, + "width": 12.450592885375485, + "height": 26.701800614844103, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.462450592885375, + 37.94466403162055, + 12.450592885375485, + 26.701800614844103 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 52, + "annotation_id": 322, + "image": "images/f116726c-food_9.png", + "instruction_cn": "\u9009\u62e9\u54b8\u86cb\u9ec4\u9171", + "instruction_en": "choose salted egg yolk sauce\n", + "sample_id": "food_9_3", + "gaze_point": [ + 2414, + 1417 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.77772078321739, + "y": 65.94831468904576, + "width": 11.730013689965347, + "height": 30.092187018982813, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.77772078321739, + 65.94831468904576, + 11.730013689965347, + 30.092187018982813 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 52, + "annotation_id": 323, + "image": "images/f116726c-food_9.png", + "instruction_cn": "\u67e5\u770b\u66f4\u591a\u9009\u62e9", + "instruction_en": "view more choices", + "sample_id": "food_9_4", + "gaze_point": [ + 2414, + 1417 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 74.81435643564357, + "y": 82.83828382838284, + "width": 15.965346534653463, + "height": 13.861386138613867, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.81435643564357, + 82.83828382838284, + 15.965346534653463, + 13.861386138613867 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 52, + "annotation_id": 324, + "image": "images/f116726c-food_9.png", + "instruction_cn": "\u4fdd\u5b58\u5b9a\u5236", + "instruction_en": "save custom choices", + "sample_id": "food_9_5", + "gaze_point": [ + 2414, + 1417 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.130555655114684, + "y": 92.3358226130652, + "width": 4.564693884865584, + "height": 6.53709247709142, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.130555655114684, + 92.3358226130652, + 4.564693884865584, + 6.53709247709142 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 53, + "annotation_id": 325, + "image": "images/a61f880b-food_8.png", + "instruction_cn": "\u67e5\u770b\u6298\u6263", + "instruction_en": "view discounts", + "sample_id": "food_8_1", + "gaze_point": [ + 2553, + 1471 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 84.38622934909701, + "y": 21.559564083674573, + "width": 9.502795900731414, + "height": 8.182963136740938, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 84.38622934909701, + 21.559564083674573, + 9.502795900731414, + 8.182963136740938 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 53, + "annotation_id": 326, + "image": "images/a61f880b-food_8.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u4e0b\u5355\u6cd5\u5f0f\u9ec4\u6cb9\u8106\u70b8\u5ae9\u725b\u62ab\u8428", + "instruction_en": "order the French Butter Crispy Fried Tender Beef Pizza in the mini program", + "sample_id": "food_8_2", + "gaze_point": [ + 2553, + 1471 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 93.8207140812791, + "y": 78.6427061826996, + "width": 4.859384267419472, + "height": 8.158966177395655, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 93.8207140812791, + 78.6427061826996, + 4.859384267419472, + 8.158966177395655 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 53, + "annotation_id": 327, + "image": "images/a61f880b-food_8.png", + "instruction_cn": "\u67e5\u770b\u4e00\u4eba\u98df\u9009\u9879", + "instruction_en": "see single-serving options", + "sample_id": "food_8_3", + "gaze_point": [ + 2553, + 1471 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.31114477039972, + "y": 51.56329313069898, + "width": 8.383276188917478, + "height": 11.177701585223303, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.31114477039972, + 51.56329313069898, + 8.383276188917478, + 11.177701585223303 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 53, + "annotation_id": 328, + "image": "images/a61f880b-food_8.png", + "instruction_cn": "\u7b5b\u9009\u6c34\u679c\u62ab\u8428", + "instruction_en": "filter fruit pizzas", + "sample_id": "food_8_4", + "gaze_point": [ + 2553, + 1471 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 74.43100762380168, + "y": 35.79686718570958, + "width": 9.640767617255108, + "height": 7.265506030395144, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.43100762380168, + 35.79686718570958, + 9.640767617255108, + 7.265506030395144 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 53, + "annotation_id": 329, + "image": "images/a61f880b-food_8.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar", + "sample_id": "food_8_5", + "gaze_point": [ + 2553, + 1471 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 92.47171858654924, + "y": 12.128782129300044, + "width": 4.886342124726454, + "height": 8.195123060337865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 92.47171858654924, + 12.128782129300044, + 4.886342124726454, + 8.195123060337865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 54, + "annotation_id": 330, + "image": "images/e069ee9f-supermarket_2.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6536\u94f6\u53f0\u65c1\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open the detail page of the item next to the cashieron on JD.com", + "sample_id": "supermarket_2_1", + "gaze_point": [ + 2102, + 1804 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 23.87980068864839, + "y": 28.882164002642064, + "width": 18.143934747095187, + "height": 42.41213399483587, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 23.87980068864839, + 28.882164002642064, + 18.143934747095187, + 42.41213399483587 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 54, + "annotation_id": 331, + "image": "images/e069ee9f-supermarket_2.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u6297\u75b2\u52b3\u529f\u80fd\u996e\u6599\u7684\u641c\u7d22\u7ed3\u679c", + "instruction_en": "View search results for anti-fatigue energy drinks on JD.com", + "sample_id": "supermarket_2_2", + "gaze_point": [ + 2102, + 1804 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 22.016332092836883, + "y": 7.276421754599466, + "width": 17.98433785937937, + "height": 7.055924125672215, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 22.016332092836883, + 7.276421754599466, + 17.98433785937937, + 7.055924125672215 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 54, + "annotation_id": 332, + "image": "images/e069ee9f-supermarket_2.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u6539\u53d8\u5496\u5561\u914d\u9001\u5730\u5740", + "instruction_en": "change delivery address for the coffee on the mini program", + "sample_id": "supermarket_2_3", + "gaze_point": [ + 2102, + 1804 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 77.70329432193508, + "y": 39.307851239669425, + "width": 22.296705678064917, + "height": 18.07957287817692, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.70329432193508, + 39.307851239669425, + 22.296705678064917, + 18.07957287817692 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 54, + "annotation_id": 333, + "image": "images/e069ee9f-supermarket_2.png", + "instruction_cn": "\u5728\u5496\u5561\u8ba2\u5355\u754c\u9762\u8fd4\u56de\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page on the coffee order page", + "sample_id": "supermarket_2_4", + "gaze_point": [ + 2102, + 1804 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 80.754940993046, + "y": 24.09240924092409, + "width": 6.126237623762393, + "height": 10.561056105610561, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.754940993046, + 24.09240924092409, + 6.126237623762393, + 10.561056105610561 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 54, + "annotation_id": 334, + "image": "images/e069ee9f-supermarket_2.png", + "instruction_cn": "\u67e5\u770b\u4eac\u4e1c\u8d2d\u7269\u8f66", + "instruction_en": "view JD.com shopping cart", + "sample_id": "supermarket_2_5", + "gaze_point": [ + 2102, + 1804 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.30385670654817, + "y": 49.588544915146755, + "width": 2.9509044366819026, + "height": 4.52600593338574, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.30385670654817, + 49.588544915146755, + 2.9509044366819026, + 4.52600593338574 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 55, + "annotation_id": 374, + "image": "images/c061975c-supermarker_1.png", + "instruction_cn": "\u5c06\u6211\u5de6\u65b9\u7684\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the item on the left of me to cart", + "sample_id": "supermarket_1_1", + "gaze_point": [ + 1999, + 1216 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.98959420883518, + "y": 51.4935819580173, + "width": 3.010501134128617, + "height": 4.978606526724313, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.98959420883518, + 51.4935819580173, + 3.010501134128617, + 4.978606526724313 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 55, + "annotation_id": 375, + "image": "images/c061975c-supermarker_1.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u67e5\u770b\u6211\u5de6\u4fa7\u5546\u54c1\u4e3b\u9875", + "instruction_en": "view the page of the item on the left of me on JD.com", + "sample_id": "supermarket_1_2", + "gaze_point": [ + 1999, + 1216 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.269111385466545, + "y": 21.031123391629595, + "width": 15.509060949497353, + "height": 41.9163809445874, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.269111385466545, + 21.031123391629595, + 15.509060949497353, + 41.9163809445874 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 55, + "annotation_id": 376, + "image": "images/c061975c-supermarker_1.png", + "instruction_cn": "\u67e5\u770b\u767e\u4ebf\u8865\u8d34\u5546\u54c1", + "instruction_en": "View products in the billion-yuan subsidy program", + "sample_id": "supermarket_1_3", + "gaze_point": [ + 1999, + 1216 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.276448631059566, + "y": 17.397799988019745, + "width": 5.889078314528817, + "height": 3.541145130304905, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.276448631059566, + 17.397799988019745, + 5.889078314528817, + 3.541145130304905 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 55, + "annotation_id": 377, + "image": "images/c061975c-supermarker_1.png", + "instruction_cn": "\u7b5b\u900960-190\u5143\u7684\u5546\u54c1", + "instruction_en": "filter items that cost 60-190 yuan", + "sample_id": "supermarket_1_4", + "gaze_point": [ + 1999, + 1216 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.65684233649237, + "y": 81.42266658194337, + "width": 15.17360965824146, + "height": 11.19729685471907, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.65684233649237, + 81.42266658194337, + 15.17360965824146, + 11.19729685471907 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 55, + "annotation_id": 378, + "image": "images/c061975c-supermarker_1.png", + "instruction_cn": "\u67e5\u770b\u7535\u89e3\u8d28\u6c34\u641c\u7d22\u7ed3\u679c", + "instruction_en": "view search results of electrolyte water", + "sample_id": "supermarket_1_5", + "gaze_point": [ + 1999, + 1216 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.92343385861094, + "y": 49.406890832354904, + "width": 13.981325259567846, + "height": 5.257934285649441, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.92343385861094, + 49.406890832354904, + 13.981325259567846, + 5.257934285649441 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 56, + "annotation_id": 335, + "image": "images/4bfbfcc0-food_7.png", + "instruction_cn": "\u6539\u53d8\u914d\u9001\u65f6\u95f4", + "instruction_en": "change delivery time", + "sample_id": "food_7_1", + "gaze_point": [ + 2221, + 1258 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.77934141029127, + "y": 6.762779451852017, + "width": 14.881693513569774, + "height": 11.318728712975688, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.77934141029127, + 6.762779451852017, + 14.881693513569774, + 11.318728712975688 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 56, + "annotation_id": 336, + "image": "images/4bfbfcc0-food_7.png", + "instruction_cn": "\u6539\u53d8\u914d\u9001\u5730\u5740", + "instruction_en": "change delivery address", + "sample_id": "food_7_2", + "gaze_point": [ + 2221, + 1258 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.60474308300395, + "y": 1.0540184453227932, + "width": 34.387351778656125, + "height": 15.458937198067634, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.60474308300395, + 1.0540184453227932, + 34.387351778656125, + 15.458937198067634 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 56, + "annotation_id": 337, + "image": "images/4bfbfcc0-food_7.png", + "instruction_cn": "\u652f\u4ed8\u8ba2\u5355", + "instruction_en": "pay the bill", + "sample_id": "food_7_3", + "gaze_point": [ + 2221, + 1258 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.7035823054933, + "y": 51.940121977595446, + "width": 10.547123378654831, + "height": 8.293464537061908, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.7035823054933, + 51.940121977595446, + 10.547123378654831, + 8.293464537061908 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 56, + "annotation_id": 338, + "image": "images/4bfbfcc0-food_7.png", + "instruction_cn": "\u63d0\u4ea4\u8ba2\u5355", + "instruction_en": "place the order", + "sample_id": "food_7_4", + "gaze_point": [ + 2221, + 1258 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.49686095768055, + "y": 52.14239280383447, + "width": 11.946168569207401, + "height": 8.569571215337866, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.49686095768055, + 52.14239280383447, + 11.946168569207401, + 8.569571215337866 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 57, + "annotation_id": 339, + "image": "images/a11a2937-food_6.png", + "instruction_cn": "\u5173\u95ed\u9762\u677f", + "instruction_en": "close the panel", + "sample_id": "food_6_1", + "gaze_point": [ + 1886, + 1412 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.600496277155884, + "y": 39.172688228415, + "width": 3.2268297050080292, + "height": 5.736586142236511, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.600496277155884, + 39.172688228415, + 3.2268297050080292, + 5.736586142236511 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 57, + "annotation_id": 340, + "image": "images/a11a2937-food_6.png", + "instruction_cn": "\u6dfb\u52a0\u6696\u624b\u5b9d\u5957\u88c5", + "instruction_en": "Add the hand warmer set to cart", + "sample_id": "food_6_2", + "gaze_point": [ + 1886, + 1412 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.432196669171326, + "y": 48.0111066465816, + "width": 3.7800005115808304, + "height": 6.3921959870635305, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.432196669171326, + 48.0111066465816, + 3.7800005115808304, + 6.3921959870635305 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 57, + "annotation_id": 341, + "image": "images/a11a2937-food_6.png", + "instruction_cn": "\u6dfb\u52a0\u539f\u5473\u9ebb\u85af\u51b0\u6dc7\u6dcb", + "instruction_en": "Add the plain-flavored mochi ice cream", + "sample_id": "food_6_3", + "gaze_point": [ + 1886, + 1412 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.77074006729667, + "y": 57.529763883571825, + "width": 2.9502443017216393, + "height": 5.572683681029744, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.77074006729667, + 57.529763883571825, + 2.9502443017216393, + 5.572683681029744 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 57, + "annotation_id": 342, + "image": "images/a11a2937-food_6.png", + "instruction_cn": "\u653e\u5f03\u52a0\u8d2d", + "instruction_en": "cancel extra purchase", + "sample_id": "food_6_4", + "gaze_point": [ + 1886, + 1412 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.40613582341423, + "y": 87.80614372521093, + "width": 12.860707789816587, + "height": 11.516419815078564, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.40613582341423, + 87.80614372521093, + 12.860707789816587, + 11.516419815078564 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 57, + "annotation_id": 343, + "image": "images/a11a2937-food_6.png", + "instruction_cn": "\u9000\u51fa\u5c0f\u7a0b\u5e8f", + "instruction_en": "exit mini program", + "sample_id": "food_6_5", + "gaze_point": [ + 1886, + 1412 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.6209174598122, + "y": 34.68069824063748, + "width": 2.8579350644036907, + "height": 5.388699111333551, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.6209174598122, + 34.68069824063748, + 2.8579350644036907, + 5.388699111333551 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 58, + "annotation_id": 344, + "image": "images/592f4d37-food_5.png", + "instruction_cn": "\u6539\u4e3a\u5916\u5356", + "instruction_en": "change to takeout", + "sample_id": "food_5_1", + "gaze_point": [ + 2763, + 1810 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.074926709920895, + "y": 23.81781717616699, + "width": 5.68936174560131, + "height": 6.544625275985819, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.074926709920895, + 23.81781717616699, + 5.68936174560131, + 6.544625275985819 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 58, + "annotation_id": 345, + "image": "images/592f4d37-food_5.png", + "instruction_cn": "\u67e5\u770b\u4eba\u6c14\u70ed\u9500", + "instruction_en": "view bestsellers", + "sample_id": "food_5_2", + "gaze_point": [ + 2763, + 1810 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.91631509199034, + "y": 42.0482650870232, + "width": 11.738075395998123, + "height": 8.525214650752012, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.91631509199034, + 42.0482650870232, + 11.738075395998123, + 8.525214650752012 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 58, + "annotation_id": 346, + "image": "images/592f4d37-food_5.png", + "instruction_cn": "\u67e5\u770b\u9ed1\u5496\u7cfb\u5217", + "instruction_en": "view black coffee series", + "sample_id": "food_5_3", + "gaze_point": [ + 2763, + 1810 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.35079706995087, + "y": 51.66098418147092, + "width": 7.543238271447365, + "height": 9.075590827151032, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.35079706995087, + 51.66098418147092, + 7.543238271447365, + 9.075590827151032 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 58, + "annotation_id": 347, + "image": "images/592f4d37-food_5.png", + "instruction_cn": "\u70b9\u71d5\u9ea6\u62ff\u94c1", + "instruction_en": "order oat milk latte", + "sample_id": "food_5_4", + "gaze_point": [ + 2763, + 1810 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 80.25676684436107, + "y": 64.43860332662248, + "width": 6.202218134301162, + "height": 5.811087260966858, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.25676684436107, + 64.43860332662248, + 6.202218134301162, + 5.811087260966858 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 58, + "annotation_id": 348, + "image": "images/592f4d37-food_5.png", + "instruction_cn": "\u53bb\u7ed3\u7b97", + "instruction_en": "proceed to checkout", + "sample_id": "food_5_5", + "gaze_point": [ + 2763, + 1810 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 77.07513238247763, + "y": 81.79043655992925, + "width": 7.5046839425044, + "height": 9.916098903008816, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.07513238247763, + 81.79043655992925, + 7.5046839425044, + 9.916098903008816 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 59, + "annotation_id": 349, + "image": "images/ec0a267c-food_4.png", + "instruction_cn": "\u5173\u95ed\u9762\u677f", + "instruction_en": "close the panel", + "sample_id": "food_4_1", + "gaze_point": [ + 2375, + 1148 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.07280599550943, + "y": 33.980230977168986, + "width": 3.435534262243337, + "height": 5.725890437072252, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.07280599550943, + 33.980230977168986, + 3.435534262243337, + 5.725890437072252 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 59, + "annotation_id": 350, + "image": "images/ec0a267c-food_4.png", + "instruction_cn": "\u5206\u4eab\u5546\u54c1\u89c4\u683c", + "instruction_en": "share item preferences", + "sample_id": "food_4_2", + "gaze_point": [ + 2375, + 1148 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.66763630376569, + "y": 33.455856428841706, + "width": 3.5049389948139265, + "height": 5.553719759898385, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.66763630376569, + 33.455856428841706, + 3.5049389948139265, + 5.553719759898385 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 59, + "annotation_id": 351, + "image": "images/ec0a267c-food_4.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u9009\u62e9\u6807\u51c6\u51b0", + "instruction_en": "choose standard ice on the mini program", + "sample_id": "food_4_3", + "gaze_point": [ + 2375, + 1148 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.17121453494625, + "y": 60.83231843436371, + "width": 5.125800110992692, + "height": 6.157117250441665, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.17121453494625, + 60.83231843436371, + 5.125800110992692, + 6.157117250441665 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 59, + "annotation_id": 352, + "image": "images/ec0a267c-food_4.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u9009\u62e9\u70ed\u996e", + "instruction_en": "choose hot drink on the mini program", + "sample_id": "food_4_4", + "gaze_point": [ + 2375, + 1148 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.92115173575336, + "y": 62.70375676339586, + "width": 4.841341999099853, + "height": 7.9920566334346645, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.92115173575336, + 62.70375676339586, + 4.841341999099853, + 7.9920566334346645 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 59, + "annotation_id": 353, + "image": "images/ec0a267c-food_4.png", + "instruction_cn": "\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add to cart", + "sample_id": "food_4_5", + "gaze_point": [ + 2375, + 1148 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.66403162055336, + "y": 81.8620992534036, + "width": 28.45849802371542, + "height": 15.45893719806763, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.66403162055336, + 81.8620992534036, + 28.45849802371542, + 15.45893719806763 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 60, + "annotation_id": 354, + "image": "images/d6c0b41f-food_3.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u70b9\u666e\u901a\u62ff\u94c1", + "instruction_en": "order plain latte on the mini program\n", + "sample_id": "food_3_1", + "gaze_point": [ + 2159, + 1273 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.42900781055998, + "y": 67.57853896442474, + "width": 5.172147041455744, + "height": 4.146732268530954, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.42900781055998, + 67.57853896442474, + 5.172147041455744, + 4.146732268530954 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 60, + "annotation_id": 355, + "image": "images/d6c0b41f-food_3.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u67e5\u770b\u95e8\u5e97\u8be6\u7ec6\u4fe1\u606f", + "instruction_en": "view store details on the mini program\n", + "sample_id": "food_3_2", + "gaze_point": [ + 2159, + 1273 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.51975715513274, + "y": 27.92351131484367, + "width": 5.8690376979990475, + "height": 4.580712349657798, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.51975715513274, + 27.92351131484367, + 5.8690376979990475, + 4.580712349657798 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 60, + "annotation_id": 356, + "image": "images/d6c0b41f-food_3.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u67e5\u770b\u679c\u5496\u9009\u9879", + "instruction_en": "see fruit coffee options on the mini program\n", + "sample_id": "food_3_3", + "gaze_point": [ + 2159, + 1273 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.668823247404255, + "y": 60.70917608935492, + "width": 7.273092646553896, + "height": 7.388540700529959, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.668823247404255, + 60.70917608935492, + 7.273092646553896, + 7.388540700529959 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 60, + "annotation_id": 357, + "image": "images/d6c0b41f-food_3.png", + "instruction_cn": "\u56de\u5230\u5c0f\u7a0b\u5e8f\u9996\u9875", + "instruction_en": "go to main page on the mini program\n", + "sample_id": "food_3_4", + "gaze_point": [ + 2159, + 1273 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.21789989652123, + "y": 75.12394200743424, + "width": 5.353707558662556, + "height": 7.138276744883414, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.21789989652123, + 75.12394200743424, + 5.353707558662556, + 7.138276744883414 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 60, + "annotation_id": 358, + "image": "images/d6c0b41f-food_3.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u67e5\u770b\u6211\u7684\u5e38\u70b9", + "instruction_en": "view my frequently ordered on the mini program\n", + "sample_id": "food_3_5", + "gaze_point": [ + 2159, + 1273 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.32996193110495, + "y": 31.909367269094517, + "width": 8.054180636046752, + "height": 6.620401765352646, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.32996193110495, + 31.909367269094517, + 8.054180636046752, + 6.620401765352646 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 61, + "annotation_id": 359, + "image": "images/11ae6588-food_3.1.png", + "instruction_cn": "\u67e5\u770b\u8336\u5496\u7cfb\u5217", + "instruction_en": "see coffee tea series", + "sample_id": "food_3.1_1", + "gaze_point": [ + 2402, + 1228 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.17813765182187, + "y": 49.662618083670715, + "width": 8.906882591093115, + "height": 10.796221322537114, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.17813765182187, + 49.662618083670715, + 8.906882591093115, + 10.796221322537114 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 61, + "annotation_id": 360, + "image": "images/11ae6588-food_3.1.png", + "instruction_cn": "\u67e5\u770b\u95e8\u5e97\u8be6\u7ec6\u4fe1\u606f", + "instruction_en": "view store details", + "sample_id": "food_3.1_2", + "gaze_point": [ + 2402, + 1228 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.43667516348371, + "y": 25.341514454696316, + "width": 6.893732541560823, + "height": 6.379588105432244, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.43667516348371, + 25.341514454696316, + 6.893732541560823, + 6.379588105432244 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 61, + "annotation_id": 361, + "image": "images/11ae6588-food_3.1.png", + "instruction_cn": "\u6539\u4e3a\u5916\u5356", + "instruction_en": "change to takeout", + "sample_id": "food_3.1_3", + "gaze_point": [ + 2402, + 1228 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.7558562992742, + "y": 12.088001816129836, + "width": 5.010154132438231, + "height": 7.634520582763001, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.7558562992742, + 12.088001816129836, + 5.010154132438231, + 7.634520582763001 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 61, + "annotation_id": 362, + "image": "images/11ae6588-food_3.1.png", + "instruction_cn": "\u70b9\u71d5\u9ea6\u62ff\u94c1", + "instruction_en": "order oat milk latte", + "sample_id": "food_3.1_4", + "gaze_point": [ + 2402, + 1228 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.47276990172688, + "y": 49.17491749174918, + "width": 4.8267326732673155, + "height": 5.6105610561056025, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.47276990172688, + 49.17491749174918, + 4.8267326732673155, + 5.6105610561056025 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 61, + "annotation_id": 363, + "image": "images/11ae6588-food_3.1.png", + "instruction_cn": "\u67e5\u770b\u4e2a\u4eba\u4e3b\u9875", + "instruction_en": "view personal page", + "sample_id": "food_3.1_5", + "gaze_point": [ + 2402, + 1228 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.00898664991749, + "y": 75.02405601221123, + "width": 5.814750546863885, + "height": 11.436915399478725, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.00898664991749, + 75.02405601221123, + 5.814750546863885, + 11.436915399478725 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 62, + "annotation_id": 364, + "image": "images/0c7b86e0-food_2.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u9009\u62e9\u81ea\u53d6", + "instruction_en": "choose pick-up on the mini program\n", + "sample_id": "food_2_1", + "gaze_point": [ + 1556, + 1123 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.98538104488344, + "y": 38.21420953354131, + "width": 13.41639243939581, + "height": 20.275307077751624, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.98538104488344, + 38.21420953354131, + 13.41639243939581, + 20.275307077751624 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 62, + "annotation_id": 365, + "image": "images/0c7b86e0-food_2.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u52a0\u5165\u793e\u7fa4", + "instruction_en": "join community on the mini program\n", + "sample_id": "food_2_2", + "gaze_point": [ + 1556, + 1123 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.310084514769905, + "y": 55.24302509762844, + "width": 9.296670371782351, + "height": 15.127742394385086, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.310084514769905, + 55.24302509762844, + 9.296670371782351, + 15.127742394385086 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 62, + "annotation_id": 366, + "image": "images/0c7b86e0-food_2.png", + "instruction_cn": "\u5728\u5c0f\u7a0b\u5e8f\u4e0a\u67e5\u770b\u6700\u65b0\u6d3b\u52a8", + "instruction_en": "view newest activities on the mini program\n", + "sample_id": "food_2_3", + "gaze_point": [ + 1556, + 1123 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.730667322692746, + "y": 67.64565006264958, + "width": 32.05313406491448, + "height": 18.492627271057998, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.730667322692746, + 67.64565006264958, + 32.05313406491448, + 18.492627271057998 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 62, + "annotation_id": 367, + "image": "images/0c7b86e0-food_2.png", + "instruction_cn": "\u9884\u8ba2\u56e2\u9910", + "instruction_en": "order group meals", + "sample_id": "food_2_4", + "gaze_point": [ + 1556, + 1123 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.31446807893592, + "y": 55.51468125301447, + "width": 9.093429750375371, + "height": 14.626469016476785, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.31446807893592, + 55.51468125301447, + 9.093429750375371, + 14.626469016476785 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 62, + "annotation_id": 368, + "image": "images/0c7b86e0-food_2.png", + "instruction_cn": "\u9000\u51fa\u5c0f\u7a0b\u5e8f", + "instruction_en": "exit mini program", + "sample_id": "food_2_5", + "gaze_point": [ + 1556, + 1123 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.952402309536936, + "y": 24.211225681475163, + "width": 2.5981227858215306, + "height": 4.618884952571616, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.952402309536936, + 24.211225681475163, + 2.5981227858215306, + 4.618884952571616 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 63, + "annotation_id": 369, + "image": "images/1b2ed862-food_1.png", + "instruction_cn": "\u641c\u7d22\u5c0f\u7a0b\u5e8f", + "instruction_en": "search mini program", + "sample_id": "food_1_1", + "gaze_point": [ + 1954, + 991 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.123043109673898, + "y": 16.884974315643163, + "width": 24.170415007491233, + "height": 4.198986320519651, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.123043109673898, + 16.884974315643163, + 24.170415007491233, + 4.198986320519651 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 63, + "annotation_id": 370, + "image": "images/1b2ed862-food_1.png", + "instruction_cn": "\u6253\u5f00\u6211\u9762\u524d\u8fd9\u5bb6\u5e97\u7684\u5c0f\u7a0b\u5e8f", + "instruction_en": "open the mini program of the store in front of me", + "sample_id": "food_1_2", + "gaze_point": [ + 1954, + 991 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 49.47505302191955, + "y": 63.12905993064455, + "width": 4.880020258868399, + "height": 8.212893354184438, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.47505302191955, + 63.12905993064455, + 4.880020258868399, + 8.212893354184438 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 63, + "annotation_id": 371, + "image": "images/1b2ed862-food_1.png", + "instruction_cn": "\u8fdb\u5165\u6545\u5bab\u5c0f\u7a0b\u5e8f", + "instruction_en": "enter forbidden city mini program", + "sample_id": "food_1_3", + "gaze_point": [ + 1954, + 991 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.32177757903956, + "y": 42.42910042209336, + "width": 4.867006871511414, + "height": 7.63452058276301, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.32177757903956, + 42.42910042209336, + 4.867006871511414, + 7.63452058276301 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 63, + "annotation_id": 372, + "image": "images/1b2ed862-food_1.png", + "instruction_cn": "\u4f7f\u7528\u871c\u96ea\u51b0\u57ce\u5c0f\u7a0b\u5e8f", + "instruction_en": "use Mixue Ice Cream & Tea mini program", + "sample_id": "food_1_4", + "gaze_point": [ + 1954, + 991 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 29.95943774253594, + "y": 62.70081150152513, + "width": 4.716354802730187, + "height": 7.852273251811816, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.95943774253594, + 62.70081150152513, + 4.716354802730187, + 7.852273251811816 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 63, + "annotation_id": 373, + "image": "images/1b2ed862-food_1.png", + "instruction_cn": "\u6253\u5f00\u7f8e\u56e2\u70b9\u9910", + "instruction_en": "open Meituan Food Delivery", + "sample_id": "food_1_5", + "gaze_point": [ + 1954, + 991 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.16356598197305, + "y": 41.960618477241994, + "width": 4.489618638158923, + "height": 8.09721879990014, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.16356598197305, + 41.960618477241994, + 4.489618638158923, + 8.09721879990014 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 64, + "annotation_id": 533, + "image": "images/debf868c-playground_7.png", + "instruction_cn": "\u8c03\u6574\u97f3\u91cf", + "instruction_en": "adjust volume", + "sample_id": "playground_7_1", + "gaze_point": [ + 2441, + 1213 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 80.42416450170342, + "y": 71.02831551860712, + "width": 5.027019183294527, + "height": 8.579446072822677, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.42416450170342, + 71.02831551860712, + 5.027019183294527, + 8.579446072822677 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 64, + "annotation_id": 534, + "image": "images/debf868c-playground_7.png", + "instruction_cn": "\u9501\u5c4f", + "instruction_en": "lock screen", + "sample_id": "playground_7_2", + "gaze_point": [ + 2441, + 1213 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.58060176141154, + "y": 68.11363867128229, + "width": 4.42377688129919, + "height": 7.328276853869383, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.58060176141154, + 68.11363867128229, + 4.42377688129919, + 7.328276853869383 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 64, + "annotation_id": 535, + "image": "images/debf868c-playground_7.png", + "instruction_cn": "\u6682\u505c\u8dd1\u6b65", + "instruction_en": "pause run", + "sample_id": "playground_7_3", + "gaze_point": [ + 2441, + 1213 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.6896551724138, + "y": 65.51724137931035, + "width": 8.836206896551715, + "height": 16.475095785440615, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.6896551724138, + 65.51724137931035, + 8.836206896551715, + 16.475095785440615 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 65, + "annotation_id": 406, + "image": "images/9447321b-playground_6.png", + "instruction_cn": "\u6682\u505c\u8dd1\u6b65", + "instruction_en": "pause run", + "sample_id": "playground_6_1", + "gaze_point": [ + 1947, + 1167 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.66211307456816, + "y": 81.35186785531913, + "width": 5.7635023798807765, + "height": 9.63145286593408, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.66211307456816, + 81.35186785531913, + 5.7635023798807765, + 9.63145286593408 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 65, + "annotation_id": 529, + "image": "images/9447321b-playground_6.png", + "instruction_cn": "\u8c03\u6574\u58f0\u97f3", + "instruction_en": "adjust volume", + "sample_id": "playground_6_2", + "gaze_point": [ + 1947, + 1167 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": null, + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.05088111836088, + "y": 84.08929114757963, + "width": 3.4485476496003287, + "height": 6.015076822782973, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.05088111836088, + 84.08929114757963, + 3.4485476496003287, + 6.015076822782973 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 65, + "annotation_id": 530, + "image": "images/9447321b-playground_6.png", + "instruction_cn": "\u5207\u6362\u663e\u793a\u6a21\u5f0f", + "instruction_en": "switch display mode", + "sample_id": "playground_6_3", + "gaze_point": [ + 1947, + 1167 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.1745525803593, + "y": 15.9838573221093, + "width": 3.4335217425685087, + "height": 5.3271610066517265, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.1745525803593, + 15.9838573221093, + 3.4335217425685087, + 5.3271610066517265 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 65, + "annotation_id": 531, + "image": "images/9447321b-playground_6.png", + "instruction_cn": "\u6253\u5f00\u8bbe\u7f6e", + "instruction_en": "open settings", + "sample_id": "playground_6_4", + "gaze_point": [ + 1947, + 1167 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.48169670714907, + "y": 12.331977469528557, + "width": 2.794886698450753, + "height": 3.8943766609043564, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.48169670714907, + 12.331977469528557, + 2.794886698450753, + 3.8943766609043564 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 65, + "annotation_id": 532, + "image": "images/9447321b-playground_6.png", + "instruction_cn": "\u9501\u5c4f", + "instruction_en": "lock screen", + "sample_id": "playground_6_5", + "gaze_point": [ + 1947, + 1167 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.811680768019954, + "y": 82.7786875690539, + "width": 4.570285318317737, + "height": 7.741794559381794, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.811680768019954, + 82.7786875690539, + 4.570285318317737, + 7.741794559381794 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 66, + "annotation_id": 401, + "image": "images/cd981e3c-playground_5.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar", + "sample_id": "playground_5_1", + "gaze_point": [ + 2049, + 1166 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.15641916471294, + "y": 12.909806316713537, + "width": 2.6781469592034313, + "height": 4.761150149694986, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.15641916471294, + 12.909806316713537, + 2.6781469592034313, + 4.761150149694986 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 66, + "annotation_id": 402, + "image": "images/cd981e3c-playground_5.png", + "instruction_cn": "\u5728Keep\u4e0a\u67e5\u770b\u62c9\u4f38\u8fd0\u52a8", + "instruction_en": "view stretch workouts on keep", + "sample_id": "playground_5_2", + "gaze_point": [ + 2049, + 1166 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.78111321824229, + "y": 22.251622664918994, + "width": 5.3687794520161916, + "height": 6.1040386534551025, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.78111321824229, + 22.251622664918994, + 5.3687794520161916, + 6.1040386534551025 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 66, + "annotation_id": 403, + "image": "images/cd981e3c-playground_5.png", + "instruction_cn": "\u5728Keep\u4e0a\u6d4f\u89c8\u4e13\u9879\u529b\u91cf\u8bad\u7ec3", + "instruction_en": "browse specialized strength training on Keep", + "sample_id": "playground_5_3", + "gaze_point": [ + 2049, + 1166 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.32848172011754, + "y": 45.055728690701365, + "width": 5.699646092663706, + "height": 6.104038653455092, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.32848172011754, + 45.055728690701365, + 5.699646092663706, + 6.104038653455092 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 66, + "annotation_id": 404, + "image": "images/cd981e3c-playground_5.png", + "instruction_cn": "\u5728Keep\u4e0a\u9009\u62e9\u8f7b\u677e\u6709\u6c27\u8dd1", + "instruction_en": "choose easy cardio run on Keep", + "sample_id": "playground_5_4", + "gaze_point": [ + 2049, + 1166 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.73887570289196, + "y": 35.11709091508582, + "width": 15.911823631946646, + "height": 13.670629142688554, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.73887570289196, + 35.11709091508582, + 15.911823631946646, + 13.670629142688554 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 66, + "annotation_id": 405, + "image": "images/cd981e3c-playground_5.png", + "instruction_cn": "\u5b66\u4e60\u65b0\u624b\u8dd1\u59ff", + "instruction_en": "learn running posture for beginners", + "sample_id": "playground_5_5", + "gaze_point": [ + 2049, + 1166 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.56987558820832, + "y": 71.35447870893148, + "width": 16.83136463940282, + "height": 14.722215999818431, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.56987558820832, + 71.35447870893148, + 16.83136463940282, + 14.722215999818431 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 67, + "annotation_id": 396, + "image": "images/ae5308fa-playground_4.png", + "instruction_cn": "\u5728Keep\u4e0a\u9009\u62e9\u97f3\u4e50\u8dd1", + "instruction_en": "choose music run on Keep", + "sample_id": "playground_4_1", + "gaze_point": [ + 2158, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.36523324141613, + "y": 53.41239935138648, + "width": 4.034150080664531, + "height": 7.981544245615858, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.36523324141613, + 53.41239935138648, + 4.034150080664531, + 7.981544245615858 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 67, + "annotation_id": 397, + "image": "images/ae5308fa-playground_4.png", + "instruction_cn": "\u5728Keep\u4e0a\u8bbe\u7f6e\u8dd1\u6b65\u76ee\u6807", + "instruction_en": "set running goal on Keep", + "sample_id": "playground_4_2", + "gaze_point": [ + 2158, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.13800205641612, + "y": 48.110456155766165, + "width": 5.432438552172293, + "height": 4.478918741887632, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.13800205641612, + 48.110456155766165, + 5.432438552172293, + 4.478918741887632 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 67, + "annotation_id": 398, + "image": "images/ae5308fa-playground_4.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar", + "sample_id": "playground_4_3", + "gaze_point": [ + 2158, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.21415826303026, + "y": 13.381358411699512, + "width": 20.772806542539413, + "height": 6.4995803581989975, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.21415826303026, + 13.381358411699512, + 20.772806542539413, + 6.4995803581989975 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 67, + "annotation_id": 399, + "image": "images/ae5308fa-playground_4.png", + "instruction_cn": "\u5728Keep\u4e0a\u67e5\u770b\u66f4\u591a\u8dd1\u6b65\u8bfe\u7a0b", + "instruction_en": "view more running courses on Keep", + "sample_id": "playground_4_4", + "gaze_point": [ + 2158, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.41484175014084, + "y": 62.987097685554126, + "width": 4.318078532089601, + "height": 4.416664799945529, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.41484175014084, + 62.987097685554126, + 4.318078532089601, + 4.416664799945529 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 67, + "annotation_id": 400, + "image": "images/ae5308fa-playground_4.png", + "instruction_cn": "\u5728Keep\u4e0a\u67e5\u770b\u6211\u7684\u4e3b\u9875", + "instruction_en": "view my page on Keep", + "sample_id": "playground_4_5", + "gaze_point": [ + 2158, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.40734267568343, + "y": 85.23475129097301, + "width": 4.577484112318764, + "height": 7.268669485796394, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.40734267568343, + 85.23475129097301, + 4.577484112318764, + 7.268669485796394 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 68, + "annotation_id": 391, + "image": "images/388153b9-playground_3.png", + "instruction_cn": "\u6682\u505cKeep\u953b\u70bc", + "instruction_en": "pause Keep workout", + "sample_id": "playground_3_1", + "gaze_point": [ + 1997, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.00168625338523, + "y": 86.93191449202017, + "width": 2.4858500424305703, + "height": 4.085757721730758, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.00168625338523, + 86.93191449202017, + 2.4858500424305703, + 4.085757721730758 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 68, + "annotation_id": 392, + "image": "images/388153b9-playground_3.png", + "instruction_cn": "\u5728Keep\u4e0a\u53d1\u9001\u5f39\u5e55", + "instruction_en": "send on-screen comment on Keep", + "sample_id": "playground_3_2", + "gaze_point": [ + 1997, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.19471555417667, + "y": 85.90330671479413, + "width": 5.17873112281913, + "height": 3.5912398645238994, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.19471555417667, + 85.90330671479413, + 5.17873112281913, + 3.5912398645238994 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 68, + "annotation_id": 393, + "image": "images/388153b9-playground_3.png", + "instruction_cn": "\u5728Keep\u4e0a\u5207\u6362\u5230\u4e0b\u4e00\u8282\u8fd0\u52a8", + "instruction_en": "switch to next part of the workout on Keep", + "sample_id": "playground_3_3", + "gaze_point": [ + 1997, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.60150504032944, + "y": 87.50714813729692, + "width": 2.212275850687007, + "height": 3.7015857370972043, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.60150504032944, + 87.50714813729692, + 2.212275850687007, + 3.7015857370972043 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 68, + "annotation_id": 394, + "image": "images/388153b9-playground_3.png", + "instruction_cn": "\u5728\u534e\u4e3a\u8fd0\u52a8\u5065\u5eb7\u91cc\u5f00\u59cb\u6237\u5916\u8dd1", + "instruction_en": "start run in the Huawei health app", + "sample_id": "playground_3_4", + "gaze_point": [ + 1997, + 1119 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 11.380201748530569, + "y": 64.37222420833324, + "width": 7.372083937730518, + "height": 9.924876757591903, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 11.380201748530569, + 64.37222420833324, + 7.372083937730518, + 9.924876757591903 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 68, + "annotation_id": 395, + "image": "images/388153b9-playground_3.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u7a97\u53e3\u4e2d\u67e5\u770b\u6237\u5916\u8dd1\u8def\u7ebf", + "instruction_en": "view outdoor run route on the left window", + "sample_id": "playground_3_5", + "gaze_point": [ + 1997, + 1119 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 22.69027232950806, + "y": 43.033752251616754, + "width": 4.070392364453735, + "height": 7.8521044193717415, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 22.69027232950806, + 43.033752251616754, + 4.070392364453735, + 7.8521044193717415 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 69, + "annotation_id": 386, + "image": "images/899422c4-playground_2.png", + "instruction_cn": "\u5728Keep\u4e0a\u5207\u6362\u4e3a\u81ea\u7531\u8df3", + "instruction_en": "switch to free jump rope on Keep", + "sample_id": "playground_2_1", + "gaze_point": [ + 2194, + 1319 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.99663504815967, + "y": 75.25101935018407, + "width": 2.9331451593498983, + "height": 3.2155961746946957, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.99663504815967, + 75.25101935018407, + 2.9331451593498983, + 3.2155961746946957 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 69, + "annotation_id": 387, + "image": "images/899422c4-playground_2.png", + "instruction_cn": "\u5728Keep\u4e0a\u8bbe\u7f6e\u8fd0\u52a8\u88c5\u5907", + "instruction_en": "set exercise device on Keep", + "sample_id": "playground_2_2", + "gaze_point": [ + 2194, + 1319 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.82823039594106, + "y": 80.51758519695036, + "width": 7.7239489196213995, + "height": 4.953756269124256, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.82823039594106, + 80.51758519695036, + 7.7239489196213995, + 4.953756269124256 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 69, + "annotation_id": 388, + "image": "images/899422c4-playground_2.png", + "instruction_cn": "\u56de\u5230Keep\u9996\u9875", + "instruction_en": "go to home page on Keep", + "sample_id": "playground_2_3", + "gaze_point": [ + 2194, + 1319 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.886503201289244, + "y": 83.16176692788933, + "width": 6.532914218552044, + "height": 5.609516668386335, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.886503201289244, + 83.16176692788933, + 6.532914218552044, + 5.609516668386335 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 69, + "annotation_id": 389, + "image": "images/899422c4-playground_2.png", + "instruction_cn": "\u5728Keep\u4e0a\u8bbe\u7f6e\u8fd0\u52a8\u97f3\u4e50", + "instruction_en": "set exercise music on Keep", + "sample_id": "playground_2_4", + "gaze_point": [ + 2194, + 1319 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.33804957776476, + "y": 24.392003357877236, + "width": 1.9998716995567491, + "height": 3.4763201888591375, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.33804957776476, + 24.392003357877236, + 1.9998716995567491, + 3.4763201888591375 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 69, + "annotation_id": 390, + "image": "images/899422c4-playground_2.png", + "instruction_cn": "\u5728\u534e\u4e3a\u5065\u5eb7\u91cc\u641c\u7d22", + "instruction_en": "search in Huawei health app", + "sample_id": "playground_2_5", + "gaze_point": [ + 2194, + 1319 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 22.958745017376284, + "y": 13.210010964354819, + "width": 3.429522077284421, + "height": 6.435646367249781, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 22.958745017376284, + 13.210010964354819, + 3.429522077284421, + 6.435646367249781 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 70, + "annotation_id": 379, + "image": "images/f5c1071d-playground_1.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u7a97\u53e3\u4e2d\u6253\u5f00\u7761\u7720\u76d1\u6d4b", + "instruction_en": "open sleep tracker on the left window", + "sample_id": "playground_1_1", + "gaze_point": [ + 1745, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 35.22453116459436, + "y": 43.75841147814931, + "width": 4.669589569893155, + "height": 8.423573341768048, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.22453116459436, + 43.75841147814931, + 4.669589569893155, + 8.423573341768048 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 70, + "annotation_id": 380, + "image": "images/f5c1071d-playground_1.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u7a97\u53e3\u4e2d\u64ad\u653e\u8fd0\u52a8\u8d34\u58eb", + "instruction_en": "play exercise tips on the left window", + "sample_id": "playground_1_2", + "gaze_point": [ + 1745, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "supermarket", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.04096389674666, + "y": 53.417657285672135, + "width": 2.66182923211003, + "height": 4.101188742806578, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.04096389674666, + 53.417657285672135, + 2.66182923211003, + 4.101188742806578 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 70, + "annotation_id": 381, + "image": "images/f5c1071d-playground_1.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u7a97\u53e3\u67e5\u770b\u8fd0\u52a8\u8bb0\u5f55", + "instruction_en": "view exercise records in the left window", + "sample_id": "playground_1_3", + "gaze_point": [ + 1745, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.416568610268946, + "y": 58.64509884897535, + "width": 10.799986572079092, + "height": 17.535238313561948, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.416568610268946, + 58.64509884897535, + 10.799986572079092, + 17.535238313561948 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 70, + "annotation_id": 382, + "image": "images/f5c1071d-playground_1.png", + "instruction_cn": "\u5728Keep\u4e0a\u5f00\u59cb\u81ea\u7531\u8dd1", + "instruction_en": "start free running on Keep", + "sample_id": "playground_1_4", + "gaze_point": [ + 1745, + 1132 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 73.69152081459983, + "y": 74.48858993839931, + "width": 4.194397577870362, + "height": 6.883113973941093, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.69152081459983, + 74.48858993839931, + 4.194397577870362, + 6.883113973941093 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 70, + "annotation_id": 383, + "image": "images/f5c1071d-playground_1.png", + "instruction_cn": "\u5728Keep\u4e0a\u9009\u62e9\u6237\u5916\u9a91\u884c", + "instruction_en": "choose outdoor cycling on Keep", + "sample_id": "playground_1_5", + "gaze_point": [ + 1745, + 1132 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "playground", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.99010715593718, + "y": 22.030647743233953, + "width": 4.409494889556015, + "height": 3.059161766196041, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.99010715593718, + 22.030647743233953, + 4.409494889556015, + 3.059161766196041 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 71, + "annotation_id": 2, + "image": "images/d8e1deff-library_11.png", + "instruction_cn": "\u91cd\u547d\u540d\u8fd9\u6761\u5907\u5fd8\u5f55", + "instruction_en": "Rename the memo", + "sample_id": "library_11_1", + "gaze_point": [ + 2369, + 1409 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.964504274178445, + "y": 55.57276298242913, + "width": 18.14704380550058, + "height": 7.120761933689934, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.964504274178445, + 55.57276298242913, + 18.14704380550058, + 7.120761933689934 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 71, + "annotation_id": 6, + "image": "images/d8e1deff-library_11.png", + "instruction_cn": "\u5728\u6d4f\u89c8\u5668\u91cc\u5237\u65b0\u7f51\u9875", + "instruction_en": "Refresh the web page on the browser", + "sample_id": "library_11_2", + "gaze_point": [ + 2369, + 1409 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.758373615405784, + "y": 2.7203562894157916, + "width": 2.167783918128208, + "height": 3.40044536176974, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.758373615405784, + 2.7203562894157916, + 2.167783918128208, + 3.40044536176974 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 71, + "annotation_id": 7, + "image": "images/d8e1deff-library_11.png", + "instruction_cn": "\u5728\u5907\u5fd8\u5f55\u91cc\u5207\u6362\u5230\u201cNotes\u201d\u6587\u4ef6\u5939", + "instruction_en": "Switch to the \"Notes\" folder in the memo", + "sample_id": "library_11_3", + "gaze_point": [ + 2369, + 1409 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 35.9621664809805, + "y": 42.130202695105645, + "width": 13.964091559294232, + "height": 4.86263898513797, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.9621664809805, + 42.130202695105645, + 13.964091559294232, + 4.86263898513797 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 71, + "annotation_id": 8, + "image": "images/d8e1deff-library_11.png", + "instruction_cn": "\u5728\u6d4f\u89c8\u5668\u4e0a\u4e0b\u8f7d\u8fd9\u672c\u4e66\u7684EPUB\u6587\u4ef6", + "instruction_en": "Download the book's EPUB document on the browser", + "sample_id": "library_11_4", + "gaze_point": [ + 2369, + 1409 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 24.467129256566125, + "y": 50.11334817872564, + "width": 11.476503095972873, + "height": 7.480979795893425, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 24.467129256566125, + 50.11334817872564, + 11.476503095972873, + 7.480979795893425 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 71, + "annotation_id": 9, + "image": "images/d8e1deff-library_11.png", + "instruction_cn": "\u5728\u5907\u5fd8\u5f55\u91cc\u64a4\u56de\u4e0a\u4e00\u6b65", + "instruction_en": "Undo the last action in the memo", + "sample_id": "library_11_5", + "gaze_point": [ + 2369, + 1409 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.434477070955424, + "y": 88.99924810238161, + "width": 4.855209172280688, + "height": 8.166978997018983, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.434477070955424, + 88.99924810238161, + 4.855209172280688, + 8.166978997018983 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 72, + "annotation_id": 4, + "image": "images/bf3033ac-library_10.png", + "instruction_cn": "\u52fe\u9009\u4efb\u52a1\u201c\u6d4b\u8bd5\u57fa\u7ebf\u201d", + "instruction_en": "check the task \"test the baseline\"", + "sample_id": "library_10_1", + "gaze_point": [ + 2399, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.18830351263714, + "y": 47.86562279898148, + "width": 2.0815293409150697, + "height": 3.924134113610685, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.18830351263714, + 47.86562279898148, + 2.0815293409150697, + 3.924134113610685 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 72, + "annotation_id": 5, + "image": "images/bf3033ac-library_10.png", + "instruction_cn": "\u52fe\u9009\u8fd9\u4e2a\u5907\u5fd8\u5f55\u7684\u7b2c\u4e00\u4e2a\u4efb\u52a1", + "instruction_en": "check the first task in this memo", + "sample_id": "library_10_2", + "gaze_point": [ + 2399, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.006427749534275, + "y": 48.07345576349487, + "width": 2.4109473997677027, + "height": 4.168119297577951, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.006427749534275, + 48.07345576349487, + 2.4109473997677027, + 4.168119297577951 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 72, + "annotation_id": 14, + "image": "images/bf3033ac-library_10.png", + "instruction_cn": "\u53d6\u6d88\u52fe\u9009\u6240\u6709\u5df2\u52fe\u9009\u4efb\u52a1", + "instruction_en": "Uncheck all checked tasks", + "sample_id": "library_10_3", + "gaze_point": [ + 2399, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.63479475150918, + "y": 52.55077714762586, + "width": 3.5222376620875533, + "height": 6.16702113218372, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.63479475150918, + 52.55077714762586, + 3.5222376620875533, + 6.16702113218372 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 72, + "annotation_id": 536, + "image": "images/bf3033ac-library_10.png", + "instruction_cn": "\u641c\u7d22\u5907\u5fd8\u5f55", + "instruction_en": "search memo", + "sample_id": "library_10_4", + "gaze_point": [ + 2399, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.173292338237175, + "y": 44.31800169417814, + "width": 19.386326186871685, + "height": 7.079211003974763, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.173292338237175, + 44.31800169417814, + 19.386326186871685, + 7.079211003974763 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 72, + "annotation_id": 537, + "image": "images/bf3033ac-library_10.png", + "instruction_cn": "\u65b0\u5efa\u6587\u4ef6\u5939", + "instruction_en": "create new folder", + "sample_id": "library_10_5", + "gaze_point": [ + 2399, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.31887102945333, + "y": 93.379624596728, + "width": 6.409453468689341, + "height": 6.620375403271979, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.31887102945333, + 93.379624596728, + 6.409453468689341, + 6.620375403271979 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 73, + "annotation_id": 3, + "image": "images/48730d0a-library_9.png", + "instruction_cn": "\u5728B\u7ad9\u4e0a\u6253\u5f00\u8bfe\u7a0b\u89c6\u9891P16", + "instruction_en": "open the course video P16 on bilibili", + "sample_id": "library_9_1", + "gaze_point": [ + 3224, + 1899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 80.01197164530247, + "y": 81.92101239834503, + "width": 9.704956129484131, + "height": 6.198391733728144, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.01197164530247, + 81.92101239834503, + 9.704956129484131, + 6.198391733728144 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 73, + "annotation_id": 15, + "image": "images/48730d0a-library_9.png", + "instruction_cn": "\u5728B\u7ad9\u4e0a\u5173\u6ce8\u89c6\u9891\u4e0a\u4f20\u8005", + "instruction_en": "Follow the video uploader on bilibili", + "sample_id": "library_9_2", + "gaze_point": [ + 3224, + 1899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.489937456843855, + "y": 73.56171924075088, + "width": 3.477728210900878, + "height": 3.7470472306002733, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.489937456843855, + 73.56171924075088, + 3.477728210900878, + 3.7470472306002733 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 73, + "annotation_id": 16, + "image": "images/48730d0a-library_9.png", + "instruction_cn": "\u5728\u54d4\u54e9\u54d4\u54e9\u4e0a\u6253\u5f00\u5173\u4e8e\u57fa\u672c\u672f\u8bed\u7684\u5206\u96c6", + "instruction_en": "Open the video about basic terminology on bilibili", + "sample_id": "library_9_3", + "gaze_point": [ + 3224, + 1899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.91340920288226, + "y": 57.75488260003394, + "width": 11.878591237136758, + "height": 8.046863772083828, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.91340920288226, + 57.75488260003394, + 11.878591237136758, + 8.046863772083828 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 73, + "annotation_id": 17, + "image": "images/48730d0a-library_9.png", + "instruction_cn": "\u5728\u54d4\u54e9\u54d4\u54e9\u4e0a\u5f00\u59cb\u64ad\u653e\u89c6\u9891", + "instruction_en": "Unpause the video on bilibili", + "sample_id": "library_9_4", + "gaze_point": [ + 3224, + 1899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.50835322938383, + "y": 68.53664824586781, + "width": 1.9973200291266977, + "height": 3.3217078620601654, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.50835322938383, + 68.53664824586781, + 1.9973200291266977, + 3.3217078620601654 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 74, + "annotation_id": 18, + "image": "images/028e9330-library_8.png", + "instruction_cn": "\u5173\u95ed\u5f39\u5e55\u529f\u80fd", + "instruction_en": "turn off on-screen comments", + "sample_id": "library_8_1", + "gaze_point": [ + 2174, + 1826 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.07619427549506, + "y": 80.49169221038899, + "width": 3.9530379886068423, + "height": 7.097675663333593, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.07619427549506, + 80.49169221038899, + 3.9530379886068423, + 7.097675663333593 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 74, + "annotation_id": 19, + "image": "images/028e9330-library_8.png", + "instruction_cn": "\u7ed9\u89c6\u9891\u70b9\u8d5e", + "instruction_en": "like the video", + "sample_id": "library_8_2", + "gaze_point": [ + 2174, + 1826 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.849771166154255, + "y": 92.04009926989681, + "width": 5.183610134167704, + "height": 7.755554408393508, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.849771166154255, + 92.04009926989681, + 5.183610134167704, + 7.755554408393508 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 74, + "annotation_id": 20, + "image": "images/028e9330-library_8.png", + "instruction_cn": "\u6253\u5f00\u4fa7\u680f\u7684\u7b2c\u4e8c\u4e2a\u76f8\u5173\u89c6\u9891", + "instruction_en": "open the second related video on the side", + "sample_id": "library_8_3", + "gaze_point": [ + 2174, + 1826 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.21068492100551, + "y": 58.6175950354351, + "width": 27.130196722715084, + "height": 12.874518133571744, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.21068492100551, + 58.6175950354351, + 27.130196722715084, + 12.874518133571744 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 74, + "annotation_id": 21, + "image": "images/028e9330-library_8.png", + "instruction_cn": "\u6253\u5f00\u4fa7\u680f\u91cc\u6700\u957f\u7684\u76f8\u5173\u89c6\u9891", + "instruction_en": "open the longest related video on the side", + "sample_id": "library_8_4", + "gaze_point": [ + 2174, + 1826 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.98841240646735, + "y": 49.691990208150344, + "width": 27.176132284082875, + "height": 13.460747370703235, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.98841240646735, + 49.691990208150344, + 27.176132284082875, + 13.460747370703235 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 74, + "annotation_id": 24, + "image": "images/028e9330-library_8.png", + "instruction_cn": "\u5c06\u5c4f\u5e55\u65cb\u8f6c90\u5ea6", + "instruction_en": "rotate the screen by 90 degrees", + "sample_id": "library_8_5", + "gaze_point": [ + 2174, + 1826 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 81.25818271805294, + "y": 32.223202787387756, + "width": 6.009597960234402, + "height": 7.896669783496421, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 81.25818271805294, + 32.223202787387756, + 6.009597960234402, + 7.896669783496421 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 75, + "annotation_id": 22, + "image": "images/125a8e55-library_7.png", + "instruction_cn": "\u5728\u6d4f\u89c8\u5668\u4e0a\u6253\u5f00\u8fd9\u672c\u4e66\u7684\u4ecb\u7ecd\u9875\u9762", + "instruction_en": "open the introduction page of the book on the browser", + "sample_id": "library_7_1", + "gaze_point": [ + 2067, + 1403 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 6.406206952459727, + "y": 46.35302076114651, + "width": 11.228857130154125, + "height": 9.469349602637102, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 6.406206952459727, + 46.35302076114651, + 11.228857130154125, + 9.469349602637102 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 75, + "annotation_id": 23, + "image": "images/125a8e55-library_7.png", + "instruction_cn": "\u5728\u6d4f\u89c8\u5668\u4e0a\u6253\u5f00\u8fd9\u672c\u4e66\u7684\u201c\u76f8\u5173\u9605\u8bfb\u201d\u9875\u9762", + "instruction_en": "open the \"related read\" page of the book on the browser", + "sample_id": "library_7_2", + "gaze_point": [ + 2067, + 1403 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 16.994569554782622, + "y": 45.746521981786906, + "width": 8.911999262785768, + "height": 12.283891439821687, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 16.994569554782622, + 45.746521981786906, + 8.911999262785768, + 12.283891439821687 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 75, + "annotation_id": 25, + "image": "images/125a8e55-library_7.png", + "instruction_cn": "\u6253\u5f00Endnote Web", + "instruction_en": "open Endnote Web", + "sample_id": "library_7_3", + "gaze_point": [ + 2067, + 1403 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.913284443196922, + "y": 9.78560987639529, + "width": 10.421534789088962, + "height": 10.018466839546006, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.913284443196922, + 9.78560987639529, + 10.421534789088962, + 10.018466839546006 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 75, + "annotation_id": 26, + "image": "images/125a8e55-library_7.png", + "instruction_cn": "\u628a\u6587\u732e\u52a0\u5165Endnote\u6536\u85cf", + "instruction_en": "add the reference to endnote library", + "sample_id": "library_7_4", + "gaze_point": [ + 2067, + 1403 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 13.257026708222039, + "y": 7.775304884905157, + "width": 3.9739243212817037, + "height": 5.3889839460948155, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 13.257026708222039, + 7.775304884905157, + 3.9739243212817037, + 5.3889839460948155 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 76, + "annotation_id": 27, + "image": "images/06a4125b-library_6.png", + "instruction_cn": "\u628a\u6587\u732e\u52a0\u5165Endnote\u6536\u85cf", + "instruction_en": "add the reference to endnote library", + "sample_id": "library_6_1", + "gaze_point": [ + 2022, + 1416 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.43416957833135, + "y": 22.280839178186845, + "width": 2.718860867055136, + "height": 5.017178988805139, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.43416957833135, + 22.280839178186845, + 2.718860867055136, + 5.017178988805139 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 76, + "annotation_id": 28, + "image": "images/06a4125b-library_6.png", + "instruction_cn": "\u6253\u5f00\u6587\u732e\u7684CiNii\u94fe\u63a5", + "instruction_en": "open the link of the reference in CiNii", + "sample_id": "library_6_2", + "gaze_point": [ + 2022, + 1416 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.0946283647558, + "y": 80.83516728216692, + "width": 12.43890030786447, + "height": 6.256070102397576, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.0946283647558, + 80.83516728216692, + 12.43890030786447, + 6.256070102397576 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 76, + "annotation_id": 29, + "image": "images/06a4125b-library_6.png", + "instruction_cn": "\u5206\u4eab\u5f53\u524d\u7f51\u9875", + "instruction_en": "share the current web page", + "sample_id": "library_6_3", + "gaze_point": [ + 2022, + 1416 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.2940564666262, + "y": 7.423009717267933, + "width": 3.8869120835149005, + "height": 5.758388271873912, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.2940564666262, + 7.423009717267933, + 3.8869120835149005, + 5.758388271873912 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 76, + "annotation_id": 30, + "image": "images/06a4125b-library_6.png", + "instruction_cn": "\u5229\u7528Endnote\u63d2\u4ef6\u83b7\u53d6\u6587\u732e\u7684\u5f15\u6587\u683c\u5f0f", + "instruction_en": "get the citation format via the Endnote plugin", + "sample_id": "library_6_4", + "gaze_point": [ + 2022, + 1416 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.23300616379204, + "y": 21.23268545959482, + "width": 3.9777098883275284, + "height": 7.604776318541619, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.23300616379204, + 21.23268545959482, + 3.9777098883275284, + 7.604776318541619 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 76, + "annotation_id": 31, + "image": "images/06a4125b-library_6.png", + "instruction_cn": "\u56de\u5230\u4e0a\u4e00\u4e2a\u7f51\u9875", + "instruction_en": "go back to the previous web page", + "sample_id": "library_6_5", + "gaze_point": [ + 2022, + 1416 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 26.254094532472784, + "y": 3.2515699108514697, + "width": 3.483824904483715, + "height": 6.967649808967434, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 26.254094532472784, + 3.2515699108514697, + 3.483824904483715, + 6.967649808967434 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 77, + "annotation_id": 32, + "image": "images/e842bb02-library_5.png", + "instruction_cn": "\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close the current tab", + "sample_id": "library_5_1", + "gaze_point": [ + 1939, + 1260 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.90015816233996, + "y": 11.075332194134777, + "width": 3.109919972662103, + "height": 5.609419485522421, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.90015816233996, + 11.075332194134777, + 3.109919972662103, + 5.609419485522421 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 77, + "annotation_id": 33, + "image": "images/e842bb02-library_5.png", + "instruction_cn": "\u6253\u5f00\u4f1a\u8bae\u5ba4\u9884\u7ea6\u7cfb\u7edf\u6807\u7b7e\u9875", + "instruction_en": "open the meeting room booking system tab", + "sample_id": "library_5_2", + "gaze_point": [ + 1939, + 1260 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.13733286821489, + "y": 10.85059175077242, + "width": 9.184339788516557, + "height": 7.050093479790359, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.13733286821489, + 10.85059175077242, + 9.184339788516557, + 7.050093479790359 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 77, + "annotation_id": 34, + "image": "images/e842bb02-library_5.png", + "instruction_cn": "\u6253\u5f00\u65b0\u7684\u7a7a\u767d\u6807\u7b7e\u9875", + "instruction_en": "open a new empty tab", + "sample_id": "library_5_3", + "gaze_point": [ + 1939, + 1260 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.11287453290022, + "y": 6.297495263834365, + "width": 3.435534262243344, + "height": 4.962438378795947, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.11287453290022, + 6.297495263834365, + 3.435534262243344, + 4.962438378795947 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 77, + "annotation_id": 35, + "image": "images/e842bb02-library_5.png", + "instruction_cn": "\u6253\u5f00\u6d4f\u89c8\u5668\u5386\u53f2\u8bb0\u5f55", + "instruction_en": "open browser history", + "sample_id": "library_5_4", + "gaze_point": [ + 1939, + 1260 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 15.394718057315924, + "y": 60.954891901643094, + "width": 19.346488173995326, + "height": 7.9540532800263355, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 15.394718057315924, + 60.954891901643094, + 19.346488173995326, + 7.9540532800263355 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 78, + "annotation_id": 36, + "image": "images/c43b445c-library_4.png", + "instruction_cn": "\u5728B\u7ad9\u4e0a\u5207\u6362\u5230\u89c6\u9891\u4e0b\u4e00\u96c6", + "instruction_en": "Play the next episode on bilibili", + "sample_id": "library_4_1", + "gaze_point": [ + 1653, + 1435 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.88050571822023, + "y": 56.3457532212657, + "width": 1.5643440849866153, + "height": 3.1286881699732305, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.88050571822023, + 56.3457532212657, + 1.5643440849866153, + 3.1286881699732305 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 78, + "annotation_id": 37, + "image": "images/c43b445c-library_4.png", + "instruction_cn": "\u5728Safari\u4e0a\u6253\u5f00\u5468\u548c\u5218\u5199\u7684\u90a3\u672c\u4e66", + "instruction_en": "open the book by Zhou and Liu on Safari", + "sample_id": "library_4_2", + "gaze_point": [ + 1653, + 1435 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.173713248665923, + "y": 64.32709747585189, + "width": 16.20584390598257, + "height": 6.071799143753274, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.173713248665923, + 64.32709747585189, + 16.20584390598257, + 6.071799143753274 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 78, + "annotation_id": 38, + "image": "images/c43b445c-library_4.png", + "instruction_cn": "\u5728B\u7ad9\u4e0a\u5206\u4eab\u8bfe\u7a0b\u89c6\u9891", + "instruction_en": "share the course video on bilibili", + "sample_id": "library_4_3", + "gaze_point": [ + 1653, + 1435 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.95772545130171, + "y": 68.11254726480509, + "width": 3.545682045349943, + "height": 5.713685863831427, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.95772545130171, + 68.11254726480509, + 3.545682045349943, + 5.713685863831427 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 78, + "annotation_id": 39, + "image": "images/c43b445c-library_4.png", + "instruction_cn": "\u5728Safari\u4e0a\u8bbf\u95ee\u7b2c\u4e8c\u4e2a\u68c0\u7d22\u7ed3\u679c\u7684\u5168\u6587", + "instruction_en": "view the full text of the second search result on Safari", + "sample_id": "library_4_4", + "gaze_point": [ + 1653, + 1435 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.975647742814814, + "y": 59.148365010808014, + "width": 10.082292209688864, + "height": 5.626911221828223, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.975647742814814, + 59.148365010808014, + 10.082292209688864, + 5.626911221828223 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 79, + "annotation_id": 40, + "image": "images/95145718-office_10.png", + "instruction_cn": "\u6253\u5f00AI\u52a9\u624b\u7684\u8bed\u97f3\u8f93\u5165", + "instruction_en": "turn on voice input of the AI chatbot", + "sample_id": "office_10_1", + "gaze_point": [ + 1217, + 1351 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 94.22287734719171, + "y": 86.80301467824981, + "width": 3.8856869800845866, + "height": 6.144410148414144, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 94.22287734719171, + 86.80301467824981, + 3.8856869800845866, + 6.144410148414144 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 79, + "annotation_id": 41, + "image": "images/95145718-office_10.png", + "instruction_cn": "\u6253\u5f00\u4f1a\u8bae\u9ea6\u514b\u98ce", + "instruction_en": "unmute microphone for the meeting", + "sample_id": "office_10_2", + "gaze_point": [ + 1217, + 1351 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 12.738979211507765, + "y": 87.37559936458827, + "width": 4.8651187064552275, + "height": 8.369152046476465, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 12.738979211507765, + 87.37559936458827, + 4.8651187064552275, + 8.369152046476465 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 79, + "annotation_id": 42, + "image": "images/95145718-office_10.png", + "instruction_cn": "\u79bb\u5f00\u4f1a\u8bae", + "instruction_en": "leave the meeting", + "sample_id": "office_10_3", + "gaze_point": [ + 1217, + 1351 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.99074107626693, + "y": 33.79694887420783, + "width": 4.434265100228811, + "height": 5.668667511130342, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.99074107626693, + 33.79694887420783, + 4.434265100228811, + 5.668667511130342 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 79, + "annotation_id": 43, + "image": "images/95145718-office_10.png", + "instruction_cn": "\u5728\u817e\u8baf\u4f1a\u8bae\u4e0a\u5171\u4eab\u5c4f\u5e55", + "instruction_en": "share screen on Tencent meeting", + "sample_id": "office_10_4", + "gaze_point": [ + 1217, + 1351 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.0900970457382, + "y": 85.92393977986377, + "width": 4.822650177694403, + "height": 6.526173374790431, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.0900970457382, + 85.92393977986377, + 4.822650177694403, + 6.526173374790431 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 79, + "annotation_id": 44, + "image": "images/95145718-office_10.png", + "instruction_cn": "\u9080\u8bf7\u65b0\u53c2\u4f1a\u4eba\u5165\u4f1a", + "instruction_en": "invite new meeting attendee", + "sample_id": "office_10_5", + "gaze_point": [ + 1217, + 1351 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 28.8442069158125, + "y": 81.42608804362446, + "width": 4.441521867311212, + "height": 8.109230216992989, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.8442069158125, + 81.42608804362446, + 4.441521867311212, + 8.109230216992989 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 80, + "annotation_id": 45, + "image": "images/aaf91c9a-office_9.png", + "instruction_cn": "\u5173\u95ed\u4f1a\u8bae\u804a\u5929\u754c\u9762", + "instruction_en": "close the meeting chat panel", + "sample_id": "office_9_1", + "gaze_point": [ + 1417, + 1084 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.415093720435692, + "y": 35.40718653655045, + "width": 5.331790588232206, + "height": 6.132754597357781, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.415093720435692, + 35.40718653655045, + 5.331790588232206, + 6.132754597357781 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 80, + "annotation_id": 46, + "image": "images/aaf91c9a-office_9.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u804a\u5929\u91cc\u53d1\u9001\u56fe\u7247", + "instruction_en": "send a picture in the meeting chatroom", + "sample_id": "office_9_2", + "gaze_point": [ + 1417, + 1084 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.910845335358587, + "y": 83.12737322963955, + "width": 5.264524026863011, + "height": 7.631311567243275, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.910845335358587, + 83.12737322963955, + 5.264524026863011, + 7.631311567243275 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 80, + "annotation_id": 47, + "image": "images/aaf91c9a-office_9.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u804a\u5929\u4e2d\u53d1\u9001\u8868\u60c5", + "instruction_en": "send an emoji in the meeting chatroom", + "sample_id": "office_9_3", + "gaze_point": [ + 1417, + 1084 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.873636891958526, + "y": 78.54995277541798, + "width": 3.185912821140551, + "height": 5.621847010899154, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.873636891958526, + 78.54995277541798, + 3.185912821140551, + 5.621847010899154 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 80, + "annotation_id": 48, + "image": "images/aaf91c9a-office_9.png", + "instruction_cn": "\u5408\u5e76\u804a\u5929\u9762\u677f\u548c\u4f1a\u8bae\u754c\u9762", + "instruction_en": "merge the chat panel to the meeting window", + "sample_id": "office_9_4", + "gaze_point": [ + 1417, + 1084 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.330140305145235, + "y": 74.52536484497563, + "width": 11.649147460728315, + "height": 8.796996312526403, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.330140305145235, + 74.52536484497563, + 11.649147460728315, + 8.796996312526403 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 80, + "annotation_id": 49, + "image": "images/aaf91c9a-office_9.png", + "instruction_cn": "\u5728\u817e\u8baf\u4f1a\u8bae\u4e0a\u6539\u53d8\u4e0b\u4e00\u6761\u4f1a\u8bae\u5ba4\u6d88\u606f\u7684\u63a5\u6536\u4eba", + "instruction_en": "change the receivers of next chatroom message on Tencent meeting", + "sample_id": "office_9_5", + "gaze_point": [ + 1417, + 1084 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 19.40262144817885, + "y": 79.0338254551454, + "width": 9.752295130839805, + "height": 7.05592412567222, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 19.40262144817885, + 79.0338254551454, + 9.752295130839805, + 7.05592412567222 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 81, + "annotation_id": 50, + "image": "images/0ab07e86-office_8.png", + "instruction_cn": "\u65ad\u5f00\u4f1a\u8bae\u97f3\u9891", + "instruction_en": "disconnect meeting room audio", + "sample_id": "office_8_1", + "gaze_point": [ + 1324, + 1313 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 20.5239358257541, + "y": 56.61782243655126, + "width": 3.5149260174027717, + "height": 5.2432102022049065, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 20.5239358257541, + 56.61782243655126, + 3.5149260174027717, + 5.2432102022049065 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 81, + "annotation_id": 51, + "image": "images/0ab07e86-office_8.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u4e2d\u53d1\u9001\u5c0f\u7ea2\u82b1", + "instruction_en": "sned a flower in the meeting room", + "sample_id": "office_8_2", + "gaze_point": [ + 1324, + 1313 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.498751664457565, + "y": 76.86010796788307, + "width": 3.5559994294799204, + "height": 5.899316312350743, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.498751664457565, + 76.86010796788307, + 3.5559994294799204, + 5.899316312350743 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 81, + "annotation_id": 52, + "image": "images/0ab07e86-office_8.png", + "instruction_cn": "\u6253\u5f00\u4f1a\u8bae\u5b57\u5e55", + "instruction_en": "open meeting captions", + "sample_id": "office_8_3", + "gaze_point": [ + 1324, + 1313 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.522818962260267, + "y": 45.469193720902474, + "width": 4.53993310956219, + "height": 6.2646460476298484, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.522818962260267, + 45.469193720902474, + 4.53993310956219, + 6.2646460476298484 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 81, + "annotation_id": 53, + "image": "images/0ab07e86-office_8.png", + "instruction_cn": "\u5728\u817e\u8baf\u4f1a\u8bae\u4e0a\u5173\u95ed\u201c\u66f4\u591a\u201d\u9762\u677f", + "instruction_en": "close the \"More\" panel on Tencent meeting", + "sample_id": "office_8_4", + "gaze_point": [ + 1324, + 1313 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.722216951023984, + "y": 78.63062979082126, + "width": 18.710798797541486, + "height": 10.684685104589349, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.722216951023984, + 78.63062979082126, + 18.710798797541486, + 10.684685104589349 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 82, + "annotation_id": 54, + "image": "images/da09082a-office_7.png", + "instruction_cn": "\u6253\u5f00\u4e0e\u53cc\u81c2\u673a\u5668\u4eba\u76f8\u5173\u7684AI\u5bf9\u8bdd", + "instruction_en": "open the chat with the AI about dual-arm robots", + "sample_id": "office_7_1", + "gaze_point": [ + 1878, + 1170 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 66.43154796403175, + "y": 70.92297416092892, + "width": 16.326014639687923, + "height": 6.527926351580769, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.43154796403175, + 70.92297416092892, + 16.326014639687923, + 6.527926351580769 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 82, + "annotation_id": 55, + "image": "images/da09082a-office_7.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u4e2d\u4e3e\u624b", + "instruction_en": "raise hand in meeting", + "sample_id": "office_7_2", + "gaze_point": [ + 1878, + 1170 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.52285216870722, + "y": 67.5697584754315, + "width": 16.528447358891917, + "height": 9.239269543114844, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.52285216870722, + 67.5697584754315, + 16.528447358891917, + 9.239269543114844 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 82, + "annotation_id": 56, + "image": "images/da09082a-office_7.png", + "instruction_cn": "\u6253\u5f00\u53c2\u4f1a\u4eba\u5458\u5217\u8868", + "instruction_en": "open meeting attendees list", + "sample_id": "office_7_3", + "gaze_point": [ + 1878, + 1170 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.90331123395698, + "y": 85.48069437903033, + "width": 4.037109426967611, + "height": 6.637453092959248, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.90331123395698, + 85.48069437903033, + 4.037109426967611, + 6.637453092959248 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 82, + "annotation_id": 57, + "image": "images/da09082a-office_7.png", + "instruction_cn": "\u6253\u5f00\u4f1a\u8bae\u8bbe\u7f6e", + "instruction_en": "open meeting settings", + "sample_id": "office_7_4", + "gaze_point": [ + 1878, + 1170 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.24516038723853, + "y": 54.362911240372036, + "width": 2.671170147166549, + "height": 4.630028255088668, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.24516038723853, + 54.362911240372036, + 2.671170147166549, + 4.630028255088668 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 82, + "annotation_id": 58, + "image": "images/da09082a-office_7.png", + "instruction_cn": "\u6253\u5f00\u4f1a\u8bae\u5ba4\u6444\u50cf\u5934", + "instruction_en": "turn on camera in meeting", + "sample_id": "office_7_5", + "gaze_point": [ + 1878, + 1170 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.552386728770355, + "y": 87.27579902872834, + "width": 4.099217017449451, + "height": 6.824798702772981, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.552386728770355, + 87.27579902872834, + 4.099217017449451, + 6.824798702772981 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 83, + "annotation_id": 59, + "image": "images/ab4f835f-office_6.png", + "instruction_cn": "\u5f00\u59cb\u4f1a\u8bae", + "instruction_en": "start meeting", + "sample_id": "office_6_1", + "gaze_point": [ + 2476, + 1112 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.93320114858438, + "y": 20.075749090661528, + "width": 4.417627013568146, + "height": 4.487733194767461, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.93320114858438, + 20.075749090661528, + 4.417627013568146, + 4.487733194767461 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 83, + "annotation_id": 60, + "image": "images/ab4f835f-office_6.png", + "instruction_cn": "\u5728\u817e\u8baf\u4f1a\u8bae\u4e0a\u5f00\u542f\u7b49\u5019\u5ba4", + "instruction_en": "switch on waiting room on Tencent meeting", + "sample_id": "office_6_2", + "gaze_point": [ + 2476, + 1112 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.83012724271936, + "y": 63.47760664856785, + "width": 2.3660704285422582, + "height": 2.963562961002417, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.83012724271936, + 63.47760664856785, + 2.3660704285422582, + 2.963562961002417 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 83, + "annotation_id": 61, + "image": "images/ab4f835f-office_6.png", + "instruction_cn": "\u6539\u53d8\u4f1a\u8bae\u65f6\u533a", + "instruction_en": "change meeting timezone", + "sample_id": "office_6_3", + "gaze_point": [ + 2476, + 1112 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.16164220003647, + "y": 45.536010386485756, + "width": 19.19876831574478, + "height": 4.582422067132498, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.16164220003647, + 45.536010386485756, + 19.19876831574478, + 4.582422067132498 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 83, + "annotation_id": 62, + "image": "images/ab4f835f-office_6.png", + "instruction_cn": "\u6539\u53d8\u4f1a\u8bae\u5f00\u59cb\u65f6\u95f4", + "instruction_en": "change meeting start time", + "sample_id": "office_6_4", + "gaze_point": [ + 2476, + 1112 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.92008031884362, + "y": 29.62780285624514, + "width": 19.796709753188026, + "height": 4.812261418462044, + "rotation": 358.59423216772205, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.92008031884362, + 29.62780285624514, + 19.796709753188026, + 4.812261418462044 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 83, + "annotation_id": 63, + "image": "images/ab4f835f-office_6.png", + "instruction_cn": "\u5728\u817e\u8baf\u4f1a\u8bae\u4e0a\u53d6\u6d88\u52fe\u9009\u65e5\u5386\u9009\u9879", + "instruction_en": "uncheck calendar option on Tencent meeting", + "sample_id": "office_6_5", + "gaze_point": [ + 2476, + 1112 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.18890153278883, + "y": 59.019364874797866, + "width": 3.183852590214572, + "height": 3.0591617661960515, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.18890153278883, + 59.019364874797866, + 3.183852590214572, + 3.0591617661960515 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 84, + "annotation_id": 64, + "image": "images/457ff8fe-office_5.png", + "instruction_cn": "\u6253\u5f00AI\u7684\u6df1\u5ea6\u601d\u8003", + "instruction_en": "turn on the reasoning for the AI", + "sample_id": "office_5_2", + "gaze_point": [ + 1749, + 1453 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.47980873523893, + "y": 95.45609694600913, + "width": 6.893978757570338, + "height": 4.2685149901126636, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.47980873523893, + 95.45609694600913, + 6.893978757570338, + 4.2685149901126636 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 84, + "annotation_id": 65, + "image": "images/457ff8fe-office_5.png", + "instruction_cn": "\u8fde\u63a5\u7b14\u8bb0\u672c\u7535\u8111", + "instruction_en": "connect to laptop", + "sample_id": "office_5_1", + "gaze_point": [ + 1749, + 1453 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "online meeting", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 86.98660714285714, + "y": 55.00000000000001, + "width": 11.450892857142861, + "height": 12.499999999999993, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 86.98660714285714, + 55.00000000000001, + 11.450892857142861, + 12.499999999999993 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 84, + "annotation_id": 66, + "image": "images/457ff8fe-office_5.png", + "instruction_cn": "\u6253\u5f00AI\u7684\u7ffb\u8bd1\u529f\u80fd", + "instruction_en": "turn on translate for AI", + "sample_id": "office_5_3", + "gaze_point": [ + 1749, + 1453 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.281890519771615, + "y": 92.83991033916587, + "width": 5.0344380427740205, + "height": 5.92084337338207, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.281890519771615, + 92.83991033916587, + 5.0344380427740205, + 5.92084337338207 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 84, + "annotation_id": 67, + "image": "images/457ff8fe-office_5.png", + "instruction_cn": "\u5206\u4eabAI\u5bf9\u8bdd", + "instruction_en": "share the AI chat", + "sample_id": "office_5_4", + "gaze_point": [ + 1749, + 1453 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.51607346405813, + "y": 35.624489685892534, + "width": 4.0424776336177635, + "height": 5.608555539810514, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.51607346405813, + 35.624489685892534, + 4.0424776336177635, + 5.608555539810514 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 84, + "annotation_id": 68, + "image": "images/457ff8fe-office_5.png", + "instruction_cn": "\u6253\u5f00AI\u7684\u201c\u66f4\u591a\u201d\u9762\u677f", + "instruction_en": "open the \"more\" panel for the AI", + "sample_id": "office_5_5", + "gaze_point": [ + 1749, + 1453 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.63991535151825, + "y": 89.67294760456613, + "width": 5.034438042774028, + "height": 4.681597085930008, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.63991535151825, + 89.67294760456613, + 5.034438042774028, + 4.681597085930008 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 85, + "annotation_id": 69, + "image": "images/64e5f0f2-office_4.png", + "instruction_cn": "\u5728AI\u5bf9\u8bdd\u4e2d\u63d2\u5165\u9644\u4ef6", + "instruction_en": "attach a file in the AI chat", + "sample_id": "office_4_1", + "gaze_point": [ + 2254, + 1242 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.2694317911895, + "y": 78.84583701864794, + "width": 2.9985471784417483, + "height": 6.708723188663137, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.2694317911895, + 78.84583701864794, + 2.9985471784417483, + 6.708723188663137 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 85, + "annotation_id": 70, + "image": "images/64e5f0f2-office_4.png", + "instruction_cn": "\u6253\u5f00google scholar\u6807\u7b7e\u9875", + "instruction_en": "open the google scholar tab", + "sample_id": "office_4_2", + "gaze_point": [ + 2254, + 1242 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 35.116104661519735, + "y": 18.91801277021368, + "width": 9.510500971225426, + "height": 5.372494837327757, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.116104661519735, + 18.91801277021368, + 9.510500971225426, + 5.372494837327757 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 85, + "annotation_id": 71, + "image": "images/64e5f0f2-office_4.png", + "instruction_cn": "\u76f4\u63a5\u5230\u8fbe\u5bf9\u8bdd\u5e95\u7aef", + "instruction_en": "go to the bottom of the conversation", + "sample_id": "office_4_3", + "gaze_point": [ + 2254, + 1242 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.69987608034081, + "y": 69.34391544383878, + "width": 3.178312912399875, + "height": 6.290530559901615, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.69987608034081, + 69.34391544383878, + 3.178312912399875, + 6.290530559901615 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 85, + "annotation_id": 72, + "image": "images/64e5f0f2-office_4.png", + "instruction_cn": "\u67e5\u770b\u5173\u4e8escp\u547d\u4ee4\u7684\u5bf9\u8bdd", + "instruction_en": "view the conversation about scp commands", + "sample_id": "office_4_4", + "gaze_point": [ + 2254, + 1242 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.39408589324018, + "y": 65.60965600338596, + "width": 13.190619563384711, + "height": 5.797391975567113, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.39408589324018, + 65.60965600338596, + 13.190619563384711, + 5.797391975567113 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 86, + "annotation_id": 73, + "image": "images/41e7f818-office_3.png", + "instruction_cn": "\u6253\u5f00\u8c46\u5305", + "instruction_en": "Open Doubao", + "sample_id": "office_3_1", + "gaze_point": [ + 1252, + 1259 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 7.834825614276834, + "y": 48.214285714285715, + "width": 33.75, + "height": 44.99999999999999, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 7.834825614276834, + 48.214285714285715, + 33.75, + 44.99999999999999 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 86, + "annotation_id": 74, + "image": "images/41e7f818-office_3.png", + "instruction_cn": "\u67e5\u770b\u56fe\u7247\u641c\u7d22\u7ed3\u679c", + "instruction_en": "view image search results", + "sample_id": "office_3_2", + "gaze_point": [ + 1252, + 1259 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 11.79480368137778, + "y": 50.55557600059649, + "width": 4.230934425262699, + "height": 5.584414129827719, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 11.79480368137778, + 50.55557600059649, + 4.230934425262699, + 5.584414129827719 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 86, + "annotation_id": 75, + "image": "images/41e7f818-office_3.png", + "instruction_cn": "\u6253\u5f00\u8c46\u5305\u667a\u80fd\u5199\u4f5c", + "instruction_en": "open Doubao's smart writing", + "sample_id": "office_3_3", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 8.03570800715617, + "y": 69.2857142857143, + "width": 20.491090264245766, + "height": 16.071428571428555, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 8.03570800715617, + 69.2857142857143, + 20.491090264245766, + 16.071428571428555 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 86, + "annotation_id": 76, + "image": "images/41e7f818-office_3.png", + "instruction_cn": "\u5728Bing\u4e0a\u5207\u6362\u5230\u56fd\u9645\u7248\u641c\u7d22", + "instruction_en": "switch to international search on Bing", + "sample_id": "office_3_4", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 19.102243519156268, + "y": 44.281891276940605, + "width": 3.1109115326438292, + "height": 3.3039406753619787, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 19.102243519156268, + 44.281891276940605, + 3.1109115326438292, + 3.3039406753619787 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 87, + "annotation_id": 77, + "image": "images/e02bcfc8-office_2.png", + "instruction_cn": "\u65cb\u8f6c\u5c4f\u5e55", + "instruction_en": "rotate the screen", + "sample_id": "office_2_1", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.71113970367271, + "y": 13.880946514114543, + "width": 3.2533468392455944, + "height": 5.783727714214388, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.71113970367271, + 13.880946514114543, + 3.2533468392455944, + 5.783727714214388 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 87, + "annotation_id": 78, + "image": "images/e02bcfc8-office_2.png", + "instruction_cn": "\u8fde\u63a5\u7b14\u8bb0\u672c", + "instruction_en": "connect to laptop", + "sample_id": "office_2_2", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 67.50916395671716, + "y": 59.738149108338504, + "width": 8.954863201798204, + "height": 7.11308282696028, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.50916395671716, + 59.738149108338504, + 8.954863201798204, + 7.11308282696028 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 87, + "annotation_id": 79, + "image": "images/e02bcfc8-office_2.png", + "instruction_cn": "\u53d1\u9001\u5f39\u5e55", + "instruction_en": "post on-screen comment", + "sample_id": "office_2_3", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 28.92857142857143, + "y": 53.214285714285715, + "width": 9.24107142857143, + "height": 7.499999999999993, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.92857142857143, + 53.214285714285715, + 9.24107142857143, + 7.499999999999993 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 87, + "annotation_id": 80, + "image": "images/e02bcfc8-office_2.png", + "instruction_cn": "\u5207\u6362\u5230\u4e0b\u4e00\u96c6", + "instruction_en": "switch to the next episode", + "sample_id": "office_2_4", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 23.30357142857143, + "y": 67.85714285714286, + "width": 9.441964285714285, + "height": 10.357142857142847, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 23.30357142857143, + 67.85714285714286, + 9.441964285714285, + 10.357142857142847 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 87, + "annotation_id": 85, + "image": "images/e02bcfc8-office_2.png", + "instruction_cn": "\u6253\u5f00\u53f3\u4fa7\u7b2c\u4e8c\u4e2a\u8bfe\u7a0b\u89c6\u9891", + "instruction_en": "open the second course video on the right", + "sample_id": "office_2_5", + "gaze_point": [ + 2724, + 1393 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.15177734287491, + "y": 31.785714285714285, + "width": 24.70982142857143, + "height": 18.214285714285715, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.15177734287491, + 31.785714285714285, + 24.70982142857143, + 18.214285714285715 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 88, + "annotation_id": 81, + "image": "images/4fae5460-office_1.png", + "instruction_cn": "\u8fde\u63a5\u7b14\u8bb0\u672c", + "instruction_en": "connect to laptop", + "sample_id": "office_1_1", + "gaze_point": [ + 1985, + 1312 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 46.918249539369334, + "y": 58.04805951088212, + "width": 7.715637363954847, + "height": 5.178749795307574, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.918249539369334, + 58.04805951088212, + 7.715637363954847, + 5.178749795307574 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 88, + "annotation_id": 82, + "image": "images/4fae5460-office_1.png", + "instruction_cn": "\u5207\u6362\u5230\u89c6\u9891\u7684P8", + "instruction_en": "switch to P8 of the video", + "sample_id": "office_1_2", + "gaze_point": [ + 1985, + 1312 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 7.232142857142858, + "y": 66.42857142857143, + "width": 10.848214285714285, + "height": 12.5, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 7.232142857142858, + 66.42857142857143, + 10.848214285714285, + 12.5 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 88, + "annotation_id": 83, + "image": "images/4fae5460-office_1.png", + "instruction_cn": "\u67e5\u770b\u6240\u6709\u8bc4\u8bba\u5217\u8868", + "instruction_en": "view full comment list", + "sample_id": "office_1_3", + "gaze_point": [ + 1985, + 1312 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 9.241071428571429, + "y": 74.28571428571429, + "width": 11.45089285714286, + "height": 7.499999999999986, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 9.241071428571429, + 74.28571428571429, + 11.45089285714286, + 7.499999999999986 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 88, + "annotation_id": 84, + "image": "images/4fae5460-office_1.png", + "instruction_cn": "\u6253\u5f00\u53f3\u4fa7\u7684\u753b\u56fe\u6559\u7a0b\u89c6\u9891", + "instruction_en": "open the plotting tutorial video on the right", + "sample_id": "office_1_4", + "gaze_point": [ + 1985, + 1312 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "paper writing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 14.464285714285715, + "y": 46.07142857142857, + "width": 24.70982142857143, + "height": 15.000000000000007, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 14.464285714285715, + 46.07142857142857, + 24.70982142857143, + 15.000000000000007 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 89, + "annotation_id": 86, + "image": "images/caa0d110-library_3.png", + "instruction_cn": "\u6253\u5f00\u5173\u4e8e\u68af\u5ea6\u4e0b\u964d\u7684\u9009\u96c6", + "instruction_en": "open the episode about gradient descend", + "sample_id": "library_3_1", + "gaze_point": [ + 2527, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.09014346351353, + "y": 76.53355269979572, + "width": 9.208419953408201, + "height": 8.36425864796312, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.09014346351353, + 76.53355269979572, + 9.208419953408201, + 8.36425864796312 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 89, + "annotation_id": 87, + "image": "images/caa0d110-library_3.png", + "instruction_cn": "\u64ad\u653e\u4e0b\u4e00\u96c6", + "instruction_en": "play the next episode", + "sample_id": "library_3_2", + "gaze_point": [ + 2527, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 29.056376488775314, + "y": 76.91301590703506, + "width": 9.100871297565433, + "height": 8.292623224715864, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.056376488775314, + 76.91301590703506, + 9.100871297565433, + 8.292623224715864 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 89, + "annotation_id": 88, + "image": "images/caa0d110-library_3.png", + "instruction_cn": "\u8fd4\u56de\u756a\u8304\u65f6\u949f\u7684\u83dc\u5355", + "instruction_en": "go to the timer menu", + "sample_id": "library_3_3", + "gaze_point": [ + 2527, + 1324 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.76639987501318, + "y": 91.58730514296087, + "width": 3.371650360672703, + "height": 5.9940450856403515, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.76639987501318, + 91.58730514296087, + 3.371650360672703, + 5.9940450856403515 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 89, + "annotation_id": 89, + "image": "images/caa0d110-library_3.png", + "instruction_cn": "\u6682\u505c\u65f6\u949f\u8ba1\u65f6", + "instruction_en": "pause the timer", + "sample_id": "library_3_4", + "gaze_point": [ + 2527, + 1324 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 75.3001868469104, + "y": 93.05952854350828, + "width": 3.78571268566759, + "height": 5.678569028501387, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.3001868469104, + 93.05952854350828, + 3.78571268566759, + 5.678569028501387 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 89, + "annotation_id": 90, + "image": "images/caa0d110-library_3.png", + "instruction_cn": "\u5728\u65f6\u949f\u4e0a\u8df3\u8fc7\u5f53\u524d\u8ba1\u65f6", + "instruction_en": "skip the current timing session on the timer", + "sample_id": "library_3_5", + "gaze_point": [ + 2527, + 1324 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.46896081874029, + "y": 93.33988243306479, + "width": 4.480887921871883, + "height": 6.464231756143022, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.46896081874029, + 93.33988243306479, + 4.480887921871883, + 6.464231756143022 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 90, + "annotation_id": 91, + "image": "images/4c88c1b2-library_2.png", + "instruction_cn": "\u5173\u95ed\u73af\u5883\u97f3\u6548", + "instruction_en": "turn off ambient sound effects", + "sample_id": "library_2_1", + "gaze_point": [ + 1886, + 1371 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.66935343978781, + "y": 54.121908298083575, + "width": 18.749999999999993, + "height": 12.903225806451616, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.66935343978781, + 54.121908298083575, + 18.749999999999993, + 12.903225806451616 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 90, + "annotation_id": 92, + "image": "images/4c88c1b2-library_2.png", + "instruction_cn": "\u6539\u8ba1\u65f6\u7ed3\u675f\u97f3\u6548\u4e3aBell", + "instruction_en": "Set the timer alarm sound to \u201cBell\u201d", + "sample_id": "library_2_2", + "gaze_point": [ + 1886, + 1371 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.02419354838709, + "y": 41.57706093189964, + "width": 14.314516129032256, + "height": 13.97849462365592, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.02419354838709, + 41.57706093189964, + 14.314516129032256, + 13.97849462365592 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 90, + "annotation_id": 93, + "image": "images/4c88c1b2-library_2.png", + "instruction_cn": "\u5728\u65f6\u949f\u8bbe\u7f6e\u4e2d\u524d\u5f80\u901a\u77e5\u8bbe\u7f6e", + "instruction_en": "go to settings for notices in timer settings", + "sample_id": "library_2_3", + "gaze_point": [ + 1886, + 1371 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.45728025614879, + "y": 66.69825902874936, + "width": 8.744064285036579, + "height": 8.362155318582287, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.45728025614879, + 66.69825902874936, + 8.744064285036579, + 8.362155318582287 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 90, + "annotation_id": 94, + "image": "images/4c88c1b2-library_2.png", + "instruction_cn": "\u9884\u89c8\u8ba1\u65f6\u7ed3\u675f\u97f3\u6548", + "instruction_en": "preview alarm sound", + "sample_id": "library_2_4", + "gaze_point": [ + 1886, + 1371 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.11251869307436, + "y": 54.51157650859118, + "width": 8.75717087427911, + "height": 9.079018996238604, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.11251869307436, + 54.51157650859118, + 8.75717087427911, + 9.079018996238604 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 90, + "annotation_id": 95, + "image": "images/4c88c1b2-library_2.png", + "instruction_cn": "\u5728\u65f6\u949f\u8bbe\u7f6e\u4e2d\u6253\u5f00\u201c\u5173\u4e8e\u672c\u5e94\u7528\u201d", + "instruction_en": "open \"about the app\" in timer settings", + "sample_id": "library_2_5", + "gaze_point": [ + 1886, + 1371 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.944540990092364, + "y": 76.54435698395008, + "width": 9.53847763895042, + "height": 7.886519344586714, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.944540990092364, + 76.54435698395008, + 9.53847763895042, + 7.886519344586714 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 91, + "annotation_id": 96, + "image": "images/9f57b6e4-library_1.png", + "instruction_cn": "\u5f00\u59cb\u756a\u8304\u8ba1\u65f6", + "instruction_en": "start the timer", + "sample_id": "library_1_1", + "gaze_point": [ + 1820, + 1372 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.780627801556143, + "y": 74.37952020810815, + "width": 21.886151464015832, + "height": 6.691916363553844, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.780627801556143, + 74.37952020810815, + 21.886151464015832, + 6.691916363553844 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 91, + "annotation_id": 97, + "image": "images/9f57b6e4-library_1.png", + "instruction_cn": "\u5207\u6362\u5230\u65f6\u949f\u529f\u80fd", + "instruction_en": "switch to clock mode", + "sample_id": "library_1_2", + "gaze_point": [ + 1820, + 1372 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.35630804033852, + "y": 83.96753509909448, + "width": 8.016233789883193, + "height": 8.39793342472079, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.35630804033852, + 83.96753509909448, + 8.016233789883193, + 8.39793342472079 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 91, + "annotation_id": 98, + "image": "images/9f57b6e4-library_1.png", + "instruction_cn": "\u6539\u4e13\u6ce8\u65f6\u95f4\u4e3a20\u5206\u949f", + "instruction_en": "change focus time to 20 minutes", + "sample_id": "library_1_3", + "gaze_point": [ + 1820, + 1372 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 32.49348836594572, + "y": 56.833873408376114, + "width": 9.423044134402245, + "height": 8.125134273683255, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.49348836594572, + 56.833873408376114, + 9.423044134402245, + 8.125134273683255 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 91, + "annotation_id": 99, + "image": "images/9f57b6e4-library_1.png", + "instruction_cn": "\u6539\u4f11\u606f\u65f6\u95f4\u4e3a10\u5206\u949f", + "instruction_en": "change rest time to 10 minutes", + "sample_id": "library_1_4", + "gaze_point": [ + 1820, + 1372 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.758064516129025, + "y": 63.08243727598566, + "width": 6.25, + "height": 6.810035842293907, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.758064516129025, + 63.08243727598566, + 6.25, + 6.810035842293907 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 92, + "annotation_id": 524, + "image": "images/34771fd4-supermarket_38.png", + "instruction_cn": "\u5728open food facts\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on open food facts\n", + "sample_id": "supermarket_38_1", + "gaze_point": [ + 2271, + 1058 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.97522913685794, + "y": 43.73779372143055, + "width": 10.51329164271694, + "height": 20.602269326806812, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.97522913685794, + 43.73779372143055, + 10.51329164271694, + 20.602269326806812 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 92, + "annotation_id": 525, + "image": "images/34771fd4-supermarket_38.png", + "instruction_cn": "\u5f00\u542f\u6d4f\u89c8\u5668\u5206\u5c4f", + "instruction_en": "enable browser split screen", + "sample_id": "supermarket_38_2", + "gaze_point": [ + 2271, + 1058 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.17823470728661, + "y": 36.17163282874195, + "width": 1.8337045821202338, + "height": 2.8392845142507, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.17823470728661, + 36.17163282874195, + 1.8337045821202338, + 2.8392845142507 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 92, + "annotation_id": 526, + "image": "images/34771fd4-supermarket_38.png", + "instruction_cn": "\u5728open food facts\u4e0a\u6253\u5f00\u7d2b\u8272\u7ea2\u725b\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the purple red bull on open food facts\n", + "sample_id": "supermarket_38_3", + "gaze_point": [ + 2271, + 1058 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.432270597983454, + "y": 45.58277496663562, + "width": 8.201494040606455, + "height": 17.453425741586173, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.432270597983454, + 45.58277496663562, + 8.201494040606455, + 17.453425741586173 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 92, + "annotation_id": 527, + "image": "images/34771fd4-supermarket_38.png", + "instruction_cn": "\u5728open food facts\u4e0a\u641c\u7d22\u98df\u7269\u8425\u517b", + "instruction_en": "search food nutrition on open food facts", + "sample_id": "supermarket_38_4", + "gaze_point": [ + 2271, + 1058 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.60310812286377, + "y": 40.105523662459674, + "width": 5.861401743434207, + "height": 2.294371324647031, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.60310812286377, + 40.105523662459674, + 5.861401743434207, + 2.294371324647031 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 92, + "annotation_id": 528, + "image": "images/34771fd4-supermarket_38.png", + "instruction_cn": "\u8fd4\u56de\u4eac\u4e1c\u4e3b\u9875", + "instruction_en": "go back to JD.com main page", + "sample_id": "supermarket_38_5", + "gaze_point": [ + 2271, + 1058 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.42286753629345, + "y": 8.467955746381293, + "width": 3.715315583724788, + "height": 5.080773447828776, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.42286753629345, + 8.467955746381293, + 3.715315583724788, + 5.080773447828776 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 93, + "annotation_id": 519, + "image": "images/40c63abb-supermarket_37.png", + "instruction_cn": "\u5728\u8425\u517b\u7f51\u7ad9\u4e0a\u653e\u5927\u56fe\u7247", + "instruction_en": "zoom picture on nutrition website", + "sample_id": "supermarket_37_1", + "gaze_point": [ + 1888, + 1079 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.76590329901771, + "y": 58.97809966130977, + "width": 1.8364294761769884, + "height": 1.697677026865847, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.76590329901771, + 58.97809966130977, + 1.8364294761769884, + 1.697677026865847 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 93, + "annotation_id": 520, + "image": "images/40c63abb-supermarket_37.png", + "instruction_cn": "\u56de\u5230\u8425\u517b\u7f51\u9875\u9876\u7aef", + "instruction_en": "return to top of nutrition page", + "sample_id": "supermarket_37_2", + "gaze_point": [ + 1888, + 1079 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.7212302838065, + "y": 79.43683465210803, + "width": 0.9106261865340528, + "height": 1.618890998282751, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.7212302838065, + 79.43683465210803, + 0.9106261865340528, + 1.618890998282751 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 93, + "annotation_id": 521, + "image": "images/40c63abb-supermarket_37.png", + "instruction_cn": "\u8fdb\u5165\u8425\u517b\u7f51\u7ad9\u53d1\u73b0\u9875", + "instruction_en": "go to discover page on nutrition website", + "sample_id": "supermarket_37_3", + "gaze_point": [ + 1888, + 1079 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.05600490486761, + "y": 44.04763656978884, + "width": 3.3796469632991357, + "height": 3.633886438301027, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.05600490486761, + 44.04763656978884, + 3.3796469632991357, + 3.633886438301027 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 93, + "annotation_id": 522, + "image": "images/40c63abb-supermarket_37.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add item to cart on JD.com", + "sample_id": "supermarket_37_4", + "gaze_point": [ + 1888, + 1079 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.4890438247012, + "y": 79.6812749003984, + "width": 13.89442231075698, + "height": 13.944223107569712, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.4890438247012, + 79.6812749003984, + 13.89442231075698, + 13.944223107569712 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 93, + "annotation_id": 523, + "image": "images/40c63abb-supermarket_37.png", + "instruction_cn": "\u67e5\u770b\u6211\u624b\u4e2d\u5546\u54c1\u7684\u4eac\u4e1c\u5e97\u94fa", + "instruction_en": "view JD.com store of the item in my hand", + "sample_id": "supermarket_37_5", + "gaze_point": [ + 1888, + 1079 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.59126999341657, + "y": 81.46694401873782, + "width": 2.92028114028738, + "height": 5.041216876943842, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.59126999341657, + 81.46694401873782, + 2.92028114028738, + 5.041216876943842 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 94, + "annotation_id": 514, + "image": "images/6ea4c66e-supermarket_36.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u8d85\u503c\u6b3e", + "instruction_en": "select super value spec on JD.com", + "sample_id": "supermarket_36_1", + "gaze_point": [ + 2082, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.78400733313735, + "y": 60.25996356780191, + "width": 4.213913608204351, + "height": 2.996560788056435, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.78400733313735, + 60.25996356780191, + 4.213913608204351, + 2.996560788056435 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 94, + "annotation_id": 515, + "image": "images/6ea4c66e-supermarket_36.png", + "instruction_cn": "\u5728\u98df\u54c1\u8425\u517b\u7f51\u7ad9\u641c\u7d22", + "instruction_en": "search on food nutrition website", + "sample_id": "supermarket_36_2", + "gaze_point": [ + 2082, + 1171 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.66035856573707, + "y": 20.717131474103585, + "width": 11.877490039840623, + "height": 7.968127490039844, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.66035856573707, + 20.717131474103585, + 11.877490039840623, + 7.968127490039844 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 94, + "annotation_id": 516, + "image": "images/6ea4c66e-supermarket_36.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6536\u85cf\u5546\u54c1", + "instruction_en": "favorite product on JD.com", + "sample_id": "supermarket_36_3", + "gaze_point": [ + 2082, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.69169568008618, + "y": 43.43844564352839, + "width": 1.3199153217074624, + "height": 2.346516127479923, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.69169568008618, + 43.43844564352839, + 1.3199153217074624, + 2.346516127479923 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 94, + "annotation_id": 517, + "image": "images/6ea4c66e-supermarket_36.png", + "instruction_cn": "\u67e5\u770b\u4eac\u4e1c\u8d2d\u7269\u8f66", + "instruction_en": "view JD.com shopping cart", + "sample_id": "supermarket_36_4", + "gaze_point": [ + 2082, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.909894644902124, + "y": 90.48403648582362, + "width": 1.3689747004228465, + "height": 3.027326166788754, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.909894644902124, + 90.48403648582362, + 1.3689747004228465, + 3.027326166788754 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 94, + "annotation_id": 518, + "image": "images/6ea4c66e-supermarket_36.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u76f4\u63a5\u4e0b\u5355\u5546\u54c1", + "instruction_en": "order product directly on JD.com", + "sample_id": "supermarket_36_5", + "gaze_point": [ + 2082, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.62175122541919, + "y": 89.77772672847199, + "width": 11.500057430469028, + "height": 7.973373151791847, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.62175122541919, + 89.77772672847199, + 11.500057430469028, + 7.973373151791847 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 95, + "annotation_id": 509, + "image": "images/e589b81f-supermarket_35.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c06\u6211\u624b\u4e2d\u7684\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\n", + "instruction_en": "add the item in my hand to cart on JD.com\n", + "sample_id": "supermarket_35_1", + "gaze_point": [ + 2126, + 1309 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 51.687334700796505, + "y": 70.87925704831395, + "width": 1.43147260926807, + "height": 2.3134910856857687, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.687334700796505, + 70.87925704831395, + 1.43147260926807, + 2.3134910856857687 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 95, + "annotation_id": 510, + "image": "images/e589b81f-supermarket_35.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u5546\u54c1\u8be6\u60c5\u9875\n", + "instruction_en": "go to detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_35_2", + "gaze_point": [ + 2126, + 1309 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 45.68397645009174, + "y": 56.2043926044805, + "width": 8.637427279280814, + "height": 18.50281178391142, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.68397645009174, + 56.2043926044805, + 8.637427279280814, + 18.50281178391142 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 95, + "annotation_id": 511, + "image": "images/e589b81f-supermarket_35.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u8fdb\u53e3\u5546\u54c1", + "instruction_en": "filter imported products on JD.com", + "sample_id": "supermarket_35_3", + "gaze_point": [ + 2126, + 1309 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.271786773400905, + "y": 56.75512218516947, + "width": 4.888575265583157, + "height": 3.002276526741987, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.271786773400905, + 56.75512218516947, + 4.888575265583157, + 3.002276526741987 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 95, + "annotation_id": 512, + "image": "images/e589b81f-supermarket_35.png", + "instruction_cn": "\u5728\u98df\u54c1\u8425\u517b\u7f51\u7ad9\u641c\u7d22", + "instruction_en": "search on food nutrition website", + "sample_id": "supermarket_35_4", + "gaze_point": [ + 2126, + 1309 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.1085657370518, + "y": 29.08366533864542, + "width": 11.429282868525888, + "height": 8.76494023904382, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.1085657370518, + 29.08366533864542, + 11.429282868525888, + 8.76494023904382 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 95, + "annotation_id": 513, + "image": "images/e589b81f-supermarket_35.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u65b0\u54c1", + "instruction_en": "view new arrivals on JD.com", + "sample_id": "supermarket_35_5", + "gaze_point": [ + 2126, + 1309 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.69287795639962, + "y": 49.07070242986107, + "width": 8.933928912926348, + "height": 6.758527782828438, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.69287795639962, + 49.07070242986107, + 8.933928912926348, + 6.758527782828438 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 96, + "annotation_id": 504, + "image": "images/9b1b2d88-supermarket_34.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_34_1", + "gaze_point": [ + 2418, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 57.37051792828686, + "y": 45.41832669322709, + "width": 13.894422310756966, + "height": 31.474103585657375, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.37051792828686, + 45.41832669322709, + 13.894422310756966, + 31.474103585657375 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 96, + "annotation_id": 505, + "image": "images/9b1b2d88-supermarket_34.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u7ea2\u725b\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add red bull to cart on JD.com", + "sample_id": "supermarket_34_2", + "gaze_point": [ + 2418, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.477467325069064, + "y": 43.671560348806096, + "width": 1.5552294045713282, + "height": 3.225660987259019, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.477467325069064, + 43.671560348806096, + 1.5552294045713282, + 3.225660987259019 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 96, + "annotation_id": 506, + "image": "images/9b1b2d88-supermarket_34.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u4f18\u60e0", + "instruction_en": "view sales on JD.com", + "sample_id": "supermarket_34_3", + "gaze_point": [ + 2418, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.53109745217519, + "y": 16.19815772326405, + "width": 8.50294729905228, + "height": 5.738614638043522, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.53109745217519, + 16.19815772326405, + 8.50294729905228, + 5.738614638043522 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 96, + "annotation_id": 507, + "image": "images/9b1b2d88-supermarket_34.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u4e3a\u5217\u8868\u663e\u793a", + "instruction_en": "switch to list view on JD.com", + "sample_id": "supermarket_34_4", + "gaze_point": [ + 2418, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 82.48055829305964, + "y": 7.691989804505142, + "width": 3.312498599959156, + "height": 6.519838514205314, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.48055829305964, + 7.691989804505142, + 3.312498599959156, + 6.519838514205314 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 96, + "annotation_id": 508, + "image": "images/9b1b2d88-supermarket_34.png", + "instruction_cn": "\u67e5\u770b\u4eac\u4e1c\u8d2d\u7269\u8f66", + "instruction_en": "view JD.com shopping cart", + "sample_id": "supermarket_34_5", + "gaze_point": [ + 2418, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 76.63504997669854, + "y": 84.25468543980075, + "width": 3.0167397963913767, + "height": 4.626982171371509, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.63504997669854, + 84.25468543980075, + 3.0167397963913767, + 4.626982171371509 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 97, + "annotation_id": 499, + "image": "images/c1126b4e-supermarket_33.png", + "instruction_cn": "\u5728open food facts\u4e0a\u67e5\u770b\u6211\u7684\u504f\u597d", + "instruction_en": "view my criteria on open food facts", + "sample_id": "supermarket_33_1", + "gaze_point": [ + 2172, + 791 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.03732896908369, + "y": 26.262148590151842, + "width": 4.200699256923642, + "height": 2.7382335896983676, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.03732896908369, + 26.262148590151842, + 4.200699256923642, + 2.7382335896983676 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 97, + "annotation_id": 500, + "image": "images/c1126b4e-supermarket_33.png", + "instruction_cn": "\u653e\u5927\u56fe\u7247", + "instruction_en": "zoom picture", + "sample_id": "supermarket_33_2", + "gaze_point": [ + 2172, + 791 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.18760318454132, + "y": 50.11714142049226, + "width": 2.993079092105951, + "height": 2.660514748538624, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.18760318454132, + 50.11714142049226, + 2.993079092105951, + 2.660514748538624 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 97, + "annotation_id": 501, + "image": "images/c1126b4e-supermarket_33.png", + "instruction_cn": "\u56de\u5230\u7f51\u9875\u9876\u7aef", + "instruction_en": "return to the top of the webpage", + "sample_id": "supermarket_33_3", + "gaze_point": [ + 2172, + 791 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.98932292719213, + "y": 78.72309109623646, + "width": 1.7598870956099404, + "height": 3.041780165251765, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.98932292719213, + 78.72309109623646, + 1.7598870956099404, + 3.041780165251765 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 97, + "annotation_id": 502, + "image": "images/c1126b4e-supermarket_33.png", + "instruction_cn": "\u8fd4\u56de\u4e0a\u4e00\u7f51\u9875", + "instruction_en": "return to previous web page", + "sample_id": "supermarket_33_4", + "gaze_point": [ + 2172, + 791 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.56696086774443, + "y": 86.5820756137217, + "width": 2.505077066219094, + "height": 3.817260291381487, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.56696086774443, + 86.5820756137217, + 2.505077066219094, + 3.817260291381487 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 97, + "annotation_id": 503, + "image": "images/c1126b4e-supermarket_33.png", + "instruction_cn": "\u5728open food facts\u4e0a\u4e0a\u62a5\u95ee\u9898", + "instruction_en": "report a problem on open food facts", + "sample_id": "supermarket_33_5", + "gaze_point": [ + 2172, + 791 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.09453360187997, + "y": 26.258313255632498, + "width": 4.84413367225968, + "height": 3.0812838037615045, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.09453360187997, + 26.258313255632498, + 4.84413367225968, + 3.0812838037615045 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 98, + "annotation_id": 494, + "image": "images/1e1a63a4-supermarket_32.png", + "instruction_cn": "\u5728open food facts\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the product in my hand on open food facts", + "sample_id": "supermarket_32_1", + "gaze_point": [ + 2104, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 50.98060044026996, + "y": 33.36653799472311, + "width": 10.4512870079298, + "height": 22.04218985247305, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.98060044026996, + 33.36653799472311, + 10.4512870079298, + 22.04218985247305 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 98, + "annotation_id": 495, + "image": "images/1e1a63a4-supermarket_32.png", + "instruction_cn": "\u5728open food facts\u6253\u5f00\u539f\u7248\u53ef\u4e501\u5347\u8be6\u60c5\u9875", + "instruction_en": "open detail page of original cola 1 liter on open food facts", + "sample_id": "supermarket_32_2", + "gaze_point": [ + 2104, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.02390438247012, + "y": 29.08366533864542, + "width": 13.22211155378487, + "height": 32.66932270916334, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.02390438247012, + 29.08366533864542, + 13.22211155378487, + 32.66932270916334 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 98, + "annotation_id": 496, + "image": "images/1e1a63a4-supermarket_32.png", + "instruction_cn": "\u4e0b\u8f7dopen food facts APP", + "instruction_en": "download open food facts app", + "sample_id": "supermarket_32_3", + "gaze_point": [ + 2104, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 77.41350016681498, + "y": 18.646937854672355, + "width": 5.974327832069179, + "height": 4.416664799945536, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.41350016681498, + 18.646937854672355, + 5.974327832069179, + 4.416664799945536 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 98, + "annotation_id": 497, + "image": "images/1e1a63a4-supermarket_32.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f\n", + "instruction_en": "open search bar\n", + "sample_id": "supermarket_32_4", + "gaze_point": [ + 2104, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.939141447374624, + "y": 18.213397273119263, + "width": 7.7972775486051376, + "height": 3.6327545973577955, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.939141447374624, + 18.213397273119263, + 7.7972775486051376, + 3.6327545973577955 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 98, + "annotation_id": 498, + "image": "images/1e1a63a4-supermarket_32.png", + "instruction_cn": "\u5173\u95ed\u7f51\u9875", + "instruction_en": "close webpage", + "sample_id": "supermarket_32_5", + "gaze_point": [ + 2104, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.82307506004435, + "y": 12.97893967063789, + "width": 2.1257368247630666, + "height": 3.6391214777836964, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.82307506004435, + 12.97893967063789, + 2.1257368247630666, + 3.6391214777836964 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 99, + "annotation_id": 489, + "image": "images/fc59686b-supermarket_31.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u5f00\u542f\u504f\u597d\u5206\u7c7b", + "instruction_en": "enable classification by preferences on the website", + "sample_id": "supermarket_31_1", + "gaze_point": [ + 1876, + 1066 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.562260885544184, + "y": 81.95844355439822, + "width": 2.8887035660264146, + "height": 3.318305634820092, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.562260885544184, + 81.95844355439822, + 2.8887035660264146, + 3.318305634820092 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 99, + "annotation_id": 490, + "image": "images/fc59686b-supermarket_31.png", + "instruction_cn": "\u5728open food facts\u4e0a\u4fee\u6539\u504f\u597d", + "instruction_en": "edit preferences on open food facts", + "sample_id": "supermarket_31_2", + "gaze_point": [ + 1876, + 1066 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.58119677545301, + "y": 83.02508524816416, + "width": 6.897095299200657, + "height": 3.470236628528639, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.58119677545301, + 83.02508524816416, + 6.897095299200657, + 3.470236628528639 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 99, + "annotation_id": 491, + "image": "images/fc59686b-supermarket_31.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u6253\u5f00\u5065\u5eb7\u9875\u9762", + "instruction_en": "open health page on the website", + "sample_id": "supermarket_31_3", + "gaze_point": [ + 1876, + 1066 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.184004553597475, + "y": 34.6177142418516, + "width": 2.4278144974942606, + "height": 2.665835526660352, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.184004553597475, + 34.6177142418516, + 2.4278144974942606, + 2.665835526660352 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 99, + "annotation_id": 492, + "image": "images/fc59686b-supermarket_31.png", + "instruction_cn": "\u8fd4\u56de\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page", + "sample_id": "supermarket_31_4", + "gaze_point": [ + 1876, + 1066 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.533799636772194, + "y": 89.36993000100925, + "width": 2.2624811146500647, + "height": 3.3039406753619858, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.533799636772194, + 89.36993000100925, + 2.2624811146500647, + 3.3039406753619858 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 99, + "annotation_id": 493, + "image": "images/fc59686b-supermarket_31.png", + "instruction_cn": "\u641c\u7d22\u4ea7\u54c1", + "instruction_en": "search product", + "sample_id": "supermarket_31_5", + "gaze_point": [ + 1876, + 1066 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.826111013824274, + "y": 31.705865006128796, + "width": 6.452919350569779, + "height": 2.781056151087313, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.826111013824274, + 31.705865006128796, + 6.452919350569779, + 2.781056151087313 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 100, + "annotation_id": 484, + "image": "images/9572c690-supermarket_30.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u6253\u5f00330\u6beb\u5347\u7f50\u88c5\u767e\u4e8b\u96f6\u5ea6\u8be6\u60c5\u9875", + "instruction_en": "open detail page of 330ml pepsi max can on the website", + "sample_id": "supermarket_30_1", + "gaze_point": [ + 1860, + 983 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.58190664141542, + "y": 39.19729568064873, + "width": 8.888318664696655, + "height": 19.672811977861933, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.58190664141542, + 39.19729568064873, + 8.888318664696655, + 19.672811977861933 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 100, + "annotation_id": 485, + "image": "images/9572c690-supermarket_30.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u6253\u5f00\u9875\u9762\u4e2d\u95f4\u7684\u4ea7\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the middle product on the website", + "sample_id": "supermarket_30_2", + "gaze_point": [ + 1860, + 983 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.13916588067871, + "y": 38.03288898651901, + "width": 9.447719221169201, + "height": 20.99493160259825, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.13916588067871, + 38.03288898651901, + 9.447719221169201, + 20.99493160259825 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 100, + "annotation_id": 486, + "image": "images/9572c690-supermarket_30.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u641c\u7d22\u4ea7\u54c1", + "instruction_en": "search product on the website", + "sample_id": "supermarket_30_3", + "gaze_point": [ + 1860, + 983 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.00914668352745, + "y": 19.438385805775354, + "width": 6.668515150275269, + "height": 3.849070793809681, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.00914668352745, + 19.438385805775354, + 6.668515150275269, + 3.849070793809681 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 100, + "annotation_id": 487, + "image": "images/9572c690-supermarket_30.png", + "instruction_cn": "\u4e3a\u7f51\u7ad9\u8d21\u732e", + "instruction_en": "contribute to website", + "sample_id": "supermarket_30_4", + "gaze_point": [ + 1860, + 983 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.43923635791712, + "y": 20.678646124522967, + "width": 3.703095763679258, + "height": 2.983049365186062, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.43923635791712, + 20.678646124522967, + 3.703095763679258, + 2.983049365186062 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 100, + "annotation_id": 488, + "image": "images/9572c690-supermarket_30.png", + "instruction_cn": "\u5173\u95ed\u7f51\u9875", + "instruction_en": "close webpage", + "sample_id": "supermarket_30_5", + "gaze_point": [ + 1860, + 983 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 35.20905254789193, + "y": 14.355407537792278, + "width": 2.511518692960813, + "height": 4.003033625562066, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.20905254789193, + 14.355407537792278, + 2.511518692960813, + 4.003033625562066 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 101, + "annotation_id": 479, + "image": "images/0762b4ca-supermarket_29.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "go to detail page of the item in my hand on the website\n", + "sample_id": "supermarket_29_1", + "gaze_point": [ + 1892, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 44.81572018688195, + "y": 40.33617559718175, + "width": 9.050219389174103, + "height": 19.033722114050995, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.81572018688195, + 40.33617559718175, + 9.050219389174103, + 19.033722114050995 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 101, + "annotation_id": 480, + "image": "images/0762b4ca-supermarket_29.png", + "instruction_cn": "\u8fdb\u5165\u7f51\u7ad9\u7684\u53d1\u73b0\u754c\u9762", + "instruction_en": "go to discover page on the website", + "sample_id": "supermarket_29_2", + "gaze_point": [ + 1892, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.05613367379418, + "y": 22.56526257799307, + "width": 3.2886779059377744, + "height": 3.555327465878665, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.05613367379418, + 22.56526257799307, + 3.2886779059377744, + 3.555327465878665 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 101, + "annotation_id": 481, + "image": "images/0762b4ca-supermarket_29.png", + "instruction_cn": "\u5173\u95ed\u7f51\u9875", + "instruction_en": "close webpage", + "sample_id": "supermarket_29_3", + "gaze_point": [ + 1892, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.774701399795276, + "y": 16.617613708177192, + "width": 2.661507871584611, + "height": 4.1545488727174344, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.774701399795276, + 16.617613708177192, + 2.661507871584611, + 4.1545488727174344 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 101, + "annotation_id": 482, + "image": "images/0762b4ca-supermarket_29.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u67e5\u770b2.5\u5347\u767e\u4e8b\u53ef\u4e50\u8be6\u60c5\u9875", + "instruction_en": "view detail page of 2.5 liter pepsi on the website", + "sample_id": "supermarket_29_4", + "gaze_point": [ + 1892, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.70676021406713, + "y": 39.26686141689743, + "width": 8.994978488673013, + "height": 19.20666904344673, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.70676021406713, + 39.26686141689743, + 8.994978488673013, + 19.20666904344673 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 101, + "annotation_id": 483, + "image": "images/0762b4ca-supermarket_29.png", + "instruction_cn": "\u4f7f\u7528\u6d4f\u89c8\u5668\u5206\u5c4f", + "instruction_en": "use browser split screen", + "sample_id": "supermarket_29_5", + "gaze_point": [ + 1892, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.08209605454453, + "y": 19.13755092292603, + "width": 1.7745528214066866, + "height": 2.963562961002417, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.08209605454453, + 19.13755092292603, + 1.7745528214066866, + 2.963562961002417 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 102, + "annotation_id": 474, + "image": "images/2236ea4b-supermarket_28.png", + "instruction_cn": "\u5728open food facts\u4e0a\u653e\u5927\u56fe\u7247", + "instruction_en": "zoom in on picture on open food facts", + "sample_id": "supermarket_28_1", + "gaze_point": [ + 2163, + 1133 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.170638670091684, + "y": 45.20117700111102, + "width": 2.7801327535371314, + "height": 2.6289671428247203, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.170638670091684, + 45.20117700111102, + 2.7801327535371314, + 2.6289671428247203 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 102, + "annotation_id": 475, + "image": "images/2236ea4b-supermarket_28.png", + "instruction_cn": "\u67e5\u770b\u4e0a\u4e00\u9875", + "instruction_en": "view the previous page", + "sample_id": "supermarket_28_2", + "gaze_point": [ + 2163, + 1133 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.934638408487466, + "y": 81.92313501793247, + "width": 3.470888438564046, + "height": 4.345400236073942, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.934638408487466, + 81.92313501793247, + 3.470888438564046, + 4.345400236073942 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 102, + "annotation_id": 476, + "image": "images/2236ea4b-supermarket_28.png", + "instruction_cn": "\u6536\u8d77\u8425\u517b\u4fe1\u606f", + "instruction_en": "collapse nutrition facts", + "sample_id": "supermarket_28_3", + "gaze_point": [ + 2163, + 1133 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.32541049097994, + "y": 49.17486043222416, + "width": 1.785157718745758, + "height": 2.919724624437521, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.32541049097994, + 49.17486043222416, + 1.785157718745758, + 2.919724624437521 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 102, + "annotation_id": 477, + "image": "images/2236ea4b-supermarket_28.png", + "instruction_cn": "\u56de\u5230\u7f51\u9875\u9876\u7aef", + "instruction_en": "return to the top of the webpage", + "sample_id": "supermarket_28_4", + "gaze_point": [ + 2163, + 1133 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.589299959108516, + "y": 71.82200466573092, + "width": 1.8609143920484712, + "height": 3.1810502428179177, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.589299959108516, + 71.82200466573092, + 1.8609143920484712, + 3.1810502428179177 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 102, + "annotation_id": 478, + "image": "images/2236ea4b-supermarket_28.png", + "instruction_cn": "\u5728open food facts\u4e0a\u67e5\u770b\u4ea7\u54c1\u4e3b\u9875", + "instruction_en": "see product main page on open food facts", + "sample_id": "supermarket_28_5", + "gaze_point": [ + 2163, + 1133 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.720650724149074, + "y": 23.495665800090716, + "width": 3.0220283459968655, + "height": 2.5282328646248295, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.720650724149074, + 23.495665800090716, + 3.0220283459968655, + 2.5282328646248295 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 103, + "annotation_id": 469, + "image": "images/376a8f19-supermarket_27.png", + "instruction_cn": "\u4e0a\u62a5\u7f51\u7ad9\u95ee\u9898", + "instruction_en": "report website problem", + "sample_id": "supermarket_27_1", + "gaze_point": [ + 2063, + 859 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.61390166296534, + "y": 30.00115549953884, + "width": 4.888575265583157, + "height": 2.3465161274799122, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.61390166296534, + 30.00115549953884, + 4.888575265583157, + 2.3465161274799122 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 103, + "annotation_id": 470, + "image": "images/376a8f19-supermarket_27.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u67e5\u770b\u201c\u60a8\u7684\u8981\u6c42\u201d", + "instruction_en": "view \"your criteria\" on the website", + "sample_id": "supermarket_27_2", + "gaze_point": [ + 2063, + 859 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.904969308997927, + "y": 30.096229457650185, + "width": 4.102861783621897, + "height": 2.0572754242662477, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.904969308997927, + 30.096229457650185, + 4.102861783621897, + 2.0572754242662477 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 103, + "annotation_id": 471, + "image": "images/376a8f19-supermarket_27.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u641c\u7d22\u4ea7\u54c1", + "instruction_en": "search products on the website", + "sample_id": "supermarket_27_3", + "gaze_point": [ + 2063, + 859 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.88113301001187, + "y": 26.304803313722136, + "width": 7.1510563802332285, + "height": 2.9448166889095977, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.88113301001187, + 26.304803313722136, + 7.1510563802332285, + 2.9448166889095977 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 103, + "annotation_id": 472, + "image": "images/376a8f19-supermarket_27.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u8f6c\u53d1\u5206\u4eab\u4ea7\u54c1\u9875\u9762", + "instruction_en": "share product page on the website", + "sample_id": "supermarket_27_4", + "gaze_point": [ + 2063, + 859 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.061199279169216, + "y": 31.9665875322225, + "width": 2.542059138103248, + "height": 3.8239522077450516, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.061199279169216, + 31.9665875322225, + 2.542059138103248, + 3.8239522077450516 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 103, + "annotation_id": 473, + "image": "images/376a8f19-supermarket_27.png", + "instruction_cn": "\u5728open food facts\u4e0a\u56de\u7b54\u5173\u4e8e\u4ea7\u54c1\u7684\u95ee\u9898", + "instruction_en": "answer questions about the product on open food facts", + "sample_id": "supermarket_27_5", + "gaze_point": [ + 2063, + 859 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.51701861249975, + "y": 68.42084414888, + "width": 10.99182972228354, + "height": 5.103071689892417, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.51701861249975, + 68.42084414888, + 10.99182972228354, + 5.103071689892417 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 104, + "annotation_id": 464, + "image": "images/75dd3a54-supermarket_26.png", + "instruction_cn": "\u5728\u7f51\u7ad9\u4e0a\u6253\u5f00\u624b\u4e2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on the website", + "sample_id": "supermarket_26_1", + "gaze_point": [ + 1863, + 1159 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.05645383473916, + "y": 42.09144598567149, + "width": 10.091816259620655, + "height": 20.39225782998752, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.05645383473916, + 42.09144598567149, + 10.091816259620655, + 20.39225782998752 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 104, + "annotation_id": 465, + "image": "images/75dd3a54-supermarket_26.png", + "instruction_cn": "\u5728open food facts\u4e0a\u6253\u5f00200\u514b\u89c4\u683c\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the 200 gram serving product on open food facts", + "sample_id": "supermarket_26_2", + "gaze_point": [ + 1863, + 1159 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.75000935930883, + "y": 42.633238146633154, + "width": 9.656750995469238, + "height": 19.07506369475405, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.75000935930883, + 42.633238146633154, + 9.656750995469238, + 19.07506369475405 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 104, + "annotation_id": 466, + "image": "images/75dd3a54-supermarket_26.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u7ed3\u679c\u5206\u7c7b", + "instruction_en": "enable search result classification", + "sample_id": "supermarket_26_3", + "gaze_point": [ + 1863, + 1159 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.40609320687527, + "y": 38.53832798871809, + "width": 2.644458445694873, + "height": 2.8729918916191224, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.40609320687527, + 38.53832798871809, + 2.644458445694873, + 2.8729918916191224 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 104, + "annotation_id": 467, + "image": "images/75dd3a54-supermarket_26.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f\n", + "instruction_en": "open search bar\n", + "sample_id": "supermarket_26_4", + "gaze_point": [ + 1863, + 1159 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.953758013113344, + "y": 15.134674841210913, + "width": 6.813374313469957, + "height": 3.3381361465819595, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.953758013113344, + 15.134674841210913, + 6.813374313469957, + 3.3381361465819595 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 104, + "annotation_id": 468, + "image": "images/75dd3a54-supermarket_26.png", + "instruction_cn": "\u4e0b\u8f7dopen food facts APP", + "instruction_en": "download open food facts APP", + "sample_id": "supermarket_26_5", + "gaze_point": [ + 1863, + 1159 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.74650317642249, + "y": 16.318028498876224, + "width": 4.4441593323483275, + "height": 3.397312911839613, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.74650317642249, + 16.318028498876224, + 4.4441593323483275, + 3.397312911839613 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 105, + "annotation_id": 459, + "image": "images/8f385b36-supermarket_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u624b\u4e2d\u53e3\u5473", + "instruction_en": "choose the flavor in hand on JD.com", + "sample_id": "supermarket_25_1", + "gaze_point": [ + 1923, + 1492 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 52.259757604834064, + "y": 33.03121044125354, + "width": 5.59253010382713, + "height": 3.441556986970547, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.259757604834064, + 33.03121044125354, + 5.59253010382713, + 3.441556986970547 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 105, + "annotation_id": 460, + "image": "images/8f385b36-supermarket_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u8349\u8393\u5473", + "instruction_en": "choose strawberry flavor on JD.com", + "sample_id": "supermarket_25_2", + "gaze_point": [ + 1923, + 1492 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.43581489258401, + "y": 32.834720980183775, + "width": 5.599640758758888, + "height": 3.476320188859134, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.43581489258401, + 32.834720980183775, + 5.599640758758888, + 3.476320188859134 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 105, + "annotation_id": 461, + "image": "images/8f385b36-supermarket_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8054\u7cfb\u5546\u5bb6", + "instruction_en": "contact the merchant on JD.com", + "sample_id": "supermarket_25_3", + "gaze_point": [ + 1923, + 1492 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.75996432778656, + "y": 68.6417699888986, + "width": 1.8087728482657681, + "height": 3.3894121841376688, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.75996432778656, + 68.6417699888986, + 1.8087728482657681, + 3.3894121841376688 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 105, + "annotation_id": 462, + "image": "images/8f385b36-supermarket_25.png", + "instruction_cn": "\u7acb\u5373\u8d2d\u4e70\u5f53\u524d\u5546\u54c1", + "instruction_en": "buy the current product now", + "sample_id": "supermarket_25_4", + "gaze_point": [ + 1923, + 1492 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.44665207220768, + "y": 68.26424848925696, + "width": 19.098907524372493, + "height": 3.8150127389507986, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.44665207220768, + 68.26424848925696, + 19.098907524372493, + 3.8150127389507986 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 105, + "annotation_id": 463, + "image": "images/8f385b36-supermarket_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u6240\u6709\u8bc4\u4ef7", + "instruction_en": "view all reviews on JD.com", + "sample_id": "supermarket_25_5", + "gaze_point": [ + 1923, + 1492 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.189890576860606, + "y": 57.647910367772994, + "width": 5.230775534173979, + "height": 3.1286881699732234, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.189890576860606, + 57.647910367772994, + 5.230775534173979, + 3.1286881699732234 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 106, + "annotation_id": 454, + "image": "images/250ff6d8-supermarket_24.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open the detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_24_1", + "gaze_point": [ + 2077, + 940 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 49.75861077197596, + "y": 34.738918106686704, + "width": 10.895532024793383, + "height": 27.5873403456048, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.75861077197596, + 34.738918106686704, + 10.895532024793383, + 27.5873403456048 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 106, + "annotation_id": 455, + "image": "images/250ff6d8-supermarket_24.png", + "instruction_cn": "\u5c06\u4eac\u4e1c\u4e0a\u7b2c\u4e09\u4e2a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\n", + "instruction_en": "add the third item on JD.com to cart \n", + "sample_id": "supermarket_24_2", + "gaze_point": [ + 2077, + 940 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.65737224007611, + "y": 57.5391633818225, + "width": 1.417686827019125, + "height": 2.607240141644354, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.65737224007611, + 57.5391633818225, + 1.417686827019125, + 2.607240141644354 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 106, + "annotation_id": 456, + "image": "images/250ff6d8-supermarket_24.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f\n", + "instruction_en": "open search bar\n", + "sample_id": "supermarket_24_3", + "gaze_point": [ + 2077, + 940 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.40446218627611, + "y": 24.653540776956977, + "width": 22.73726489125918, + "height": 8.945809137544597, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.40446218627611, + 24.653540776956977, + 22.73726489125918, + 8.945809137544597 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 106, + "annotation_id": 457, + "image": "images/250ff6d8-supermarket_24.png", + "instruction_cn": "\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart", + "sample_id": "supermarket_24_4", + "gaze_point": [ + 2077, + 940 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.0819802496136, + "y": 88.92741476793239, + "width": 2.2220796661741815, + "height": 3.9503638509763026, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.0819802496136, + 88.92741476793239, + 2.2220796661741815, + 3.9503638509763026 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 106, + "annotation_id": 458, + "image": "images/250ff6d8-supermarket_24.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u7b5b\u9009\u6761\u4ef6", + "instruction_en": "change search filter on JD.com", + "sample_id": "supermarket_24_5", + "gaze_point": [ + 2077, + 940 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.30521187591687, + "y": 34.560796234984956, + "width": 4.033074594106125, + "height": 4.206347428519557, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.30521187591687, + 34.560796234984956, + 4.033074594106125, + 4.206347428519557 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 107, + "annotation_id": 449, + "image": "images/16982f74-supermarket_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_23_1", + "gaze_point": [ + 2105, + 1243 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 48.18227610307368, + "y": 41.035853836835905, + "width": 15.014940239043826, + "height": 30.67729083665339, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.18227610307368, + 41.035853836835905, + 15.014940239043826, + 30.67729083665339 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 107, + "annotation_id": 450, + "image": "images/16982f74-supermarket_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u54c1\u724c", + "instruction_en": "filter brands on JD.com", + "sample_id": "supermarket_23_2", + "gaze_point": [ + 2105, + 1243 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.9263852654483, + "y": 44.15843500864345, + "width": 4.229353388814929, + "height": 3.9329467293986085, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.9263852654483, + 44.15843500864345, + 4.229353388814929, + 3.9329467293986085 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 107, + "annotation_id": 451, + "image": "images/16982f74-supermarket_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u5e97\u94fa\u641c\u7d22\u7ed3\u679c", + "instruction_en": "view store search results on JD.com", + "sample_id": "supermarket_23_3", + "gaze_point": [ + 2105, + 1243 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.82229828888751, + "y": 36.19424194617025, + "width": 11.95279628738831, + "height": 4.835196369083228, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.82229828888751, + 36.19424194617025, + 11.95279628738831, + 4.835196369083228 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 107, + "annotation_id": 452, + "image": "images/16982f74-supermarket_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7b2c\u4e94\u4e2a\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the fifth item on JD.com", + "sample_id": "supermarket_23_4", + "gaze_point": [ + 2105, + 1243 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.84497876556352, + "y": 44.41349160554146, + "width": 13.046646671681607, + "height": 30.106169214417598, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.84497876556352, + 44.41349160554146, + 13.046646671681607, + 30.106169214417598 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 107, + "annotation_id": 453, + "image": "images/16982f74-supermarket_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u6392\u5e8f\u65b9\u5f0f", + "instruction_en": "change sorting method on JD.com", + "sample_id": "supermarket_23_5", + "gaze_point": [ + 2105, + 1243 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.3724205790847, + "y": 38.96471084784475, + "width": 9.464281714168997, + "height": 5.363092971362441, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.3724205790847, + 38.96471084784475, + 9.464281714168997, + 5.363092971362441 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 108, + "annotation_id": 444, + "image": "images/2c61ab8d-supermarket_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u9762\u524d\u5de6\u4e0b\u89d2\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open the detail page on JD.com of the item on the bottom left corner in front of me", + "sample_id": "supermarket_22_1", + "gaze_point": [ + 1870, + 1246 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.355577689243034, + "y": 39.44223107569721, + "width": 12.773904382470121, + "height": 27.49003984063745, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.355577689243034, + 39.44223107569721, + 12.773904382470121, + 27.49003984063745 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 108, + "annotation_id": 445, + "image": "images/2c61ab8d-supermarket_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u9ed1\u5de7\u514b\u529b\u5965\u5229\u5965\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of dark chocolate oreos on JD.com", + "sample_id": "supermarket_22_2", + "gaze_point": [ + 1870, + 1246 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.56274900398407, + "y": 61.354581673306775, + "width": 13.44621513944223, + "height": 30.27888446215139, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.56274900398407, + 61.354581673306775, + 13.44621513944223, + 30.27888446215139 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 108, + "annotation_id": 446, + "image": "images/2c61ab8d-supermarket_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u7b2c\u4e09\u4e2a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the third item to cart on JD.com", + "sample_id": "supermarket_22_3", + "gaze_point": [ + 1870, + 1246 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.03755460679606, + "y": 63.524271414159685, + "width": 2.1509731168565907, + "height": 3.476320188859141, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.03755460679606, + 63.524271414159685, + 2.1509731168565907, + 3.476320188859141 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 108, + "annotation_id": 447, + "image": "images/2c61ab8d-supermarket_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u914d\u9001\u65f6\u6548", + "instruction_en": "filter delivery time on JD.com", + "sample_id": "supermarket_22_4", + "gaze_point": [ + 1870, + 1246 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.42424162209545, + "y": 38.932910755618416, + "width": 8.83888711598032, + "height": 5.2378590316920395, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.42424162209545, + 38.932910755618416, + 8.83888711598032, + 5.2378590316920395 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 108, + "annotation_id": 448, + "image": "images/2c61ab8d-supermarket_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u914d\u9001\u5730\u5740", + "instruction_en": "change delivery address on JD.com", + "sample_id": "supermarket_22_5", + "gaze_point": [ + 1870, + 1246 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.94903263736532, + "y": 34.53986769677993, + "width": 9.979388679332615, + "height": 7.43438056111129, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.94903263736532, + 34.53986769677993, + 9.979388679332615, + 7.43438056111129 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 109, + "annotation_id": 439, + "image": "images/12c4871e-supermarket_21.png", + "instruction_cn": "\u9009\u62e9\u6211\u53f3\u524d\u65b9\u7684\u53e3\u5473", + "instruction_en": "choose the flavor in the front right of me", + "sample_id": "supermarket_21_1", + "gaze_point": [ + 2040, + 981 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 51.4563941430645, + "y": 45.38618574770464, + "width": 5.1818897815181515, + "height": 3.1286881699732234, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.4563941430645, + 45.38618574770464, + 5.1818897815181515, + 3.1286881699732234 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 109, + "annotation_id": 440, + "image": "images/12c4871e-supermarket_21.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u6240\u6709\u53e3\u5473", + "instruction_en": "see all flavors on JD.com", + "sample_id": "supermarket_21_2", + "gaze_point": [ + 2040, + 981 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.04996370811324, + "y": 45.53608884839681, + "width": 4.844133672259673, + "height": 2.844261972702917, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.04996370811324, + 45.53608884839681, + 4.844133672259673, + 2.844261972702917 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 109, + "annotation_id": 441, + "image": "images/12c4871e-supermarket_21.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5206\u4eab\u5546\u54c1\u9875\u9762", + "instruction_en": "share item page on JD.com", + "sample_id": "supermarket_21_3", + "gaze_point": [ + 2040, + 981 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.10792308231213, + "y": 26.60219242885996, + "width": 1.183035214271122, + "height": 2.5238084571117305, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.10792308231213, + 26.60219242885996, + 1.183035214271122, + 2.5238084571117305 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 109, + "annotation_id": 442, + "image": "images/12c4871e-supermarket_21.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5173\u6ce8\u5e97\u94fa", + "instruction_en": "follow shop on JD.com", + "sample_id": "supermarket_21_4", + "gaze_point": [ + 2040, + 981 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.18989057686058, + "y": 69.94538708357932, + "width": 2.6887163960707383, + "height": 2.172700118036957, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.18989057686058, + 69.94538708357932, + 2.6887163960707383, + 2.172700118036957 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 109, + "annotation_id": 443, + "image": "images/12c4871e-supermarket_21.png", + "instruction_cn": "\u628a\u5f53\u524d\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the current item to cart", + "sample_id": "supermarket_21_5", + "gaze_point": [ + 2040, + 981 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.343038723994255, + "y": 76.42948311793855, + "width": 1.9123149917215088, + "height": 3.291745029841593, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.343038723994255, + 76.42948311793855, + 1.9123149917215088, + 3.291745029841593 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 110, + "annotation_id": 433, + "image": "images/9ceff5ab-supermarket_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c06\u6211\u624b\u4e2d\u7684\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the item in my hand to cart on JD.com", + "sample_id": "supermarket_20_1", + "gaze_point": [ + 2755, + 1335 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 77.74465976735134, + "y": 74.8212902852143, + "width": 1.7280326717458934, + "height": 3.225660987259033, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.74465976735134, + 74.8212902852143, + 1.7280326717458934, + 3.225660987259033 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 110, + "annotation_id": 434, + "image": "images/9ceff5ab-supermarket_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u6211\u624b\u4e2d\u5546\u54c1\u8be6\u60c5", + "instruction_en": "view details of the item in my hand on JD.com", + "sample_id": "supermarket_20_2", + "gaze_point": [ + 2755, + 1335 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 66.8751289512571, + "y": 50.59294776526128, + "width": 13.598989788046595, + "height": 30.66532434076469, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.8751289512571, + 50.59294776526128, + 13.598989788046595, + 30.66532434076469 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 110, + "annotation_id": 435, + "image": "images/9ceff5ab-supermarket_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u641c\u7d22\u5546\u54c1", + "instruction_en": "search for item on JD.com", + "sample_id": "supermarket_20_3", + "gaze_point": [ + 2755, + 1335 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.29199302346517, + "y": 27.444445148275292, + "width": 27.973121994011834, + "height": 4.4649221208192245, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.29199302346517, + 27.444445148275292, + 27.973121994011834, + 4.4649221208192245 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 110, + "annotation_id": 436, + "image": "images/9ceff5ab-supermarket_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u514d\u8fd0\u8d39\u5546\u54c1", + "instruction_en": "filter items with free shipping on JD.com", + "sample_id": "supermarket_20_4", + "gaze_point": [ + 2755, + 1335 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.56439737162921, + "y": 31.85717165798317, + "width": 6.092631353496294, + "height": 3.2599192571026556, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.56439737162921, + 31.85717165798317, + 6.092631353496294, + 3.2599192571026556 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 110, + "annotation_id": 437, + "image": "images/9ceff5ab-supermarket_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c06\u7b2c\u56db\u4e2a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\n", + "instruction_en": "add the fourth item to cart on JD.com", + "sample_id": "supermarket_20_5", + "gaze_point": [ + 2755, + 1335 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.83465496655111, + "y": 71.67083895756076, + "width": 2.165102321517942, + "height": 3.387182298552517, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.83465496655111, + 71.67083895756076, + 2.165102321517942, + 3.387182298552517 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 111, + "annotation_id": 428, + "image": "images/a4d2e0c1-supermarket_19.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u5217\u8868\u663e\u793a", + "instruction_en": "switch to list view on JD.com", + "sample_id": "supermarket_19_1", + "gaze_point": [ + 1831, + 1108 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.09099622516279, + "y": 33.274037823263406, + "width": 2.5193917923117866, + "height": 4.198986320519651, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.09099622516279, + 33.274037823263406, + 2.5193917923117866, + 4.198986320519651 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 111, + "annotation_id": 429, + "image": "images/a4d2e0c1-supermarket_19.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_19_2", + "gaze_point": [ + 1831, + 1108 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 41.683266932270925, + "y": 41.832669322709165, + "width": 12.549800796812747, + "height": 27.88844621513944, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.683266932270925, + 41.832669322709165, + 12.549800796812747, + 27.88844621513944 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 111, + "annotation_id": 430, + "image": "images/a4d2e0c1-supermarket_19.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u9999\u828b\u7247\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of taro chips on JD.com", + "sample_id": "supermarket_19_3", + "gaze_point": [ + 1831, + 1108 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 32.31163981030929, + "y": 61.56425249905466, + "width": 12.76506374782062, + "height": 30.053483418292373, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.31163981030929, + 61.56425249905466, + 12.76506374782062, + 30.053483418292373 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 111, + "annotation_id": 431, + "image": "images/a4d2e0c1-supermarket_19.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u65b0\u54c1", + "instruction_en": "view new arrivals on JD.com", + "sample_id": "supermarket_19_4", + "gaze_point": [ + 1831, + 1108 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.48205571602807, + "y": 33.357128816884156, + "width": 15.00365229206046, + "height": 8.279196533964837, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.48205571602807, + 33.357128816884156, + 15.00365229206046, + 8.279196533964837 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 111, + "annotation_id": 432, + "image": "images/a4d2e0c1-supermarket_19.png", + "instruction_cn": "\u628a\u76fc\u76fc\u85af\u7247\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add Panpan chips to cart", + "sample_id": "supermarket_19_5", + "gaze_point": [ + 1831, + 1108 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.77945425515738, + "y": 86.09471924456345, + "width": 1.6443389529688872, + "height": 2.9232692497224377, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.77945425515738, + 86.09471924456345, + 1.6443389529688872, + 2.9232692497224377 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 112, + "annotation_id": 423, + "image": "images/274cc3c8-supermarket_18.png", + "instruction_cn": "\u65cb\u8f6c\u5c4f\u5e55", + "instruction_en": "rotate the screen", + "sample_id": "supermarket_18_1", + "gaze_point": [ + 1880, + 805 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.74179304633748, + "y": 15.21055170961702, + "width": 2.928012155321042, + "height": 5.436704051361529, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.74179304633748, + 15.21055170961702, + 2.928012155321042, + 5.436704051361529 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 112, + "annotation_id": 424, + "image": "images/274cc3c8-supermarket_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u53d6\u6d88\u5fae\u4fe1\u6781\u901f\u652f\u4ed8", + "instruction_en": "disable WeChat quick pay on JD.com", + "sample_id": "supermarket_18_2", + "gaze_point": [ + 1880, + 805 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.930630869331, + "y": 37.63637342718102, + "width": 5.068803602143603, + "height": 3.2304324843850125, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.930630869331, + 37.63637342718102, + 5.068803602143603, + 3.2304324843850125 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 112, + "annotation_id": 425, + "image": "images/274cc3c8-supermarket_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c55\u5f00\u652f\u4ed8\u65b9\u5f0f", + "instruction_en": "expand payment methods on JD.com", + "sample_id": "supermarket_18_3", + "gaze_point": [ + 1880, + 805 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.68376961474588, + "y": 38.65850538384707, + "width": 4.0086317177781865, + "height": 2.867964155808785, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.68376961474588, + 38.65850538384707, + 4.0086317177781865, + 2.867964155808785 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 112, + "annotation_id": 426, + "image": "images/274cc3c8-supermarket_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u786e\u8ba4\u652f\u4ed8", + "instruction_en": "confirm payment on JD.com", + "sample_id": "supermarket_18_4", + "gaze_point": [ + 1880, + 805 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.367880920943456, + "y": 63.89135062241715, + "width": 21.95329518006998, + "height": 8.378909899235751, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.367880920943456, + 63.89135062241715, + 21.95329518006998, + 8.378909899235751 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 112, + "annotation_id": 427, + "image": "images/274cc3c8-supermarket_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9000\u51fa\u652f\u4ed8", + "instruction_en": "exit payment on JD.com", + "sample_id": "supermarket_18_5", + "gaze_point": [ + 1880, + 805 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.14239139410111, + "y": 25.626191531846864, + "width": 1.4314726092680559, + "height": 2.544840194254327, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.14239139410111, + 25.626191531846864, + 1.4314726092680559, + 2.544840194254327 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 113, + "annotation_id": 419, + "image": "images/9a8e2ef3-supermarket_17.png", + "instruction_cn": "\u53d6\u6d88\u5fae\u4fe1\u5feb\u901f\u652f\u4ed8", + "instruction_en": "disable Wechat quick pay", + "sample_id": "supermarket_17_1", + "gaze_point": [ + 2277, + 956 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.40130253171438, + "y": 44.668813000310706, + "width": 8.240392490187494, + "height": 4.655001713241394, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.40130253171438, + 44.668813000310706, + 8.240392490187494, + 4.655001713241394 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 113, + "annotation_id": 420, + "image": "images/9a8e2ef3-supermarket_17.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c55\u5f00\u6240\u6709\u652f\u4ed8\u65b9\u5f0f", + "instruction_en": "expand all payment methods on JD.com", + "sample_id": "supermarket_17_2", + "gaze_point": [ + 2277, + 956 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.198934003697076, + "y": 49.55465732337421, + "width": 6.155332219852667, + "height": 4.198986320519651, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.198934003697076, + 49.55465732337421, + 6.155332219852667, + 4.198986320519651 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 113, + "annotation_id": 421, + "image": "images/9a8e2ef3-supermarket_17.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5173\u95ed\u9762\u677f", + "instruction_en": "close the panel on JD.com", + "sample_id": "supermarket_17_3", + "gaze_point": [ + 2277, + 956 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 76.07622121639196, + "y": 23.886143280938608, + "width": 2.277342787471923, + "height": 3.932934845665784, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.07622121639196, + 23.886143280938608, + 2.277342787471923, + 3.932934845665784 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 114, + "annotation_id": 414, + "image": "images/5605567a-supermarket_16.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u6211\u624b\u4e2d\u7684\u6b3e\u5f0f", + "instruction_en": "choose the spec in my hand on JD.com", + "sample_id": "supermarket_16_1", + "gaze_point": [ + 2356, + 973 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 44.20167938249595, + "y": 32.4881237722611, + "width": 16.91740356407709, + "height": 4.206347428519557, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.20167938249595, + 32.4881237722611, + 16.91740356407709, + 4.206347428519557 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 114, + "annotation_id": 415, + "image": "images/5605567a-supermarket_16.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u6210\u5927\u56fe\u6807\u663e\u793a", + "instruction_en": "switch to large icon view on JD.com", + "sample_id": "supermarket_16_2", + "gaze_point": [ + 2356, + 973 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.35875130625108, + "y": 21.477194835851584, + "width": 7.555283155442057, + "height": 6.024882465826894, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.35875130625108, + 21.477194835851584, + 7.555283155442057, + 6.024882465826894 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 114, + "annotation_id": 416, + "image": "images/5605567a-supermarket_16.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u7b2c\u4e8c\u6b3e", + "instruction_en": "choose the second spec on JD.com", + "sample_id": "supermarket_16_3", + "gaze_point": [ + 2356, + 973 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.194876930013905, + "y": 28.177995334269106, + "width": 20.470058312533283, + "height": 5.216922398221385, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.194876930013905, + 28.177995334269106, + 20.470058312533283, + 5.216922398221385 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 114, + "annotation_id": 417, + "image": "images/5605567a-supermarket_16.png", + "instruction_cn": "\u6539\u53d8\u914d\u9001\u65f6\u95f4", + "instruction_en": "change delivery time", + "sample_id": "supermarket_16_4", + "gaze_point": [ + 2356, + 973 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.81483852032619, + "y": 18.566468220032373, + "width": 32.858803076380525, + "height": 4.164283954234364, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.81483852032619, + 18.566468220032373, + 32.858803076380525, + 4.164283954234364 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 114, + "annotation_id": 418, + "image": "images/5605567a-supermarket_16.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u652f\u4ed8\u8ba2\u5355", + "instruction_en": "pay for the order on JD.com", + "sample_id": "supermarket_16_5", + "gaze_point": [ + 2356, + 973 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.18749999999999, + "y": 76.171875, + "width": 33.83789062500001, + "height": 12.890625, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.18749999999999, + 76.171875, + 33.83789062500001, + 12.890625 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 115, + "annotation_id": 408, + "image": "images/fece2d17-supermarket_15.png", + "instruction_cn": "\u6539\u53d8\u914d\u9001\u5730\u5740", + "instruction_en": "change delivery address\n", + "sample_id": "supermarket_15_1", + "gaze_point": [ + 2351, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.06498131333768, + "y": 35.42272913827526, + "width": 37.04829181943939, + "height": 7.436309937418299, + "rotation": 1.6472789225888391, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.06498131333768, + 35.42272913827526, + 37.04829181943939, + 7.436309937418299 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 115, + "annotation_id": 409, + "image": "images/fece2d17-supermarket_15.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u6211\u624b\u4e2d\u7684\u6b3e\u5f0f", + "instruction_en": "choose the spec in my hand on JD.com", + "sample_id": "supermarket_15_2", + "gaze_point": [ + 2351, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 45.111134609114444, + "y": 50.84481597285354, + "width": 18.48994958768121, + "height": 8.601762632690736, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.111134609114444, + 50.84481597285354, + 18.48994958768121, + 8.601762632690736 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 115, + "annotation_id": 411, + "image": "images/fece2d17-supermarket_15.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5173\u95ed\u9762\u677f", + "instruction_en": "close panel on JD.com", + "sample_id": "supermarket_15_3", + "gaze_point": [ + 2351, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.12077776966697, + "y": 33.77664376162864, + "width": 2.4335034357556964, + "height": 4.198986320519644, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.12077776966697, + 33.77664376162864, + 2.4335034357556964, + 4.198986320519644 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 115, + "annotation_id": 412, + "image": "images/fece2d17-supermarket_15.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u914d\u9001\u65b9\u5f0f", + "instruction_en": "change delivery method on JD.com", + "sample_id": "supermarket_15_4", + "gaze_point": [ + 2351, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.57703282202763, + "y": 89.10815770535913, + "width": 11.232212366348406, + "height": 10.054008271976187, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.57703282202763, + 89.10815770535913, + 11.232212366348406, + 10.054008271976187 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 115, + "annotation_id": 413, + "image": "images/fece2d17-supermarket_15.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u6700\u70ed\u9500\u6b3e\u5f0f", + "instruction_en": "select the top pick spec on JD.com", + "sample_id": "supermarket_15_5", + "gaze_point": [ + 2351, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.028757983950996, + "y": 44.61129450623195, + "width": 16.201882225731723, + "height": 6.008645063847524, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.028757983950996, + 44.61129450623195, + 16.201882225731723, + 6.008645063847524 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 116, + "annotation_id": 315, + "image": "images/744dc9c7-supermarket_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u6240\u6709\u5546\u54c1\u6b3e\u5f0f", + "instruction_en": "view all item models on JD.com", + "sample_id": "supermarket_14_1", + "gaze_point": [ + 2331, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.71301648615466, + "y": 52.30404356232786, + "width": 9.347085815352884, + "height": 8.517979230424274, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.71301648615466, + 52.30404356232786, + 9.347085815352884, + 8.517979230424274 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 116, + "annotation_id": 316, + "image": "images/744dc9c7-supermarket_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6536\u85cf\u5546\u54c1", + "instruction_en": "favorite item on JD.com", + "sample_id": "supermarket_14_2", + "gaze_point": [ + 2331, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.13715713262027, + "y": 23.18549976716934, + "width": 2.856252349993227, + "height": 4.7315695494837415, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.13715713262027, + 23.18549976716934, + 2.856252349993227, + 4.7315695494837415 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 116, + "annotation_id": 317, + "image": "images/744dc9c7-supermarket_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5206\u4eab\u5546\u54c1\u9875\u9762", + "instruction_en": "share item page on JD.com", + "sample_id": "supermarket_14_3", + "gaze_point": [ + 2331, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 74.10045383066347, + "y": 23.42583664322125, + "width": 2.4278144974942535, + "height": 4.57000375998917, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.10045383066347, + 23.42583664322125, + 2.4278144974942535, + 4.57000375998917 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 116, + "annotation_id": 318, + "image": "images/744dc9c7-supermarket_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u66f4\u591a\u8bc4\u4ef7", + "instruction_en": "view more reviews on JD.com", + "sample_id": "supermarket_14_4", + "gaze_point": [ + 2331, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.05544434148814, + "y": 90.34182689602876, + "width": 5.899317462366081, + "height": 6.798991388278027, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.05544434148814, + 90.34182689602876, + 5.899317462366081, + 6.798991388278027 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 116, + "annotation_id": 319, + "image": "images/744dc9c7-supermarket_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u914d\u9001\u5730\u5740", + "instruction_en": "change delivery address on JD.com", + "sample_id": "supermarket_14_5", + "gaze_point": [ + 2331, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.90387164991754, + "y": 69.86475384444851, + "width": 40.859723568983, + "height": 20.465029711883272, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.90387164991754, + 69.86475384444851, + 40.859723568983, + 20.465029711883272 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 117, + "annotation_id": 310, + "image": "images/b805c1d3-supermarket_13.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_13_1", + "gaze_point": [ + 2196, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 47.50996015936256, + "y": 39.04382470119522, + "width": 15.463147410358566, + "height": 35.85657370517929, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.50996015936256, + 39.04382470119522, + 15.463147410358566, + 35.85657370517929 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 117, + "annotation_id": 311, + "image": "images/b805c1d3-supermarket_13.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u4f18\u60e0", + "instruction_en": "view sales on JD.com", + "sample_id": "supermarket_13_2", + "gaze_point": [ + 2196, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.21848254500141, + "y": 5.204066392777898, + "width": 9.304591921015842, + "height": 6.690942505000155, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.21848254500141, + 5.204066392777898, + 9.304591921015842, + 6.690942505000155 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 117, + "annotation_id": 312, + "image": "images/b805c1d3-supermarket_13.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u9875\u9762\u4e2d\u7b2c\u4e00\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open the detail page of the first result on the page on JD.com", + "sample_id": "supermarket_13_3", + "gaze_point": [ + 2196, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.649402390438254, + "y": 7.569721115537849, + "width": 15.9113545816733, + "height": 35.458167330677284, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.649402390438254, + 7.569721115537849, + 15.9113545816733, + 35.458167330677284 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 117, + "annotation_id": 313, + "image": "images/b805c1d3-supermarket_13.png", + "instruction_cn": "\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart\n", + "sample_id": "supermarket_13_4", + "gaze_point": [ + 2196, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.79824750463399, + "y": 79.83980092098196, + "width": 2.505647374031568, + "height": 4.300881316345368, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.79824750463399, + 79.83980092098196, + 2.505647374031568, + 4.300881316345368 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 117, + "annotation_id": 314, + "image": "images/b805c1d3-supermarket_13.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u514d\u8fd0\u8d39", + "instruction_en": "filter free shipping on JD.com", + "sample_id": "supermarket_13_5", + "gaze_point": [ + 2196, + 1033 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.513417783675976, + "y": 9.937600958563168, + "width": 6.219748487269733, + "height": 4.19898632051965, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.513417783675976, + 9.937600958563168, + 6.219748487269733, + 4.19898632051965 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 118, + "annotation_id": 305, + "image": "images/54280c4e-supermarket_12.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_12_1", + "gaze_point": [ + 2054, + 1046 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 49.29178404592838, + "y": 48.46934154263131, + "width": 9.802138746567685, + "height": 22.272998123179576, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.29178404592838, + 48.46934154263131, + 9.802138746567685, + 22.272998123179576 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 118, + "annotation_id": 306, + "image": "images/54280c4e-supermarket_12.png", + "instruction_cn": "\u7b5b\u9009\u4eac\u4e1c\u7269\u6d41", + "instruction_en": "filter JD logistics", + "sample_id": "supermarket_12_2", + "gaze_point": [ + 2054, + 1046 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.32959252821318, + "y": 6.587913369937945, + "width": 8.84832123070553, + "height": 3.6501361983020937, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.32959252821318, + 6.587913369937945, + 8.84832123070553, + 3.6501361983020937 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 118, + "annotation_id": 307, + "image": "images/54280c4e-supermarket_12.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar", + "sample_id": "supermarket_12_3", + "gaze_point": [ + 2054, + 1046 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.13288019683729, + "y": 0.5754085120690231, + "width": 23.878269645943035, + "height": 4.825244767955746, + "rotation": 2.602593614788077, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.13288019683729, + 0.5754085120690231, + 23.878269645943035, + 4.825244767955746 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 118, + "annotation_id": 308, + "image": "images/54280c4e-supermarket_12.png", + "instruction_cn": "\u628a\u5728\u9875\u9762\u4e2d\u4f4d\u4e8e\u6211\u624b\u4e2d\u5546\u54c1\u4e0a\u65b9\u7684\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add to cart the item located above the item in my hand on the page", + "sample_id": "supermarket_12_4", + "gaze_point": [ + 2054, + 1046 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.09676624568236, + "y": 43.95338277376544, + "width": 1.7745528214066937, + "height": 2.7341258285377137, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.09676624568236, + 43.95338277376544, + 1.7745528214066937, + 2.7341258285377137 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 118, + "annotation_id": 309, + "image": "images/54280c4e-supermarket_12.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u4e3a\u5217\u8868\u663e\u793a", + "instruction_en": "switch to list view on JD.com", + "sample_id": "supermarket_12_5", + "gaze_point": [ + 2054, + 1046 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 66.378085874504, + "y": 2.544840194254333, + "width": 2.7197979576093303, + "height": 4.5807123496578, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.378085874504, + 2.544840194254333, + 2.7197979576093303, + 4.5807123496578 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 119, + "annotation_id": 300, + "image": "images/494bc87a-supermarket_11.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_11_1", + "gaze_point": [ + 2128, + 935 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 44.60449136401169, + "y": 29.68750789301199, + "width": 16.918945312500007, + "height": 38.28125, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.60449136401169, + 29.68750789301199, + 16.918945312500007, + 38.28125 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 119, + "annotation_id": 301, + "image": "images/494bc87a-supermarket_11.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c06\u7b2c\u4e8c\u4e2a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\n", + "instruction_en": "add the second item to cart on JD.com", + "sample_id": "supermarket_11_2", + "gaze_point": [ + 2128, + 935 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.57689061991555, + "y": 25.74259706831461, + "width": 2.7626705622568934, + "height": 4.403336988118266, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.57689061991555, + 25.74259706831461, + 2.7626705622568934, + 4.403336988118266 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 119, + "annotation_id": 302, + "image": "images/494bc87a-supermarket_11.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart on JD.com", + "sample_id": "supermarket_11_3", + "gaze_point": [ + 2128, + 935 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.37946866069154, + "y": 68.52712312606172, + "width": 2.702379843633267, + "height": 4.472904568772307, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.37946866069154, + 68.52712312606172, + 2.702379843633267, + 4.472904568772307 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 119, + "annotation_id": 303, + "image": "images/494bc87a-supermarket_11.png", + "instruction_cn": "\u6253\u5f00\u9875\u9762\u4e2d\u7b2c\u56db\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the fourth result on the page\n", + "sample_id": "supermarket_11_4", + "gaze_point": [ + 2128, + 935 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 32.8589203930926, + "y": 27.722783579119938, + "width": 15.77970297029703, + "height": 35.31353135313532, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.8589203930926, + 27.722783579119938, + 15.77970297029703, + 35.31353135313532 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 119, + "annotation_id": 304, + "image": "images/494bc87a-supermarket_11.png", + "instruction_cn": "\u6253\u5f00\u9875\u9762\u4e2d\u7b2c\u4e8c\u4e2a\u6d77\u5929\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the second Haitian item on the page", + "sample_id": "supermarket_11_5", + "gaze_point": [ + 2128, + 935 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.0302734375, + "y": 30.46875, + "width": 20.21484375, + "height": 41.015625, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.0302734375, + 30.46875, + 20.21484375, + 41.015625 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 120, + "annotation_id": 295, + "image": "images/5c758248-supermarket_10.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_10_1", + "gaze_point": [ + 2212, + 1070 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 50.93711291966648, + "y": 34.291973900965154, + "width": 13.455842527119792, + "height": 30.792566350477422, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.93711291966648, + 34.291973900965154, + 13.455842527119792, + 30.792566350477422 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 120, + "annotation_id": 296, + "image": "images/5c758248-supermarket_10.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u9875\u9762\u4e2d\u7b2c\u56db\u4e2a\u7ed3\u679c\u52a0\u5165\u8d2d\u7269\u8f66\n", + "instruction_en": "add the fourth result on the page to cart on JD.com\n", + "sample_id": "supermarket_10_2", + "gaze_point": [ + 2212, + 1070 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.01238161407932, + "y": 57.547107522721795, + "width": 1.6533508637046168, + "height": 2.7993242136797534, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.01238161407932, + 57.547107522721795, + 1.6533508637046168, + 2.7993242136797534 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 120, + "annotation_id": 297, + "image": "images/5c758248-supermarket_10.png", + "instruction_cn": "\u7b5b\u9009\u4eac\u4e1c\u7269\u6d41", + "instruction_en": "filter JD logistics", + "sample_id": "supermarket_10_3", + "gaze_point": [ + 2212, + 1070 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.64381330261909, + "y": 7.474080965693513, + "width": 10.657094078971298, + "height": 4.6061242502383575, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.64381330261909, + 7.474080965693513, + 10.657094078971298, + 4.6061242502383575 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 120, + "annotation_id": 298, + "image": "images/5c758248-supermarket_10.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar", + "sample_id": "supermarket_10_4", + "gaze_point": [ + 2212, + 1070 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.92430278884463, + "y": 0.398406374501992, + "width": 31.37450199203188, + "height": 9.9601593625498, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.92430278884463, + 0.398406374501992, + 31.37450199203188, + 9.9601593625498 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 120, + "annotation_id": 299, + "image": "images/5c758248-supermarket_10.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fd4\u56de\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page on JD.com", + "sample_id": "supermarket_10_5", + "gaze_point": [ + 2212, + 1070 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.140808295705625, + "y": 0, + "width": 3.905349212607206, + "height": 7.68671908513165, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.140808295705625, + 0, + 3.905349212607206, + 7.68671908513165 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 121, + "annotation_id": 290, + "image": "images/74a89df7-supermarket_9.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_9_1", + "gaze_point": [ + 2162, + 968 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 51.65003253313698, + "y": 41.339941485247074, + "width": 9.477655057998994, + "height": 22.600076997916425, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.65003253313698, + 41.339941485247074, + 9.477655057998994, + 22.600076997916425 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 121, + "annotation_id": 291, + "image": "images/74a89df7-supermarket_9.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5c06\u7b2c\u4e00\u4e2a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66\n", + "instruction_en": "add the first item to cart on JD.com\n", + "sample_id": "supermarket_9_2", + "gaze_point": [ + 2162, + 968 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.70986143583317, + "y": 36.5863659176199, + "width": 1.3644459924147228, + "height": 2.577286874561146, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.70986143583317, + 36.5863659176199, + 1.3644459924147228, + 2.577286874561146 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 121, + "annotation_id": 292, + "image": "images/74a89df7-supermarket_9.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u9875\u9762\u4e2d\u7b2c\u4e8c\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the second result on the page on JD.com", + "sample_id": "supermarket_9_3", + "gaze_point": [ + 2162, + 968 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.98283505310278, + "y": 17.535963596762468, + "width": 11.461603737911545, + "height": 23.41473824041189, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.98283505310278, + 17.535963596762468, + 11.461603737911545, + 23.41473824041189 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 121, + "annotation_id": 293, + "image": "images/74a89df7-supermarket_9.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u4e3a\u5217\u8868\u663e\u793a", + "instruction_en": "switch to list view on JD.com", + "sample_id": "supermarket_9_4", + "gaze_point": [ + 2162, + 968 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.69124799580897, + "y": 7.9230421721847275, + "width": 2.417199306768225, + "height": 3.8943766609043564, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.69124799580897, + 7.9230421721847275, + 2.417199306768225, + 3.8943766609043564 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 121, + "annotation_id": 294, + "image": "images/74a89df7-supermarket_9.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u6392\u5e8f\u65b9\u5f0f", + "instruction_en": "change sort by on JD.com", + "sample_id": "supermarket_9_5", + "gaze_point": [ + 2162, + 968 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.05105271150762, + "y": 12.506844401524479, + "width": 8.37779305186713, + "height": 5.127392468902286, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.05105271150762, + 12.506844401524479, + 8.37779305186713, + 5.127392468902286 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 122, + "annotation_id": 285, + "image": "images/1b160bcf-supermarket_8.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_8_1", + "gaze_point": [ + 1347, + 812 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 28.0281715142836, + "y": 28.34573625691203, + "width": 15.76194490065064, + "height": 34.48767431253472, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.0281715142836, + 28.34573625691203, + 15.76194490065064, + 34.48767431253472 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 122, + "annotation_id": 286, + "image": "images/1b160bcf-supermarket_8.png", + "instruction_cn": "\u628a\u53cc\u6c47\u8106\u76ae\u70e4\u80a0\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add Shuanghui crispy sausage to cart", + "sample_id": "supermarket_8_2", + "gaze_point": [ + 1347, + 812 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 26.949021619683673, + "y": 55.90585030168259, + "width": 2.1575302255057807, + "height": 3.418695236550228, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 26.949021619683673, + 55.90585030168259, + 2.1575302255057807, + 3.418695236550228 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 122, + "annotation_id": 287, + "image": "images/1b160bcf-supermarket_8.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u56de\u5230\u9875\u9762\u6700\u9876\u7aef", + "instruction_en": "return to the top of the page on JD.com", + "sample_id": "supermarket_8_3", + "gaze_point": [ + 1347, + 812 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.687395776326525, + "y": 74.72576206764994, + "width": 2.928012155321028, + "height": 4.2799585085186465, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.687395776326525, + 74.72576206764994, + 2.928012155321028, + 4.2799585085186465 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 122, + "annotation_id": 288, + "image": "images/1b160bcf-supermarket_8.png", + "instruction_cn": "\u6253\u5f00\u9875\u9762\u4e2d\u7b2c\u4e09\u4e2a\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the third item on the page", + "sample_id": "supermarket_8_4", + "gaze_point": [ + 1347, + 812 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.60195949913516, + "y": 0.9253964342743026, + "width": 12.948320420197469, + "height": 30.306733222483416, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.60195949913516, + 0.9253964342743026, + 12.948320420197469, + 30.306733222483416 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 122, + "annotation_id": 289, + "image": "images/1b160bcf-supermarket_8.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart on JD.com\n", + "sample_id": "supermarket_8_5", + "gaze_point": [ + 1347, + 812 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.09368368779001, + "y": 71.30309490055832, + "width": 2.33479478494656, + "height": 4.272827057418567, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.09368368779001, + 71.30309490055832, + 2.33479478494656, + 4.272827057418567 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 123, + "annotation_id": 281, + "image": "images/bf601539-supermarket_7.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_7_1", + "gaze_point": [ + 2147, + 829 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 53.66379310344828, + "y": 22.60536398467433, + "width": 10.775862068965516, + "height": 23.37164750957854, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.66379310344828, + 22.60536398467433, + 10.775862068965516, + 23.37164750957854 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 123, + "annotation_id": 282, + "image": "images/bf601539-supermarket_7.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar\n", + "sample_id": "supermarket_7_2", + "gaze_point": [ + 2147, + 829 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.62379994585718, + "y": 4.903941191246221, + "width": 24.30933393738493, + "height": 4.516988603556774, + "rotation": 5.155584990683565, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.62379994585718, + 4.903941191246221, + 24.30933393738493, + 4.516988603556774 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 123, + "annotation_id": 283, + "image": "images/bf601539-supermarket_7.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart on JD.com", + "sample_id": "supermarket_7_3", + "gaze_point": [ + 2147, + 829 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.429740749087024, + "y": 66.50154302555654, + "width": 1.5379457785524622, + "height": 2.839284514250693, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.429740749087024, + 66.50154302555654, + 1.5379457785524622, + 2.839284514250693 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 123, + "annotation_id": 284, + "image": "images/bf601539-supermarket_7.png", + "instruction_cn": "\u628a\u897f\u73ed\u7259\u706b\u817f\u7247\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add Spanish ham slices to cart", + "sample_id": "supermarket_7_4", + "gaze_point": [ + 2147, + 829 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.80102924877363, + "y": 63.5292073568534, + "width": 1.1037893170109783, + "height": 2.060406725087141, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.80102924877363, + 63.5292073568534, + 1.1037893170109783, + 2.060406725087141 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 124, + "annotation_id": 277, + "image": "images/6c7d5f5c-supermarket_6.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "supermarket_6_1", + "gaze_point": [ + 2300, + 804 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": null, + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 53.192953090873715, + "y": 27.102039331630774, + "width": 11.776094058018458, + "height": 25.384024969506438, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.192953090873715, + 27.102039331630774, + 11.776094058018458, + 25.384024969506438 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 124, + "annotation_id": 278, + "image": "images/6c7d5f5c-supermarket_6.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u5168\u7403\u8d2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the global item on the page", + "sample_id": "supermarket_6_2", + "gaze_point": [ + 2300, + 804 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.86206905038257, + "y": 50.191570881226056, + "width": 12.28448275862069, + "height": 23.75478927203065, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.86206905038257, + 50.191570881226056, + 12.28448275862069, + 23.75478927203065 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 124, + "annotation_id": 279, + "image": "images/6c7d5f5c-supermarket_6.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u914d\u9001\u65f6\u6548", + "instruction_en": "filter delivery time on JD.com", + "sample_id": "supermarket_6_3", + "gaze_point": [ + 2300, + 804 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.38148918986683, + "y": 11.657143612987966, + "width": 10.036443799447547, + "height": 7.612828481951322, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.38148918986683, + 11.657143612987966, + 10.036443799447547, + 7.612828481951322 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 124, + "annotation_id": 280, + "image": "images/6c7d5f5c-supermarket_6.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart on JD.com", + "sample_id": "supermarket_6_4", + "gaze_point": [ + 2300, + 804 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.6451350801569, + "y": 73.8071637527586, + "width": 1.8884369584126617, + "height": 3.088643558648286, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.6451350801569, + 73.8071637527586, + 1.8884369584126617, + 3.088643558648286 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 125, + "annotation_id": 273, + "image": "images/27f1f6ae-supermarket_5.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_5_1", + "gaze_point": [ + 2056, + 860 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.76724137931034, + "y": 18.007662835249043, + "width": 16.379310344827594, + "height": 35.632183908045974, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.76724137931034, + 18.007662835249043, + 16.379310344827594, + 35.632183908045974 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 125, + "annotation_id": 274, + "image": "images/27f1f6ae-supermarket_5.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u91d1\u9523\u6dc0\u7c89\u80a0\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of Jinluo starch sausage on JD.com", + "sample_id": "supermarket_5_2", + "gaze_point": [ + 2056, + 860 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.643865924467384, + "y": 49.18755245522514, + "width": 12.629866377863948, + "height": 28.214087464000194, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.643865924467384, + 49.18755245522514, + 12.629866377863948, + 28.214087464000194 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 125, + "annotation_id": 275, + "image": "images/27f1f6ae-supermarket_5.png", + "instruction_cn": "\u7b5b\u9009\u6761\u4ef6\u6dfb\u52a0\u514d\u8fd0\u8d39", + "instruction_en": "add free shipping to search filter", + "sample_id": "supermarket_5_3", + "gaze_point": [ + 2056, + 860 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.985317458676576, + "y": 12.191693160623945, + "width": 5.9406113284624595, + "height": 4.3262283302323645, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.985317458676576, + 12.191693160623945, + 5.9406113284624595, + 4.3262283302323645 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 125, + "annotation_id": 276, + "image": "images/27f1f6ae-supermarket_5.png", + "instruction_cn": "\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar", + "sample_id": "supermarket_5_4", + "gaze_point": [ + 2056, + 860 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.772533681584605, + "y": 3.8064142409756627, + "width": 30.510789150320548, + "height": 6.42332403164643, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.772533681584605, + 3.8064142409756627, + 30.510789150320548, + 6.42332403164643 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 126, + "annotation_id": 269, + "image": "images/00fb9264-supermarket_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com\n", + "sample_id": "supermarket_4_1", + "gaze_point": [ + 2726, + 709 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 57.758620689655174, + "y": 3.8314201332857247, + "width": 20.258620689655178, + "height": 44.06130268199234, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.758620689655174, + 3.8314201332857247, + 20.258620689655178, + 44.06130268199234 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 126, + "annotation_id": 270, + "image": "images/00fb9264-supermarket_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u706b\u817f\u7247\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of sliced ham on JD.com\n", + "sample_id": "supermarket_4_2", + "gaze_point": [ + 2726, + 709 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.612068965517246, + "y": 33.71647509578544, + "width": 16.37931034482758, + "height": 36.7816091954023, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.612068965517246, + 33.71647509578544, + 16.37931034482758, + 36.7816091954023 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 126, + "annotation_id": 271, + "image": "images/00fb9264-supermarket_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart on JD.com", + "sample_id": "supermarket_4_3", + "gaze_point": [ + 2726, + 709 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.85804445323994, + "y": 80.25273038925059, + "width": 3.143728570844061, + "height": 4.843670686930096, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.85804445323994, + 80.25273038925059, + 3.143728570844061, + 4.843670686930096 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 126, + "annotation_id": 272, + "image": "images/00fb9264-supermarket_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u9ad8\u86cb\u767d\u9ed1\u732a\u8089\u80a0\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of high-protein black pork sausage on JD.com", + "sample_id": "supermarket_4_4", + "gaze_point": [ + 2726, + 709 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.98275862068966, + "y": 3.065134099616858, + "width": 17.025862068965516, + "height": 39.46360153256705, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.98275862068966, + 3.065134099616858, + 17.025862068965516, + 39.46360153256705 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 127, + "annotation_id": 264, + "image": "images/343ed39f-supermarket_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6211\u5de6\u4fa7\u7684\u9178\u5976\u54c1\u724c\u5546\u54c1\u4e2d\u7684\u7b2c\u4e00\u4e2a\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first item of the yogurt brand on my left on JD.com", + "sample_id": "supermarket_3_1", + "gaze_point": [ + 2070, + 629 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 51.22383234004759, + "y": 15.335763717349376, + "width": 11.501819891377906, + "height": 25.166375146946514, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.22383234004759, + 15.335763717349376, + 11.501819891377906, + 25.166375146946514 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 127, + "annotation_id": 266, + "image": "images/343ed39f-supermarket_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7d2b\u5149\u56ed\u5976\u76ae\u5b50\u9178\u5976\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of Ziguangyuan milk skin yogurt on JD.com", + "sample_id": "supermarket_3_2", + "gaze_point": [ + 2070, + 629 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.787584056537604, + "y": 40.324901257529305, + "width": 12.007807424851919, + "height": 25.86903668539528, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.787584056537604, + 40.324901257529305, + 12.007807424851919, + 25.86903668539528 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 127, + "annotation_id": 267, + "image": "images/343ed39f-supermarket_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u65b0\u7586\u9178\u5976\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of Xinjiang yogurt on JD.com", + "sample_id": "supermarket_3_3", + "gaze_point": [ + 2070, + 629 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.54340777586672, + "y": 13.773027477950562, + "width": 11.321647000574679, + "height": 27.99324213679765, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.54340777586672, + 13.773027477950562, + 11.321647000574679, + 27.99324213679765 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 127, + "annotation_id": 268, + "image": "images/343ed39f-supermarket_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u641c\u7d22\u7ed3\u679c\u7684\u54c1\u724c", + "instruction_en": "filter search by brand on JD.com", + "sample_id": "supermarket_3_4", + "gaze_point": [ + 2070, + 629 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "supermarket", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.03046165528143, + "y": 14.244916499170056, + "width": 3.708815396739972, + "height": 4.164283954234364, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.03046165528143, + 14.244916499170056, + 3.708815396739972, + 4.164283954234364 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 128, + "annotation_id": 259, + "image": "images/5001eb79-restaurant_18.png", + "instruction_cn": "\u5728APP\u91cc\u6dfb\u52a0\u684c\u4e0a\u98df\u7269\u7684\u8bb0\u5f55", + "instruction_en": "add record of food on the table on the APP", + "sample_id": "restaurant_18_1", + "gaze_point": [ + 2002, + 1069 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 58.25536464421447, + "y": 46.20315911362313, + "width": 2.2607871460274254, + "height": 3.57260190977172, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.25536464421447, + 46.20315911362313, + 2.2607871460274254, + 3.57260190977172 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 128, + "annotation_id": 261, + "image": "images/5001eb79-restaurant_18.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5df2\u8bb0\u5f55\u5185\u5bb9", + "instruction_en": "view recorded food on the APP", + "sample_id": "restaurant_18_2", + "gaze_point": [ + 2002, + 1069 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.97749861943365, + "y": 75.77901140127665, + "width": 3.4600354239782902, + "height": 6.039334558216652, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.97749861943365, + 75.77901140127665, + 3.4600354239782902, + 6.039334558216652 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 128, + "annotation_id": 262, + "image": "images/5001eb79-restaurant_18.png", + "instruction_cn": "\u5728APP\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar on the APP", + "sample_id": "restaurant_18_3", + "gaze_point": [ + 2002, + 1069 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.98470290082432, + "y": 18.423015350426464, + "width": 12.994078092822093, + "height": 5.588850792611652, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.98470290082432, + 18.423015350426464, + 12.994078092822093, + 5.588850792611652 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 128, + "annotation_id": 263, + "image": "images/5001eb79-restaurant_18.png", + "instruction_cn": "\u5728APP\u91cc\u56de\u5230\u4e0a\u4e00\u754c\u9762", + "instruction_en": "go back to previous page on the APP", + "sample_id": "restaurant_18_4", + "gaze_point": [ + 2002, + 1069 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.62228788630667, + "y": 14.238885453628985, + "width": 2.862945218536126, + "height": 4.707954359370515, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.62228788630667, + 14.238885453628985, + 2.862945218536126, + 4.707954359370515 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 129, + "annotation_id": 255, + "image": "images/330db52a-restaurant_17.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5df2\u8bb0\u5f55\u5185\u5bb9", + "instruction_en": "view recorded food on the APP", + "sample_id": "restaurant_17_1", + "gaze_point": [ + 1944, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.52296564561084, + "y": 85.53647532625479, + "width": 4.457937320537027, + "height": 7.330830260438661, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.52296564561084, + 85.53647532625479, + 4.457937320537027, + 7.330830260438661 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 129, + "annotation_id": 256, + "image": "images/330db52a-restaurant_17.png", + "instruction_cn": "\u5728APP\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar on the APP", + "sample_id": "restaurant_17_2", + "gaze_point": [ + 1944, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.425218027892036, + "y": 18.47445792190007, + "width": 14.159523414355725, + "height": 6.2331870268486576, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.425218027892036, + 18.47445792190007, + 14.159523414355725, + 6.2331870268486576 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 129, + "annotation_id": 257, + "image": "images/330db52a-restaurant_17.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u6d77\u82d4\u5305\u996d", + "instruction_en": "record seaweed rice rolls on the APP", + "sample_id": "restaurant_17_3", + "gaze_point": [ + 1944, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.308597606415546, + "y": 27.9888784766327, + "width": 2.5633139593088003, + "height": 4.755133141906157, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.308597606415546, + 27.9888784766327, + 2.5633139593088003, + 4.755133141906157 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 129, + "annotation_id": 258, + "image": "images/330db52a-restaurant_17.png", + "instruction_cn": "\u5728APP\u91cc\u5b8c\u6210\u8bb0\u5f55", + "instruction_en": "finish recording on the APP", + "sample_id": "restaurant_17_4", + "gaze_point": [ + 1944, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.12145140713903, + "y": 85.77383434607943, + "width": 19.052900429357905, + "height": 7.621160171743156, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.12145140713903, + 85.77383434607943, + 19.052900429357905, + 7.621160171743156 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 130, + "annotation_id": 251, + "image": "images/1ffe14ad-restaurant_16.png", + "instruction_cn": "\u5728APP\u91cc\u5220\u9664\u5168\u90e8\u665a\u9910\u8bb0\u5f55", + "instruction_en": "delete all dinner records on the APP", + "sample_id": "restaurant_16_1", + "gaze_point": [ + 2688, + 1541 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 77.37596809827461, + "y": 72.65798443403959, + "width": 3.0091076913624732, + "height": 5.151394237065006, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.37596809827461, + 72.65798443403959, + 3.0091076913624732, + 5.151394237065006 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 130, + "annotation_id": 252, + "image": "images/1ffe14ad-restaurant_16.png", + "instruction_cn": "\u5728APP\u91cc\u5173\u95ed\u5df2\u8bb0\u5f55\u9762\u677f", + "instruction_en": "close recorded panel on the APP", + "sample_id": "restaurant_16_2", + "gaze_point": [ + 2688, + 1541 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 76.37293220115376, + "y": 60.79811484307859, + "width": 4.457937320537042, + "height": 7.132699712859242, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.37293220115376, + 60.79811484307859, + 4.457937320537042, + 7.132699712859242 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 130, + "annotation_id": 253, + "image": "images/1ffe14ad-restaurant_16.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u65e9\u9910\u8bb0\u5f55", + "instruction_en": "view breakfast record on the APP", + "sample_id": "restaurant_16_3", + "gaze_point": [ + 2688, + 1541 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.427993609183126, + "y": 61.594533451586386, + "width": 7.0649605264731115, + "height": 8.629182147968649, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.427993609183126, + 61.594533451586386, + 7.0649605264731115, + 8.629182147968649 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 130, + "annotation_id": 254, + "image": "images/1ffe14ad-restaurant_16.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u4e0b\u5348\u52a0\u9910\u8bb0\u5f55", + "instruction_en": "view extra afternoon meal record on the APP", + "sample_id": "restaurant_16_4", + "gaze_point": [ + 2688, + 1541 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.37058133245382, + "y": 85.02364421544638, + "width": 7.2432342763438875, + "height": 10.217502224745223, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.37058133245382, + 85.02364421544638, + 7.2432342763438875, + 10.217502224745223 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 131, + "annotation_id": 246, + "image": "images/9b5ddd56-restaurant_15.png", + "instruction_cn": "\u5728APP\u91cc\u5b8c\u6210\u8bb0\u5f55", + "instruction_en": "finish recording on the APP", + "sample_id": "restaurant_15_1", + "gaze_point": [ + 1907, + 888 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.661800192090105, + "y": 82.17496998621172, + "width": 18.762343697810202, + "height": 7.055924125672221, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.661800192090105, + 82.17496998621172, + 18.762343697810202, + 7.055924125672221 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 131, + "annotation_id": 247, + "image": "images/9b5ddd56-restaurant_15.png", + "instruction_cn": "\u5728APP\u91cc\u8fd4\u56de\u4e0a\u4e00\u754c\u9762", + "instruction_en": "return to previous page on the APP", + "sample_id": "restaurant_15_2", + "gaze_point": [ + 1907, + 888 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.16824574555075, + "y": 8.298611130598019, + "width": 3.715315583724802, + "height": 5.758209907539281, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.16824574555075, + 8.298611130598019, + 3.715315583724802, + 5.758209907539281 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 131, + "annotation_id": 248, + "image": "images/9b5ddd56-restaurant_15.png", + "instruction_cn": "\u6253\u5f00\u5065\u5eb7\u8f6f\u4ef6\u7684\u641c\u7d22\u680f", + "instruction_en": "open search bar on health app", + "sample_id": "restaurant_15_3", + "gaze_point": [ + 1907, + 888 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.059988900768175, + "y": 13.802560016778658, + "width": 15.197935745895208, + "height": 6.025720327709058, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.059988900768175, + 13.802560016778658, + 15.197935745895208, + 6.025720327709058 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 131, + "annotation_id": 249, + "image": "images/9b5ddd56-restaurant_15.png", + "instruction_cn": "search VR device settings", + "instruction_en": "\u641c\u7d22VR\u8bbe\u5907\u8bbe\u7f6e", + "sample_id": "restaurant_15_4", + "gaze_point": [ + 1907, + 888 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.88661718037271, + "y": 35.40343859482054, + "width": 26.54702970297027, + "height": 10.561056105610579, + "rotation": 351.86980285207244, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.88661718037271, + 35.40343859482054, + 26.54702970297027, + 10.561056105610579 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 131, + "annotation_id": 250, + "image": "images/9b5ddd56-restaurant_15.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5df2\u8bb0\u5f55\u5185\u5bb9", + "instruction_en": "view recorded food on the APP", + "sample_id": "restaurant_15_5", + "gaze_point": [ + 1907, + 888 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.13079939203685, + "y": 81.72846094178543, + "width": 4.373506689466247, + "height": 6.803232628058609, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.13079939203685, + 81.72846094178543, + 4.373506689466247, + 6.803232628058609 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 132, + "annotation_id": 242, + "image": "images/188614cb-restaurant_14.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u624b\u4e2d\u98df\u7269", + "instruction_en": "record the food in my hand on the APP", + "sample_id": "restaurant_14_1", + "gaze_point": [ + 2207, + 1077 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 63.37799851459807, + "y": 47.92864481994727, + "width": 2.5329189321233017, + "height": 4.142729631206123, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.37799851459807, + 47.92864481994727, + 2.5329189321233017, + 4.142729631206123 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 132, + "annotation_id": 243, + "image": "images/188614cb-restaurant_14.png", + "instruction_cn": "\u5728APP\u91cc\u6dfb\u52a0\u8089\u997c", + "instruction_en": "add meat pie on the APP", + "sample_id": "restaurant_14_2", + "gaze_point": [ + 2207, + 1077 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.3280562079171, + "y": 77.67768195271013, + "width": 2.3619298052923057, + "height": 3.8172602913815012, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.3280562079171, + 77.67768195271013, + 2.3619298052923057, + 3.8172602913815012 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 132, + "annotation_id": 244, + "image": "images/188614cb-restaurant_14.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u575a\u679c\u7c7b\u522b", + "instruction_en": "view nuts category on the APP", + "sample_id": "restaurant_14_3", + "gaze_point": [ + 2207, + 1077 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.66194540916354, + "y": 63.62101574978007, + "width": 5.79746406753565, + "height": 8.270730631326586, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.66194540916354, + 63.62101574978007, + 5.79746406753565, + 8.270730631326586 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 132, + "annotation_id": 245, + "image": "images/188614cb-restaurant_14.png", + "instruction_cn": "\u5728\u8bbe\u7f6e\u4e2d\u6253\u5f00\u63a7\u5236\u4e2d\u5fc3", + "instruction_en": "open control center in settings", + "sample_id": "restaurant_14_4", + "gaze_point": [ + 2207, + 1077 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 73.84169884169884, + "y": 30.115830115830118, + "width": 24.324324324324323, + "height": 14.285714285714281, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.84169884169884, + 30.115830115830118, + 24.324324324324323, + 14.285714285714281 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 133, + "annotation_id": 238, + "image": "images/9359490d-restaurant_13.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u624b\u4e2d\u7684\u98df\u7269", + "instruction_en": "record the food in hand on the APP", + "sample_id": "restaurant_13_1", + "gaze_point": [ + 2092, + 944 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 61.491858343366225, + "y": 44.84517390314986, + "width": 2.584344861957341, + "height": 4.417683524713389, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.491858343366225, + 44.84517390314986, + 2.584344861957341, + 4.417683524713389 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 133, + "annotation_id": 239, + "image": "images/9359490d-restaurant_13.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u5de7\u514b\u529b\u6d3e", + "instruction_en": "record chocolate pie on the APP\n", + "sample_id": "restaurant_13_2", + "gaze_point": [ + 2092, + 944 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.548365875170596, + "y": 72.53004062814588, + "width": 2.801212962261431, + "height": 4.658648080606838, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.548365875170596, + 72.53004062814588, + 2.801212962261431, + 4.658648080606838 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 133, + "annotation_id": 240, + "image": "images/9359490d-restaurant_13.png", + "instruction_cn": "\u5728APP\u91cc\u641c\u7d22\u98df\u7269", + "instruction_en": "search food on the APP", + "sample_id": "restaurant_13_3", + "gaze_point": [ + 2092, + 944 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.71022727272726, + "y": 14.015221094042909, + "width": 17.897727272727273, + "height": 9.090809692492815, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.71022727272726, + 14.015221094042909, + 17.897727272727273, + 9.090809692492815 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 133, + "annotation_id": 241, + "image": "images/9359490d-restaurant_13.png", + "instruction_cn": "\u4f7f\u7528Siri", + "instruction_en": "use Siri", + "sample_id": "restaurant_13_4", + "gaze_point": [ + 2092, + 944 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.7386363774711, + "y": 14.393919514256142, + "width": 29.048295454545453, + "height": 16.42926534016927, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.7386363774711, + 14.393919514256142, + 29.048295454545453, + 16.42926534016927 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 134, + "annotation_id": 234, + "image": "images/d1144f57-restaurant_12.png", + "instruction_cn": "\u5728APP\u91cc\u6dfb\u52a0\u8bb0\u5f55\u684c\u4e0a\u7684\u98df\u7269", + "instruction_en": "add record of the food on the table on the APP", + "sample_id": "restaurant_12_1", + "gaze_point": [ + 2031, + 1005 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 60.28714799945036, + "y": 48.66618112674275, + "width": 2.3302854175534478, + "height": 4.142729631206116, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.28714799945036, + 48.66618112674275, + 2.3302854175534478, + 4.142729631206116 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 134, + "annotation_id": 235, + "image": "images/d1144f57-restaurant_12.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u51e4\u722a", + "instruction_en": "record chicken feet on the APP", + "sample_id": "restaurant_12_2", + "gaze_point": [ + 2031, + 1005 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.126442312882254, + "y": 27.39055815716196, + "width": 2.8579350644036836, + "height": 4.911414332901142, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.126442312882254, + 27.39055815716196, + 2.8579350644036836, + 4.911414332901142 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 134, + "annotation_id": 236, + "image": "images/d1144f57-restaurant_12.png", + "instruction_cn": "\u5728APP\u91cc\u5feb\u901f\u6dfb\u52a0", + "instruction_en": "quick add on the APP", + "sample_id": "restaurant_12_3", + "gaze_point": [ + 2031, + 1005 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.725418238710795, + "y": 13.023726461503982, + "width": 6.141017493759988, + "height": 5.178749795307569, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.725418238710795, + 13.023726461503982, + 6.141017493759988, + 5.178749795307569 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 134, + "annotation_id": 237, + "image": "images/d1144f57-restaurant_12.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u81ea\u5b9a\u4e49\u98df\u7269\u8bb0\u5f55", + "instruction_en": "view custom food record on the APP", + "sample_id": "restaurant_12_4", + "gaze_point": [ + 2031, + 1005 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.3141620254314, + "y": 36.43791776399847, + "width": 6.028765722739777, + "height": 6.400911755007662, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.3141620254314, + 36.43791776399847, + 6.028765722739777, + 6.400911755007662 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 135, + "annotation_id": 228, + "image": "images/67a16d54-restaurant_11.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u624b\u4e2d\u7684\u996e\u54c1", + "instruction_en": "record the drink in hand on the APP", + "sample_id": "restaurant_11_1", + "gaze_point": [ + 2344, + 1106 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 60.06632948527354, + "y": 48.9502534198701, + "width": 2.5981227858215306, + "height": 4.338952531203638, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.06632948527354, + 48.9502534198701, + 2.5981227858215306, + 4.338952531203638 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 135, + "annotation_id": 229, + "image": "images/67a16d54-restaurant_11.png", + "instruction_cn": "\u5728APP\u91cc\u6dfb\u52a0\u66f2\u5947\u997c\u8bb0\u5f55", + "instruction_en": "add biscuit record on the APP", + "sample_id": "restaurant_11_2", + "gaze_point": [ + 2344, + 1106 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.382579871676356, + "y": 75.62757949302387, + "width": 2.855290432575373, + "height": 4.584839117540383, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.382579871676356, + 75.62757949302387, + 2.855290432575373, + 4.584839117540383 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 135, + "annotation_id": 231, + "image": "images/67a16d54-restaurant_11.png", + "instruction_cn": "\u5728APP\u91cc\u5207\u6362\u5230\u679c\u852c\u7c7b\u522b", + "instruction_en": "switch to fruit and veggies category on the APP", + "sample_id": "restaurant_11_3", + "gaze_point": [ + 2344, + 1106 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.67082841896724, + "y": 46.07395306273025, + "width": 6.928327428857423, + "height": 8.775881409886061, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.67082841896724, + 46.07395306273025, + 6.928327428857423, + 8.775881409886061 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 135, + "annotation_id": 232, + "image": "images/67a16d54-restaurant_11.png", + "instruction_cn": "\u5728APP\u91cc\u5207\u6362\u4e3a\u8bb0\u5f55\u5348\u996d", + "instruction_en": "switch to record lunch on the APP", + "sample_id": "restaurant_11_4", + "gaze_point": [ + 2344, + 1106 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.133579473316544, + "y": 15.426219447390647, + "width": 6.018215382724989, + "height": 5.547655332223851, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.133579473316544, + 15.426219447390647, + 6.018215382724989, + 5.547655332223851 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 135, + "annotation_id": 233, + "image": "images/67a16d54-restaurant_11.png", + "instruction_cn": "\u5728APP\u91cc\u641c\u7d22\u98df\u7269", + "instruction_en": "search for a certain food on the APP", + "sample_id": "restaurant_11_5", + "gaze_point": [ + 2344, + 1106 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.300193050193045, + "y": 14.285714285714285, + "width": 17.37451737451738, + "height": 10.038610038610042, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.300193050193045, + 14.285714285714285, + 17.37451737451738, + 10.038610038610042 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 136, + "annotation_id": 224, + "image": "images/b5b8eeb3-restaurant_10.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u65e9\u9910", + "instruction_en": "record breakfast on the APP", + "sample_id": "restaurant_10_1", + "gaze_point": [ + 1797, + 899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 32.48510646983889, + "y": 39.04706564120651, + "width": 6.571760615276112, + "height": 8.762347487034802, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.48510646983889, + 39.04706564120651, + 6.571760615276112, + 8.762347487034802 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 136, + "annotation_id": 225, + "image": "images/b5b8eeb3-restaurant_10.png", + "instruction_cn": "\u5728APP\u91cc\u8bb0\u5f55\u665a\u9910", + "instruction_en": "record dinner on the APP", + "sample_id": "restaurant_10_2", + "gaze_point": [ + 1797, + 899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.20463197494024, + "y": 39.53144887602768, + "width": 7.1573630463403095, + "height": 10.569580664469095, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.20463197494024, + 39.53144887602768, + 7.1573630463403095, + 10.569580664469095 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 136, + "annotation_id": 226, + "image": "images/b5b8eeb3-restaurant_10.png", + "instruction_cn": "\u5728APP\u91cc\u626b\u63cf\u98df\u7269", + "instruction_en": "scan food on the APP", + "sample_id": "restaurant_10_3", + "gaze_point": [ + 1797, + 899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.57982667948075, + "y": 35.51349719420722, + "width": 6.062286500250245, + "height": 4.059020109835657, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.57982667948075, + 35.51349719420722, + 6.062286500250245, + 4.059020109835657 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 136, + "annotation_id": 227, + "image": "images/b5b8eeb3-restaurant_10.png", + "instruction_cn": "\u5728APP\u91cc\u6539\u53d8\u8bb0\u5f55\u65e5\u671f", + "instruction_en": "change record date on the APP", + "sample_id": "restaurant_10_4", + "gaze_point": [ + 1797, + 899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.577206424416385, + "y": 5.980391885972485, + "width": 21.47208913902094, + "height": 7.507278573050281, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.577206424416385, + 5.980391885972485, + 21.47208913902094, + 7.507278573050281 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 137, + "annotation_id": 219, + "image": "images/af360627-restaurant_9.png", + "instruction_cn": "\u5728APP\u91cc\u4f7f\u7528\u5361\u8def\u91cc\u8bc6\u522b\u529f\u80fd", + "instruction_en": "use the calorie recognition feature on the APP", + "sample_id": "restaurant_9_1", + "gaze_point": [ + 1937, + 1121 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.6314316156362, + "y": 46.807613798138384, + "width": 5.18433406915095, + "height": 10.642971528204058, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.6314316156362, + 46.807613798138384, + 5.18433406915095, + 10.642971528204058 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 137, + "annotation_id": 220, + "image": "images/af360627-restaurant_9.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u996e\u98df\u65e5\u8bb0", + "instruction_en": "view consumption diary on the APP", + "sample_id": "restaurant_9_2", + "gaze_point": [ + 1937, + 1121 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.08336980580655, + "y": 46.792663686884985, + "width": 4.96874789993872, + "height": 11.251979371289814, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.08336980580655, + 46.792663686884985, + 4.96874789993872, + 11.251979371289814 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 137, + "annotation_id": 221, + "image": "images/af360627-restaurant_9.png", + "instruction_cn": "\u5728APP\u91cc\u64ad\u653e\u6bcf\u65e5\u5065\u5eb7\u8d34\u58eb", + "instruction_en": "play daily health tips on the APP", + "sample_id": "restaurant_9_3", + "gaze_point": [ + 1937, + 1121 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.509601190977676, + "y": 59.98849994113261, + "width": 2.0040616529753024, + "height": 3.9445023010942113, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.509601190977676, + 59.98849994113261, + 2.0040616529753024, + 3.9445023010942113 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 137, + "annotation_id": 222, + "image": "images/af360627-restaurant_9.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u8fd0\u52a8\u8bb0\u5f55", + "instruction_en": "view exercise records on the APP", + "sample_id": "restaurant_9_4", + "gaze_point": [ + 1937, + 1121 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.08889279704401, + "y": 63.295174154315184, + "width": 11.451790865327267, + "height": 19.317656507342505, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.08889279704401, + 63.295174154315184, + 11.451790865327267, + 19.317656507342505 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 137, + "annotation_id": 223, + "image": "images/af360627-restaurant_9.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u6211\u7684\u8d26\u53f7", + "instruction_en": "view my account on the APP", + "sample_id": "restaurant_9_5", + "gaze_point": [ + 1937, + 1121 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.68631349529842, + "y": 88.43319457165371, + "width": 4.0796969364139954, + "height": 6.234858475923119, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.68631349529842, + 88.43319457165371, + 4.0796969364139954, + 6.234858475923119 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 138, + "annotation_id": 215, + "image": "images/2fa4d18b-restaurant_8.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u5355\u548c\u6211\u624b\u4e2d\u4e00\u6837\u7684\u5546\u54c1", + "instruction_en": "order the same item as the one in my hand on the APP", + "sample_id": "restaurant_8_1", + "gaze_point": [ + 2050, + 910 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 59.70997214239762, + "y": 44.71690678440475, + "width": 2.253983596356832, + "height": 3.225212300478084, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.70997214239762, + 44.71690678440475, + 2.253983596356832, + 3.225212300478084 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 138, + "annotation_id": 216, + "image": "images/2fa4d18b-restaurant_8.png", + "instruction_cn": "\u5728APP\u91cc\u6d4f\u89c8\u80af\u60a6\u5496\u5561\u5546\u54c1", + "instruction_en": "see KCOFFEE options on the APP", + "sample_id": "restaurant_8_2", + "gaze_point": [ + 2050, + 910 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.317254770270395, + "y": 32.736909971233615, + "width": 3.1997947192908, + "height": 5.214480283288701, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.317254770270395, + 32.736909971233615, + 3.1997947192908, + 5.214480283288701 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 138, + "annotation_id": 217, + "image": "images/2fa4d18b-restaurant_8.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u5355\u5564\u9152", + "instruction_en": "order beer on the APP", + "sample_id": "restaurant_8_3", + "gaze_point": [ + 2050, + 910 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.717116458100975, + "y": 54.93330263913032, + "width": 2.414676134214176, + "height": 3.642339758006578, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.717116458100975, + 54.93330263913032, + 2.414676134214176, + 3.642339758006578 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 138, + "annotation_id": 218, + "image": "images/2fa4d18b-restaurant_8.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u6c49\u5821\u83dc\u5355", + "instruction_en": "see the burger menu on the APP", + "sample_id": "restaurant_8_4", + "gaze_point": [ + 2050, + 910 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.2754472301832, + "y": 28.703331007738537, + "width": 3.3242311805965556, + "height": 4.693032254959835, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.2754472301832, + 28.703331007738537, + 3.3242311805965556, + 4.693032254959835 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 139, + "annotation_id": 211, + "image": "images/2ddf278c-restaurant_7.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u548c\u684c\u4e0a\u4e00\u6837\u7684\u5546\u54c1", + "instruction_en": "order the same item as the one on the table on the APP", + "sample_id": "restaurant_7_1", + "gaze_point": [ + 2055, + 1027 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 58.65569728060962, + "y": 52.14310291469349, + "width": 3.111416550749773, + "height": 3.627152263169144, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.65569728060962, + 52.14310291469349, + 3.111416550749773, + 3.627152263169144 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 139, + "annotation_id": 212, + "image": "images/2ddf278c-restaurant_7.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u5355\u571f\u8c46\u6ce5", + "instruction_en": "order mashed potato on the APP", + "sample_id": "restaurant_7_2", + "gaze_point": [ + 2055, + 1027 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.300166304631205, + "y": 73.19274813399971, + "width": 2.0170750403322657, + "height": 3.932934845665784, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.300166304631205, + 73.19274813399971, + 2.0170750403322657, + 3.932934845665784 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 139, + "annotation_id": 213, + "image": "images/2ddf278c-restaurant_7.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5f00\u5fc3\u4e50\u56ed\u9910", + "instruction_en": "view happy meals on the APP", + "sample_id": "restaurant_7_3", + "gaze_point": [ + 2055, + 1027 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.65285482671518, + "y": 55.1710337212816, + "width": 3.3731169332523834, + "height": 4.8668482644027975, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.65285482671518, + 55.1710337212816, + 3.3731169332523834, + 4.8668482644027975 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 139, + "annotation_id": 214, + "image": "images/2ddf278c-restaurant_7.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u5355\u9e21\u7fc5", + "instruction_en": "order chicken wings on the APP", + "sample_id": "restaurant_7_4", + "gaze_point": [ + 2055, + 1027 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.754475635109614, + "y": 41.84749071897089, + "width": 2.4449554253283665, + "height": 3.297411148335584, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.754475635109614, + 41.84749071897089, + 2.4449554253283665, + 3.297411148335584 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 139, + "annotation_id": 538, + "image": "images/2ddf278c-restaurant_7.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u6211\u6307\u5411\u7684\u5546\u54c1", + "instruction_en": "order the item I'm pointing to on the APP", + "sample_id": "restaurant_7_5", + "gaze_point": [ + 2055, + 1027 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 57.91699858088051, + "y": 50.88353670494268, + "width": 4.671700327384407, + "height": 4.771098206690446, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.91699858088051, + 50.88353670494268, + 4.671700327384407, + 4.771098206690446 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 140, + "annotation_id": 207, + "image": "images/7952920f-restaurant_6.png", + "instruction_cn": "\u5728APP\u91cc\u4e0b\u5355\u548c\u624b\u4e2d\u4e00\u6837\u7684\u5355\u54c1", + "instruction_en": "order the same item as the one in my hand on the APP", + "sample_id": "restaurant_6_1", + "gaze_point": [ + 1831, + 907 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 52.692525398777526, + "y": 43.49779493178972, + "width": 1.9990985333541929, + "height": 2.907779684878804, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.692525398777526, + 43.49779493178972, + 1.9990985333541929, + 2.907779684878804 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 140, + "annotation_id": 208, + "image": "images/7952920f-restaurant_6.png", + "instruction_cn": "\u5728APP\u91cc\u70b9\u5355\u70e4\u9e21\u6c49\u5821", + "instruction_en": "order roasted chicken burger on the APP", + "sample_id": "restaurant_6_2", + "gaze_point": [ + 1831, + 907 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.612461596108695, + "y": 51.871871141012335, + "width": 2.044532590930416, + "height": 3.311637974445318, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.612461596108695, + 51.871871141012335, + 2.044532590930416, + 3.311637974445318 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 140, + "annotation_id": 209, + "image": "images/7952920f-restaurant_6.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u751c\u54c1\u9009\u9879", + "instruction_en": "view dessert options on the APP", + "sample_id": "restaurant_6_3", + "gaze_point": [ + 1831, + 907 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.30557173538008, + "y": 55.89576828069311, + "width": 2.9325618981022075, + "height": 4.332298015349743, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.30557173538008, + 55.89576828069311, + 2.9325618981022075, + 4.332298015349743 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 140, + "annotation_id": 210, + "image": "images/7952920f-restaurant_6.png", + "instruction_cn": "\u7528AI\u70b9\u5355\u529f\u80fd", + "instruction_en": "use the AI order function", + "sample_id": "restaurant_6_4", + "gaze_point": [ + 1831, + 907 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.27289954219276, + "y": 15.881797089182312, + "width": 4.080546296065286, + "height": 3.0166414862000774, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.27289954219276, + 15.881797089182312, + 4.080546296065286, + 3.0166414862000774 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 141, + "annotation_id": 204, + "image": "images/fdf810c1-restaurant_5.png", + "instruction_cn": "\u8fd4\u56deAPP\u539f\u754c\u9762", + "instruction_en": "return to the original page in the APP", + "sample_id": "restaurant_5_1", + "gaze_point": [ + 1618, + 1090 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.77192038224617, + "y": 26.60486314352093, + "width": 2.1422868054342743, + "height": 3.536473456589917, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.77192038224617, + 26.60486314352093, + 2.1422868054342743, + 3.536473456589917 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 141, + "annotation_id": 205, + "image": "images/fdf810c1-restaurant_5.png", + "instruction_cn": "\u5728APP\u91cc\u9009\u62e9\u548c\u6211\u624b\u4e2d\u4e0d\u4e00\u6837\u7684\u6b3e\u5f0f", + "instruction_en": "select the food different from the one in my hand on the APP", + "sample_id": "restaurant_5_2", + "gaze_point": [ + 1618, + 1090 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 38.42573520607257, + "y": 52.72035987097857, + "width": 4.590614583073446, + "height": 2.885234754793643, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.42573520607257, + 52.72035987097857, + 4.590614583073446, + 2.885234754793643 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 141, + "annotation_id": 206, + "image": "images/fdf810c1-restaurant_5.png", + "instruction_cn": "\u5728APP\u91cc\u628a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add item to cart on the APP", + "sample_id": "restaurant_5_3", + "gaze_point": [ + 1618, + 1090 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.69387023764363, + "y": 64.703450432353, + "width": 5.542661943085939, + "height": 5.080773447828761, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.69387023764363, + 64.703450432353, + 5.542661943085939, + 5.080773447828761 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 141, + "annotation_id": 410, + "image": "images/fdf810c1-restaurant_5.png", + "instruction_cn": "\u5728APP\u91cc\u9009\u62e9\u6211\u624b\u4e2d\u7684\u5546\u54c1\u6b3e\u5f0f", + "instruction_en": "select the spec of the item in my hand on the APP", + "sample_id": "restaurant_5_4", + "gaze_point": [ + 1618, + 1090 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.34676917847473, + "y": 52.067144191392664, + "width": 5.924314699065122, + "height": 4.01994719764885, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.34676917847473, + 52.067144191392664, + 5.924314699065122, + 4.01994719764885 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 142, + "annotation_id": 200, + "image": "images/d8003577-restaurant_4.png", + "instruction_cn": "\u5728APP\u91cc\u9884\u8ba2\u5ea7\u4f4d", + "instruction_en": "reserve seats on the APP", + "sample_id": "restaurant_4_1", + "gaze_point": [ + 1769, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.2792668847976, + "y": 27.071857408925602, + "width": 5.010967469148028, + "height": 5.6955258665726305, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.2792668847976, + 27.071857408925602, + 5.010967469148028, + 5.6955258665726305 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 142, + "annotation_id": 201, + "image": "images/d8003577-restaurant_4.png", + "instruction_cn": "\u5728APP\u91cc\u8ba2\u4e00\u4efd20\u5757\u9e21\u5757\u6876", + "instruction_en": "order a 20 pc. Chicken nuggets on the APP", + "sample_id": "restaurant_4_2", + "gaze_point": [ + 1769, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.690991896922654, + "y": 65.1122915311445, + "width": 4.928820461457079, + "height": 6.107090672781823, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.690991896922654, + 65.1122915311445, + 4.928820461457079, + 6.107090672781823 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 142, + "annotation_id": 202, + "image": "images/d8003577-restaurant_4.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770bIP\u8054\u540d\u5957\u9910", + "instruction_en": "view IP combos on the APP", + "sample_id": "restaurant_4_3", + "gaze_point": [ + 1769, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 35.391324046449014, + "y": 61.38815115455078, + "width": 5.582734933419721, + "height": 9.28866670902832, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.391324046449014, + 61.38815115455078, + 5.582734933419721, + 9.28866670902832 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 142, + "annotation_id": 203, + "image": "images/d8003577-restaurant_4.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u4f1a\u5458\u4e13\u4eab", + "instruction_en": "view exclusive prime offers on the APP", + "sample_id": "restaurant_4_4", + "gaze_point": [ + 1769, + 1305 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.00520277950883, + "y": 32.53629124342319, + "width": 5.589900539191781, + "height": 5.318716005991561, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.00520277950883, + 32.53629124342319, + 5.589900539191781, + 5.318716005991561 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 143, + "annotation_id": 195, + "image": "images/a22f8810-restaurant_3.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5176\u4ed6\u5361\u5238", + "instruction_en": "View other vouchers on the APP", + "sample_id": "restaurant_3_1", + "gaze_point": [ + 1592, + 1039 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.571033362804755, + "y": 69.92258247650189, + "width": 7.9431404130919745, + "height": 9.53478583299929, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.571033362804755, + 69.92258247650189, + 7.9431404130919745, + 9.53478583299929 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 143, + "annotation_id": 196, + "image": "images/a22f8810-restaurant_3.png", + "instruction_cn": "\u5728APP\u91cc\u9009\u62e9\u5802\u98df", + "instruction_en": "choose to dine in on the APP", + "sample_id": "restaurant_3_2", + "gaze_point": [ + 1592, + 1039 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.53831288073647, + "y": 41.5031781943905, + "width": 8.96149174810379, + "height": 16.06430372623047, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.53831288073647, + 41.5031781943905, + 8.96149174810379, + 16.06430372623047 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 143, + "annotation_id": 197, + "image": "images/a22f8810-restaurant_3.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5916\u9001\u7206\u7ea2\u5305", + "instruction_en": "view delivery mega red packets on the APP", + "sample_id": "restaurant_3_3", + "gaze_point": [ + 1592, + 1039 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.46395859328099, + "y": 69.40177751404644, + "width": 14.84709193910264, + "height": 10.410709885585902, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.46395859328099, + 69.40177751404644, + 14.84709193910264, + 10.410709885585902 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 143, + "annotation_id": 198, + "image": "images/a22f8810-restaurant_3.png", + "instruction_cn": "\u5728APP\u91cc\u4e0b\u5355\u75af\u72c2\u661f\u671f\u56db\u63a8\u8350", + "instruction_en": "order crazy Thursday recommendations on the APP", + "sample_id": "restaurant_3_4", + "gaze_point": [ + 1592, + 1039 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.92104488515026, + "y": 15.614424255424037, + "width": 24.494744111483662, + "height": 18.586797699770788, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.92104488515026, + 15.614424255424037, + 24.494744111483662, + 18.586797699770788 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 143, + "annotation_id": 199, + "image": "images/a22f8810-restaurant_3.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5361\u5238\u5546\u57ce", + "instruction_en": "view voucher mall on the APP", + "sample_id": "restaurant_3_5", + "gaze_point": [ + 1592, + 1039 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.87937104384364, + "y": 55.146939292879395, + "width": 6.686766426043441, + "height": 11.084369571099032, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.87937104384364, + 55.146939292879395, + 6.686766426043441, + 11.084369571099032 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 144, + "annotation_id": 191, + "image": "images/f960d3fe-shopping_mall_5.png", + "instruction_cn": "\u5728iPhone\u4e0a\u6bd4\u8f83\u673a\u578b", + "instruction_en": "Compare iPhone models on the iPhone", + "sample_id": "shopping_mall_5_1", + "gaze_point": [ + 2078, + 997 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.85430463576159, + "y": 69.07039489820946, + "width": 10.816777041942604, + "height": 15.305371596762342, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.85430463576159, + 69.07039489820946, + 10.816777041942604, + 15.305371596762342 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 144, + "annotation_id": 192, + "image": "images/f960d3fe-shopping_mall_5.png", + "instruction_cn": "\u5728iPhone\u4e0a\u67e5\u770b\u4ef7\u683c", + "instruction_en": "view the price on the iPhone", + "sample_id": "shopping_mall_5_2", + "gaze_point": [ + 2078, + 997 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 29.3598233995585, + "y": 63.968604365955365, + "width": 11.69977924944812, + "height": 20.799607554574443, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.3598233995585, + 63.968604365955365, + 11.69977924944812, + 20.799607554574443 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 144, + "annotation_id": 193, + "image": "images/f960d3fe-shopping_mall_5.png", + "instruction_cn": "\u6539\u53d8\u4eac\u4e1c\u641c\u7d22\u8fc7\u6ee4\u6761\u4ef6", + "instruction_en": "change JD.com search filter", + "sample_id": "shopping_mall_5_3", + "gaze_point": [ + 2078, + 997 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.3600014537103, + "y": 6.443313430226619, + "width": 3.9893739205707837, + "height": 4.1238897589017585, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.3600014537103, + 6.443313430226619, + 3.9893739205707837, + 4.1238897589017585 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 144, + "annotation_id": 194, + "image": "images/f960d3fe-shopping_mall_5.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7b2c\u4e09\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the third result on JD.com", + "sample_id": "shopping_mall_5_4", + "gaze_point": [ + 2078, + 997 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.715930846488405, + "y": 12.399452443758792, + "width": 10.579035513485806, + "height": 25.131710718369455, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.715930846488405, + 12.399452443758792, + 10.579035513485806, + 25.131710718369455 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 145, + "annotation_id": 187, + "image": "images/86b0128e-shopping_mall_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u65b0\u54c1", + "instruction_en": "view new arrival on JD.com", + "sample_id": "shopping_mall_4_1", + "gaze_point": [ + 1852, + 970 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.926319843424, + "y": 1.100397820299686, + "width": 11.141527930534316, + "height": 6.464837194260654, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.926319843424, + 1.100397820299686, + 11.141527930534316, + 6.464837194260654 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 145, + "annotation_id": 188, + "image": "images/86b0128e-shopping_mall_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7b2c\u4e00\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first result on JD.com", + "sample_id": "shopping_mall_4_2", + "gaze_point": [ + 1852, + 970 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.47142725746971, + "y": 12.044619427699862, + "width": 12.460793157920023, + "height": 27.82796047755876, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.47142725746971, + 12.044619427699862, + 12.460793157920023, + 27.82796047755876 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 145, + "annotation_id": 189, + "image": "images/86b0128e-shopping_mall_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u6392\u5e8f\u65b9\u5f0f", + "instruction_en": "change sort by on JD.com", + "sample_id": "shopping_mall_4_3", + "gaze_point": [ + 1852, + 970 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": null, + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.35942371591155, + "y": 5.900883311357066, + "width": 8.766216073121797, + "height": 5.598273910774653, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.35942371591155, + 5.900883311357066, + 8.766216073121797, + 5.598273910774653 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 145, + "annotation_id": 190, + "image": "images/86b0128e-shopping_mall_4.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u641c\u7d22\u8fc7\u6ee4\u6761\u4ef6", + "instruction_en": "change search filter on JD.com", + "sample_id": "shopping_mall_4_4", + "gaze_point": [ + 1852, + 970 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.93705122361277, + "y": 7.502712366239201, + "width": 5.76771016605943, + "height": 4.876763067237244, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.93705122361277, + 7.502712366239201, + 5.76771016605943, + 4.876763067237244 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 146, + "annotation_id": 183, + "image": "images/f09c91a9-shopping_mall_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7b2c\u56db\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the fourth result on JD.com", + "sample_id": "shopping_mall_3_1", + "gaze_point": [ + 2238, + 809 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.95586000233459, + "y": 45.13122393917096, + "width": 14.569536423841056, + "height": 29.04096149129261, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.95586000233459, + 45.13122393917096, + 14.569536423841056, + 29.04096149129261 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 146, + "annotation_id": 184, + "image": "images/f09c91a9-shopping_mall_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar on JD.com", + "sample_id": "shopping_mall_3_2", + "gaze_point": [ + 2238, + 809 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.916114790286976, + "y": 7.06401766004415, + "width": 27.81456953642384, + "height": 13.735589894530293, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.916114790286976, + 7.06401766004415, + 27.81456953642384, + 13.735589894530293 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 146, + "annotation_id": 185, + "image": "images/f09c91a9-shopping_mall_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7b2c\u4e8c\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the second result on JD.com", + "sample_id": "shopping_mall_3_3", + "gaze_point": [ + 2238, + 809 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.21412803532009, + "y": 24.724061810154527, + "width": 14.128035320088301, + "height": 28.648516065734608, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.21412803532009, + 24.724061810154527, + 14.128035320088301, + 28.648516065734608 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 146, + "annotation_id": 186, + "image": "images/f09c91a9-shopping_mall_3.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6539\u53d8\u641c\u7d22\u8fc7\u6ee4\u6761\u4ef6", + "instruction_en": "change search filter on JD.com", + "sample_id": "shopping_mall_3_4", + "gaze_point": [ + 2238, + 809 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.37552369582336, + "y": 21.491888757738256, + "width": 4.749886385298566, + "height": 4.742656725655802, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.37552369582336, + 21.491888757738256, + 4.749886385298566, + 4.742656725655802 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 147, + "annotation_id": 179, + "image": "images/b4ededa0-shopping_mall_2.png", + "instruction_cn": "\u6253\u5f00\u4eac\u4e1c\u641c\u7d22\u7684\u7b2c\u4e8c\u4e2a\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the second search result on JD.com", + "sample_id": "shopping_mall_2_1", + "gaze_point": [ + 1966, + 960 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.682126789830406, + "y": 39.63698809877535, + "width": 12.582781456953649, + "height": 25.50895266127054, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.682126789830406, + 39.63698809877535, + 12.582781456953649, + 25.50895266127054 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 147, + "annotation_id": 180, + "image": "images/b4ededa0-shopping_mall_2.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar on JD.com", + "sample_id": "shopping_mall_2_2", + "gaze_point": [ + 1966, + 960 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.38409584755501, + "y": 28.648515877868192, + "width": 24.061810154525375, + "height": 6.67157251628576, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.38409584755501, + 28.648515877868192, + 24.061810154525375, + 6.67157251628576 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 147, + "annotation_id": 181, + "image": "images/b4ededa0-shopping_mall_2.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7b2c\u4e00\u4e2a\u641c\u7d22\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first search result on JD.com", + "sample_id": "shopping_mall_2_3", + "gaze_point": [ + 1966, + 960 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.63134657836645, + "y": 37.6747608535688, + "width": 13.46578366445916, + "height": 26.686288937944568, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.63134657836645, + 37.6747608535688, + 13.46578366445916, + 26.686288937944568 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 147, + "annotation_id": 182, + "image": "images/b4ededa0-shopping_mall_2.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u4f18\u60e0", + "instruction_en": "view sales on JD.com", + "sample_id": "shopping_mall_2_4", + "gaze_point": [ + 1966, + 960 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.84953271447568, + "y": 34.77118193560847, + "width": 8.238540930856217, + "height": 5.658795790891141, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.84953271447568, + 34.77118193560847, + 8.238540930856217, + 5.658795790891141 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 148, + "annotation_id": 175, + "image": "images/2e89f983-street_9.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on Meituan", + "sample_id": "street_9_1", + "gaze_point": [ + 2448, + 1059 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 82.76338535014358, + "y": 91.53289104919332, + "width": 17.23661464985642, + "height": 8.467108950806676, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.76338535014358, + 91.53289104919332, + 17.23661464985642, + 8.467108950806676 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 148, + "annotation_id": 176, + "image": "images/2e89f983-street_9.png", + "instruction_cn": "\u7528\u9ad8\u5fb7\u626b\u63cf", + "instruction_en": "scan on Amap", + "sample_id": "street_9_2", + "gaze_point": [ + 2448, + 1059 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.19068857231688, + "y": 80.76414373810513, + "width": 2.0447563742959076, + "height": 3.0292687026606164, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.19068857231688, + 80.76414373810513, + 2.0447563742959076, + 3.0292687026606164 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 148, + "annotation_id": 177, + "image": "images/2e89f983-street_9.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u67e5\u770b\u5976\u8336\u5496\u5561", + "instruction_en": "see milk tea and coffee on Meituan", + "sample_id": "street_9_3", + "gaze_point": [ + 2448, + 1059 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 82.46856791348883, + "y": 59.204059688713315, + "width": 5.531177672831877, + "height": 5.323410590175117, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.46856791348883, + 59.204059688713315, + 5.531177672831877, + 5.323410590175117 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 148, + "annotation_id": 178, + "image": "images/2e89f983-street_9.png", + "instruction_cn": "\u4f7f\u7528\u9ad8\u5fb7\u9a91\u884c", + "instruction_en": "use the bike function on Amap", + "sample_id": "street_9_4", + "gaze_point": [ + 2448, + 1059 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.97317572566054, + "y": 88.41902098830997, + "width": 2.4046076387527506, + "height": 4.041683950388446, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.97317572566054, + 88.41902098830997, + 2.4046076387527506, + 4.041683950388446 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 148, + "annotation_id": 539, + "image": "images/2e89f983-street_9.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u6307\u5411\u7684\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant I'm pointint to on Meituan", + "sample_id": "street_9_5", + "gaze_point": [ + 2448, + 1059 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 82.96875, + "y": 91.07142857142857, + "width": 17.03125, + "height": 8.92857142857143, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.96875, + 91.07142857142857, + 17.03125, + 8.92857142857143 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 149, + "annotation_id": 170, + "image": "images/2b5fb720-street_8.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page the merchant in front of me on Meituan", + "sample_id": "street_8_1", + "gaze_point": [ + 1895, + 911 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 30.736252786182376, + "y": 74.03219837444081, + "width": 28.45918228552199, + "height": 13.24375018777232, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.736252786182376, + 74.03219837444081, + 28.45918228552199, + 13.24375018777232 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 149, + "annotation_id": 171, + "image": "images/2b5fb720-street_8.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u7b2c\u4e00\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first result on Meituan", + "sample_id": "street_8_2", + "gaze_point": [ + 1895, + 911 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.269014885306618, + "y": 63.840097801925, + "width": 27.789554467039128, + "height": 12.648525460231989, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.269014885306618, + 63.840097801925, + 27.789554467039128, + 12.648525460231989 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 149, + "annotation_id": 172, + "image": "images/2b5fb720-street_8.png", + "instruction_cn": "\u4f7f\u7528\u7f8e\u56e2\u641c\u7d22", + "instruction_en": "search on Meituan", + "sample_id": "street_8_3", + "gaze_point": [ + 1895, + 911 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.23623969147037, + "y": 56.555077751466555, + "width": 23.85573270917568, + "height": 2.9618555760749388, + "rotation": 3.554202348352817, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.23623969147037, + 56.555077751466555, + 23.85573270917568, + 2.9618555760749388 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 149, + "annotation_id": 173, + "image": "images/2b5fb720-street_8.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u4e0a\u8bbe\u7f6e\u5bb6", + "instruction_en": "set home on Amap", + "sample_id": "street_8_4", + "gaze_point": [ + 1895, + 911 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.07699958796623, + "y": 63.45169345285645, + "width": 4.2663929590544, + "height": 2.370218310585763, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.07699958796623, + 63.45169345285645, + 4.2663929590544, + 2.370218310585763 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 149, + "annotation_id": 174, + "image": "images/2b5fb720-street_8.png", + "instruction_cn": "\u7528\u9ad8\u5fb7\u67e5\u770b\u533b\u9662", + "instruction_en": "check for hospitals on Amap", + "sample_id": "street_8_5", + "gaze_point": [ + 1895, + 911 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 86.72094148640987, + "y": 89.17600304832496, + "width": 3.5997690592021456, + "height": 3.555327465878662, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 86.72094148640987, + 89.17600304832496, + 3.5997690592021456, + 3.555327465878662 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 149, + "annotation_id": 540, + "image": "images/2b5fb720-street_8.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u6307\u5411\u7684\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page the merchant I'm pointing to on Meituan", + "sample_id": "street_8_6", + "gaze_point": [ + 1895, + 911 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 29.991089964551556, + "y": 72.42665649525429, + "width": 30.31143250125122, + "height": 13.996621068398824, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.991089964551556, + 72.42665649525429, + 30.31143250125122, + 13.996621068398824 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 150, + "annotation_id": 166, + "image": "images/10f21d42-street_7.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u53f3\u8fb9\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on the right on Meituan", + "sample_id": "street_7_1", + "gaze_point": [ + 2931, + 1841 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 31.962938569883775, + "y": 45.000468043245995, + "width": 26.308379346218945, + "height": 11.038281899251643, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.962938569883775, + 45.000468043245995, + 26.308379346218945, + 11.038281899251643 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 150, + "annotation_id": 167, + "image": "images/10f21d42-street_7.png", + "instruction_cn": "\u8fdb\u5165\u7f8e\u56e2\u4e0a\u7b2c\u4e09\u5bb6\u5e97", + "instruction_en": "select the third result on Meituan", + "sample_id": "street_7_2", + "gaze_point": [ + 2931, + 1841 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 32.22532935542449, + "y": 53.641495059546926, + "width": 25.924315414157356, + "height": 10.46929829619743, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.22532935542449, + 53.641495059546926, + 25.924315414157356, + 10.46929829619743 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 150, + "annotation_id": 168, + "image": "images/10f21d42-street_7.png", + "instruction_cn": "\u6253\u5f00\u9ad8\u5fb7\u641c\u7d22\u680f", + "instruction_en": "open search bar on Amap", + "sample_id": "street_7_3", + "gaze_point": [ + 2931, + 1841 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.21728671892477, + "y": 58.42591616051062, + "width": 12.6482361798395, + "height": 4.018366542982392, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.21728671892477, + 58.42591616051062, + 12.6482361798395, + 4.018366542982392 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 150, + "annotation_id": 169, + "image": "images/10f21d42-street_7.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u4e0a\u67e5\u770b\u4f18\u60e0\u52a0\u6cb9", + "instruction_en": "view gas sales on Amap", + "sample_id": "street_7_4", + "gaze_point": [ + 2931, + 1841 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 66.68715038736612, + "y": 66.0280233475316, + "width": 2.637661271659681, + "height": 3.53294051607385, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.68715038736612, + 66.0280233475316, + 2.637661271659681, + 3.53294051607385 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 151, + "annotation_id": 162, + "image": "images/f6f7ea69-street_6.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u5de6\u8fb9\u7684\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on the left on Meituan", + "sample_id": "street_6_1", + "gaze_point": [ + 1669, + 1300 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 25.059196975390645, + "y": 53.962463493175186, + "width": 26.75645393362406, + "height": 14.567916443455958, + "rotation": 2.642572784430854, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.059196975390645, + 53.962463493175186, + 26.75645393362406, + 14.567916443455958 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 151, + "annotation_id": 163, + "image": "images/f6f7ea69-street_6.png", + "instruction_cn": "\u6253\u5f00\u9ad8\u5fb7\u641c\u7d22\u680f", + "instruction_en": "open search bar on Amap", + "sample_id": "street_6_3", + "gaze_point": [ + 1669, + 1300 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.04916989695908, + "y": 60.0283338423076, + "width": 11.797005075721032, + "height": 3.6678281849775445, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.04916989695908, + 60.0283338423076, + 11.797005075721032, + 3.6678281849775445 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 151, + "annotation_id": 164, + "image": "images/f6f7ea69-street_6.png", + "instruction_cn": "\u7528\u9ad8\u5fb7\u8ba2\u9152\u5e97", + "instruction_en": "book a hotel on Amap", + "sample_id": "street_6_3", + "gaze_point": [ + 1669, + 1300 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.118616635256096, + "y": 63.215031603476234, + "width": 2.998984733530854, + "height": 4.881881440392938, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.118616635256096, + 63.215031603476234, + 2.998984733530854, + 4.881881440392938 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 151, + "annotation_id": 165, + "image": "images/f6f7ea69-street_6.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u66f4\u591a\u641c\u7d22\u7ed3\u679c", + "instruction_en": "view more search results on Meituan", + "sample_id": "street_6_4", + "gaze_point": [ + 1669, + 1300 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.960994886899115, + "y": 93.61600397373171, + "width": 29.36168760610859, + "height": 5.25740849222089, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.960994886899115, + 93.61600397373171, + 29.36168760610859, + 5.25740849222089 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 152, + "annotation_id": 158, + "image": "images/b2abcf3d-shopping_mall_1.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u4f18\u60e0", + "instruction_en": "view sales on JD.com", + "sample_id": "shopping_mall_1_1", + "gaze_point": [ + 1952, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.25392955756109, + "y": 29.868942387252794, + "width": 9.456230679927025, + "height": 4.75464797374557, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.25392955756109, + 29.868942387252794, + 9.456230679927025, + 4.75464797374557 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 152, + "annotation_id": 159, + "image": "images/b2abcf3d-shopping_mall_1.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u6807\u4ef7\u6700\u4fbf\u5b9c\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item with the lowest listed price on JD.com", + "sample_id": "shopping_mall_1_2", + "gaze_point": [ + 1952, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.27925116630825, + "y": 62.862862887301354, + "width": 16.216216216216218, + "height": 34.83483483483484, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.27925116630825, + 62.862862887301354, + 16.216216216216218, + 34.83483483483484 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 152, + "annotation_id": 160, + "image": "images/b2abcf3d-shopping_mall_1.png", + "instruction_cn": "\u6253\u5f00\u4eac\u4e1c\u4e0a\u7b2c\u4e00\u4e2a\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first item on JD.com", + "sample_id": "shopping_mall_1_3", + "gaze_point": [ + 1952, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.333242499679365, + "y": 36.4495794273669, + "width": 11.114761497067569, + "height": 28.40439049250601, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.333242499679365, + 36.4495794273669, + 11.114761497067569, + 28.40439049250601 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 152, + "annotation_id": 161, + "image": "images/b2abcf3d-shopping_mall_1.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "go to the search bar on JD.com", + "sample_id": "shopping_mall_1_4", + "gaze_point": [ + 1952, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "shopping mall", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.349190808449855, + "y": 22.29317045762572, + "width": 27.6290236077674, + "height": 4.592876651680811, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.349190808449855, + 22.29317045762572, + 27.6290236077674, + 4.592876651680811 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 153, + "annotation_id": 154, + "image": "images/df8b15ed-street_5.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on Meituan", + "sample_id": "street_5_1", + "gaze_point": [ + 848, + 255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 0.9297550875463209, + "y": 6.168644902233986e-14, + "width": 33.18980365904915, + "height": 33.2578973463817, + "rotation": 1.2218360112217397, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 0.9297550875463209, + 6.168644902233986e-14, + 33.18980365904915, + 33.2578973463817 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 153, + "annotation_id": 155, + "image": "images/df8b15ed-street_5.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u66f4\u591a\u641c\u7d22\u7ed3\u679c", + "instruction_en": "view more search results on Meituan", + "sample_id": "street_5_2", + "gaze_point": [ + 848, + 255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 0.3879316768958243, + "y": 39.894410267533736, + "width": 33.4258685628536, + "height": 9.257132613394443, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 0.3879316768958243, + 39.894410267533736, + 33.4258685628536, + 9.257132613394443 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 153, + "annotation_id": 156, + "image": "images/df8b15ed-street_5.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6caa\u4e0a\u963f\u59e8\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of Auntea Jenny on Meituan", + "sample_id": "street_5_3", + "gaze_point": [ + 848, + 255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 0.31611872949998887, + "y": 45.37512035163608, + "width": 32.08152242429676, + "height": 15.102986361818205, + "rotation": 0.9867628916151148, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 0.31611872949998887, + 45.37512035163608, + 32.08152242429676, + 15.102986361818205 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 153, + "annotation_id": 157, + "image": "images/df8b15ed-street_5.png", + "instruction_cn": "\u4f7f\u7528\u9ad8\u5fb7\u626b\u63cf", + "instruction_en": "scan using Amap", + "sample_id": "street_5_4", + "gaze_point": [ + 848, + 255 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.106731699695615, + "y": 54.743461468367286, + "width": 2.393027313700543, + "height": 3.456595008678562, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.106731699695615, + 54.743461468367286, + 2.393027313700543, + 3.456595008678562 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 154, + "annotation_id": 149, + "image": "images/d0c89e4d-street_4.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u7684\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on Meituan", + "sample_id": "street_4_1", + "gaze_point": [ + 1740, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 33.82121213687708, + "y": 58.0413778883381, + "width": 26.06979417630189, + "height": 14.690122115217733, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.82121213687708, + 58.0413778883381, + 26.06979417630189, + 14.690122115217733 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 154, + "annotation_id": 150, + "image": "images/d0c89e4d-street_4.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u7684\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the store in front of me on Meituan", + "sample_id": "street_4_1", + "gaze_point": [ + 1740, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 34.03914957425557, + "y": 57.837277142143904, + "width": 25.65035441851485, + "height": 14.913413610205708, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.03914957425557, + 57.837277142143904, + 25.65035441851485, + 14.913413610205708 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 154, + "annotation_id": 151, + "image": "images/d0c89e4d-street_4.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u5730\u56fe\u4e0a\u641c\u7d22", + "instruction_en": "search in Amap", + "sample_id": "street_4_2", + "gaze_point": [ + 1740, + 1407 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.13249348373042, + "y": 42.20893963948368, + "width": 12.503962226575736, + "height": 3.7618750615154406, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.13249348373042, + 42.20893963948368, + 12.503962226575736, + 3.7618750615154406 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 154, + "annotation_id": 152, + "image": "images/d0c89e4d-street_4.png", + "instruction_cn": "\u6253\u5f00\u9ad8\u5fb7\u6536\u85cf\u5939", + "instruction_en": "open favorites on Amap", + "sample_id": "street_4_3", + "gaze_point": [ + 1740, + 1407 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 66.95323409696957, + "y": 52.41599020211368, + "width": 2.6737936178467976, + "height": 3.9183522087364366, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.95323409696957, + 52.41599020211368, + 2.6737936178467976, + 3.9183522087364366 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 154, + "annotation_id": 153, + "image": "images/d0c89e4d-street_4.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u4e07\u8fbe\u5e7f\u573a\u534e\u4e3a\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the Wanda Square Huawei store on Meituan", + "sample_id": "street_4_4", + "gaze_point": [ + 1740, + 1407 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 32.64014408842992, + "y": 83.63584348240789, + "width": 27.932380827495635, + "height": 16.364156517592107, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.64014408842992, + 83.63584348240789, + 27.932380827495635, + 16.364156517592107 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 155, + "annotation_id": 144, + "image": "images/694cdad6-street_3.png", + "instruction_cn": "\u6253\u5f00\u7f8e\u56e2\u4e0a\u7b2c\u4e8c\u4e2a\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the second merchant on Meituan", + "sample_id": "street_3_1", + "gaze_point": [ + 1743, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.05839744770301, + "y": 64.5485385484316, + "width": 29.150452443474713, + "height": 18.52610611544501, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.05839744770301, + 64.5485385484316, + 29.150452443474713, + 18.52610611544501 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 155, + "annotation_id": 145, + "image": "images/694cdad6-street_3.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u7684\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on Meituan", + "sample_id": "street_3_2", + "gaze_point": [ + 1743, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.275601314495695, + "y": 50.250327750065324, + "width": 28.889929076226277, + "height": 17.762530120146266, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.275601314495695, + 50.250327750065324, + 28.889929076226277, + 17.762530120146266 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 155, + "annotation_id": 146, + "image": "images/694cdad6-street_3.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6539\u53d8\u6392\u5e8f\u65b9\u5f0f", + "instruction_en": "change sort by on Meituan", + "sample_id": "street_3_3", + "gaze_point": [ + 1743, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.52169308580178, + "y": 49.57034600485841, + "width": 2.9628523873437516, + "height": 2.248234873865165, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.52169308580178, + 49.57034600485841, + 2.9628523873437516, + 2.248234873865165 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 155, + "annotation_id": 147, + "image": "images/694cdad6-street_3.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u641c\u7d22", + "instruction_en": "search on Meituan", + "sample_id": "street_3_4", + "gaze_point": [ + 1743, + 1324 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.332714359716114, + "y": 41.7383580836529, + "width": 25.41863123694292, + "height": 5.883290455580507, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.332714359716114, + 41.7383580836529, + 25.41863123694292, + 5.883290455580507 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 155, + "annotation_id": 148, + "image": "images/694cdad6-street_3.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u4e0a\u9009\u62e9\u6700\u8fd1\u7684\u5e97", + "instruction_en": "select the nearest store on Amap", + "sample_id": "street_3_5", + "gaze_point": [ + 1743, + 1324 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.109914270816766, + "y": 49.33356088541467, + "width": 14.901162077681427, + "height": 7.664049817731318, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.109914270816766, + 49.33356088541467, + 14.901162077681427, + 7.664049817731318 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 156, + "annotation_id": 140, + "image": "images/522dacae-street_2.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u6211\u9762\u524d\u7684\u8fd9\u5bb6\u5e97\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant in front of me on Meituan", + "sample_id": "street_2_1", + "gaze_point": [ + 1559, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 34.35268484998668, + "y": 52.142857142857146, + "width": 28.325892857142854, + "height": 20, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.35268484998668, + 52.142857142857146, + 28.325892857142854, + 20 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 156, + "annotation_id": 141, + "image": "images/522dacae-street_2.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u5730\u56fe\u4e0a\u6536\u85cf\u8be5\u5e97", + "instruction_en": "favorite the store on Amap", + "sample_id": "street_2_2", + "gaze_point": [ + 1559, + 1245 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.20791923847708, + "y": 36.5842349732375, + "width": 1.745745145734496, + "height": 2.6333125430607964, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.20791923847708, + 36.5842349732375, + 1.745745145734496, + 2.6333125430607964 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 156, + "annotation_id": 142, + "image": "images/522dacae-street_2.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u4e0a\u67e5\u770b\u5230\u6211\u9762\u524d\u8fd9\u5bb6\u5e97\u7684\u8def\u7ebf", + "instruction_en": "view the route to the store in front of me on Amap", + "sample_id": "street_2_3", + "gaze_point": [ + 1559, + 1245 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.41447075399556, + "y": 35.861895431309044, + "width": 3.456575388554313, + "height": 3.5276983389360907, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.41447075399556, + 35.861895431309044, + 3.456575388554313, + 3.5276983389360907 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 156, + "annotation_id": 143, + "image": "images/522dacae-street_2.png", + "instruction_cn": "\u5728\u9ad8\u5fb7\u5730\u56fe\u4e0a\u67e5\u770b\u9644\u8fd1\u505c\u8f66\u573a", + "instruction_en": "view nearby parking lots on Amap", + "sample_id": "street_2_4", + "gaze_point": [ + 1559, + 1245 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.684275597304854, + "y": 27.409440793773598, + "width": 2.9267200411566208, + "height": 2.2482348738651687, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.684275597304854, + 27.409440793773598, + 2.9267200411566208, + 2.2482348738651687 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 157, + "annotation_id": 135, + "image": "images/b072db28-street_1.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u8fdb\u5165\u6211\u9762\u524d\u5de6\u8fb9\u7684\u8fd9\u5bb6\u5e97\u94fa\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the shop on the left in front of me on Meituan", + "sample_id": "street_1_1", + "gaze_point": [ + 1762, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 41.05880045968844, + "y": 40.55487218930015, + "width": 29.316880147368053, + "height": 16.61432120918287, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.05880045968844, + 40.55487218930015, + 29.316880147368053, + 16.61432120918287 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 157, + "annotation_id": 136, + "image": "images/b072db28-street_1.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6539\u53d8\u5546\u5bb6\u6392\u5e8f\u65b9\u5f0f", + "instruction_en": "change the sorting order of merchants on Meituan", + "sample_id": "street_1_2", + "gaze_point": [ + 1762, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.317196444112966, + "y": 12.978468962228213, + "width": 2.8037725067857124, + "height": 2.53926566652291, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.317196444112966, + 12.978468962228213, + 2.8037725067857124, + 2.53926566652291 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 157, + "annotation_id": 137, + "image": "images/b072db28-street_1.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u8fdb\u5165\u745e\u5e78\u5496\u5561\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of luckin coffee on Meituan", + "sample_id": "street_1_3", + "gaze_point": [ + 1762, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.78888686908629, + "y": 27.289255784817733, + "width": 30.13621653576613, + "height": 16.89881301070998, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.78888686908629, + 27.289255784817733, + 30.13621653576613, + 16.89881301070998 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 157, + "annotation_id": 138, + "image": "images/b072db28-street_1.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u56e2\u8d2d", + "instruction_en": "view group deals on Meituan", + "sample_id": "street_1_4", + "gaze_point": [ + 1762, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.68675652871909, + "y": 7.776755950523906, + "width": 2.2040731174142536, + "height": 2.890587694969506, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.68675652871909, + 7.776755950523906, + 2.2040731174142536, + 2.890587694969506 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 157, + "annotation_id": 139, + "image": "images/b072db28-street_1.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u5730\u56fe", + "instruction_en": "open maps on Meituan", + "sample_id": "street_1_5", + "gaze_point": [ + 1762, + 1119 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "street", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.75281699555403, + "y": 4.905239724796735, + "width": 2.1022455963414473, + "height": 3.328555527540641, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.75281699555403, + 4.905239724796735, + 2.1022455963414473, + 3.328555527540641 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 158, + "annotation_id": 131, + "image": "images/ff86a03a-restaurant_2.png", + "instruction_cn": "\u5728APP\u91cc\u9009\u62e9\u548c\u6211\u624b\u4e2d\u4e00\u6837\u7684\u996e\u54c1", + "instruction_en": "select the same drink with the one in my hand on the APP", + "sample_id": "restaurant_2_1", + "gaze_point": [ + 1924, + 774 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 62.678159281633164, + "y": 41.64670690200136, + "width": 2.6937852736947647, + "height": 3.322946006553174, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.678159281633164, + 41.64670690200136, + 2.6937852736947647, + 3.322946006553174 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 158, + "annotation_id": 132, + "image": "images/ff86a03a-restaurant_2.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5546\u94fa\u8bc4\u4ef7", + "instruction_en": "view shop ratings on the APP", + "sample_id": "restaurant_2_2", + "gaze_point": [ + 1924, + 774 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.881965121192124, + "y": 16.81412809742474, + "width": 1.890135334526022, + "height": 3.009170681832473, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.881965121192124, + 16.81412809742474, + 1.890135334526022, + 3.009170681832473 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 158, + "annotation_id": 133, + "image": "images/ff86a03a-restaurant_2.png", + "instruction_cn": "\u5728APP\u91cc\u9009\u62e97\u90092\u5957\u9910", + "instruction_en": "select the \"choose 2 out of 7\" combo on the APP", + "sample_id": "restaurant_2_3", + "gaze_point": [ + 1924, + 774 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.07200946064736, + "y": 56.24130540503099, + "width": 2.498873166692725, + "height": 3.1985576533666844, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.07200946064736, + 56.24130540503099, + 2.498873166692725, + 3.1985576533666844 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 158, + "annotation_id": 134, + "image": "images/ff86a03a-restaurant_2.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u679c\u8336\u7c7b\u522b", + "instruction_en": "view fruit tea category on the APP", + "sample_id": "restaurant_2_4", + "gaze_point": [ + 1924, + 774 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.22876962868002, + "y": 36.020613952485704, + "width": 4.654817181726485, + "height": 3.861769041684967, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.22876962868002, + 36.020613952485704, + 4.654817181726485, + 3.861769041684967 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 159, + "annotation_id": 127, + "image": "images/15da5e00-restaurant_1.png", + "instruction_cn": "\u5728APP\u91cc\u8fdb\u5165\u684c\u5b50\u4e0a\u5916\u5356\u7684\u5e97\u94fa\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the shop that the takeout on the table is from on the APP", + "sample_id": "restaurant_1_1", + "gaze_point": [ + 1822, + 1632 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 50.01175088129008, + "y": 19.673686111518755, + "width": 27.261696775232412, + "height": 17.04640610979404, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.01175088129008, + 19.673686111518755, + 27.261696775232412, + 17.04640610979404 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 159, + "annotation_id": 128, + "image": "images/15da5e00-restaurant_1.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart on the APP", + "sample_id": "restaurant_1_2", + "gaze_point": [ + 1822, + 1632 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.3732339773339, + "y": 58.92482546809272, + "width": 3.1807413840478844, + "height": 3.9514431116418294, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.3732339773339, + 58.92482546809272, + 3.1807413840478844, + 3.9514431116418294 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 159, + "annotation_id": 129, + "image": "images/15da5e00-restaurant_1.png", + "instruction_cn": "\u5728APP\u91cc\u6253\u5f00\u7b2c\u4e00\u5bb6\u5e97\u94fa\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first shop on the APP", + "sample_id": "restaurant_1_3", + "gaze_point": [ + 1822, + 1632 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.766362597536265, + "y": 6.276048892402107, + "width": 27.76704640132155, + "height": 16.05223437707478, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.766362597536265, + 6.276048892402107, + 27.76704640132155, + 16.05223437707478 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 159, + "annotation_id": 130, + "image": "images/15da5e00-restaurant_1.png", + "instruction_cn": "\u5728APP\u91cc\u67e5\u770b\u5feb\u9910\u9009\u9879", + "instruction_en": "view fast food options on the APP", + "sample_id": "restaurant_1_4", + "gaze_point": [ + 1822, + 1632 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "restaurant", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.034281343464045, + "y": 1.6722408152716144, + "width": 2.8915830764071515, + "height": 2.9109377154728104, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.034281343464045, + 1.6722408152716144, + 2.8915830764071515, + 2.9109377154728104 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 160, + "annotation_id": 543, + "image": "images/9f248fe0-livingroom_43.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u4e2d\u6539\u53d8\u8bbe\u5907", + "instruction_en": "change device in light control panel", + "sample_id": "livingroom_43_1", + "gaze_point": [ + 1912, + 1281 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.791216052984005, + "y": 36.901025190265976, + "width": 5.743015816408047, + "height": 7.538635748670011, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.791216052984005, + 36.901025190265976, + 5.743015816408047, + 7.538635748670011 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 160, + "annotation_id": 544, + "image": "images/9f248fe0-livingroom_43.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u4e2d\u8c03\u9ad8\u4eae\u5ea6", + "instruction_en": "enhance brightness in light control panel", + "sample_id": "livingroom_43_2", + "gaze_point": [ + 1912, + 1281 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.88855833005656, + "y": 41.44736469615491, + "width": 3.048464068697264, + "height": 4.911414332901153, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.88855833005656, + 41.44736469615491, + 3.048464068697264, + 4.911414332901153 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 160, + "annotation_id": 545, + "image": "images/9f248fe0-livingroom_43.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u4e2d\u628a\u8272\u6e29\u6539\u4e3a\u51b7\u8272", + "instruction_en": "change color temperature to cold in light control panel", + "sample_id": "livingroom_43_3", + "gaze_point": [ + 1912, + 1281 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Simple Grounding" + }, + "target_bbox": null, + "is_ok": true, + "objects": { + "bbox": [], + "category": [] + } + }, + { + "task_id": 160, + "annotation_id": 546, + "image": "images/9f248fe0-livingroom_43.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u4e2d\u5207\u6362\u573a\u666f\u4e3a\u9605\u8bfb", + "instruction_en": "change scene to reading in light control panel", + "sample_id": "livingroom_43_4", + "gaze_point": [ + 1912, + 1281 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.039984435604836, + "y": 72.93653825069407, + "width": 6.594980734646767, + "height": 7.921898780356486, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.039984435604836, + 72.93653825069407, + 6.594980734646767, + 7.921898780356486 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 161, + "annotation_id": 542, + "image": "images/d7032448-livingroom_42.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u8fb9\u7684\u7a97\u53e3\u4e2d\u5173\u95ed\u706f\u5149\u7535\u6e90", + "instruction_en": "Turn off the light power in the window next to the curtains.", + "sample_id": "livingroom_42_1", + "gaze_point": [ + 2320, + 1438 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 34.04704631826612, + "y": 63.13144072395344, + "width": 0.6406702264189832, + "height": 0.7321945444788369, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.04704631826612, + 63.13144072395344, + 0.6406702264189832, + 0.7321945444788369 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 161, + "annotation_id": 838, + "image": "images/d7032448-livingroom_42.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u8fb9\u7684\u7a97\u53e3\u4e2d\u8c03\u9ad8\u706f\u5149\u4eae\u5ea6", + "instruction_en": "enhance light brightness in the window next to the curtains", + "sample_id": "livingroom_42_2", + "gaze_point": [ + 2320, + 1438 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 33.94037764848633, + "y": 67.18438235897051, + "width": 0.7499318154206804, + "height": 1.8093593006974942, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.94037764848633, + 67.18438235897051, + 0.7499318154206804, + 1.8093593006974942 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 161, + "annotation_id": 839, + "image": "images/d7032448-livingroom_42.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u8fb9\u7684\u7a97\u53e3\u4e2d\u6253\u5f00\u6d4f\u89c8\u5668\u641c\u7d22\u680f", + "instruction_en": "open browser search bar in the window next to the curtains", + "sample_id": "livingroom_42_3", + "gaze_point": [ + 2320, + 1438 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 29.371319443001102, + "y": 56.97949476665484, + "width": 4.063951576267652, + "height": 1.8284994746444312, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.371319443001102, + 56.97949476665484, + 4.063951576267652, + 1.8284994746444312 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 161, + "annotation_id": 910, + "image": "images/d7032448-livingroom_42.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh web page in the light control window on the wall", + "sample_id": "livingroom_42_4", + "gaze_point": [ + 2320, + 1438 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 62.883134146020225, + "y": 37.34566869675652, + "width": 1.2445224549298644, + "height": 2.050595264491484, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.883134146020225, + 37.34566869675652, + 1.2445224549298644, + 2.050595264491484 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 161, + "annotation_id": 911, + "image": "images/d7032448-livingroom_42.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u8bbe\u7f6e\u8272\u6e29\u4e3a\u6696\u8272", + "instruction_en": "set color temperature to warm in the light control window on the wall", + "sample_id": "livingroom_42_5", + "gaze_point": [ + 2320, + 1438 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 64.3870716409218, + "y": 56.18606480215698, + "width": 1.2764969924404284, + "height": 1.7456369127390445, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.3870716409218, + 56.18606480215698, + 1.2764969924404284, + 1.7456369127390445 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 161, + "annotation_id": 918, + "image": "images/d7032448-livingroom_42.png", + "instruction_cn": "\u6253\u5f00\u65e5\u5386", + "instruction_en": "open calendar", + "sample_id": "livingroom_42_6", + "gaze_point": [ + 2320, + 1438 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.34512044367471, + "y": 41.54686317617487, + "width": 3.9307086230786936, + "height": 8.565845314809458, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.34512044367471, + 41.54686317617487, + 3.9307086230786936, + 8.565845314809458 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 162, + "annotation_id": 912, + "image": "images/a7574d3e-livingroom_41.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u5173\u95ed\u7535\u6e90", + "instruction_en": "turn power off in the window above the AC", + "sample_id": "livingroom_41_1", + "gaze_point": [ + 2006, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 54.67351176044767, + "y": 48.17271261974106, + "width": 0.6534682680531745, + "height": 1.2391694564563522, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.67351176044767, + 48.17271261974106, + 0.6534682680531745, + 1.2391694564563522 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 162, + "annotation_id": 913, + "image": "images/a7574d3e-livingroom_41.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u641c\u7d22", + "instruction_en": "search in the window above the AC", + "sample_id": "livingroom_41_2", + "gaze_point": [ + 2006, + 1245 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 52.40094727097798, + "y": 42.42568072707891, + "width": 2.3731470315735805, + "height": 1.9132348161523396, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.40094727097798, + 42.42568072707891, + 2.3731470315735805, + 1.9132348161523396 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 162, + "annotation_id": 914, + "image": "images/a7574d3e-livingroom_41.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5207\u6362\u4e3a\u591c\u95f4\u573a\u666f", + "instruction_en": "switch the night scene in the light control window on the wall", + "sample_id": "livingroom_41_3", + "gaze_point": [ + 2006, + 1245 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 20.70414641070274, + "y": 77.68852324978452, + "width": 4.40743074282479, + "height": 2.908607493581357, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 20.70414641070274, + 77.68852324978452, + 4.40743074282479, + 2.908607493581357 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 162, + "annotation_id": 915, + "image": "images/a7574d3e-livingroom_41.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u641c\u7d22", + "instruction_en": "search in the movies window", + "sample_id": "livingroom_41_4", + "gaze_point": [ + 2006, + 1245 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.880801730973413, + "y": 85.22210217566058, + "width": 2.5856927024572087, + "height": 4.165838242847741, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.880801730973413, + 85.22210217566058, + 2.5856927024572087, + 4.165838242847741 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 162, + "annotation_id": 916, + "image": "images/a7574d3e-livingroom_41.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u8c03\u9ad8\u4eae\u5ea6", + "instruction_en": "enhance brightness in the light control window on the wall", + "sample_id": "livingroom_41_5", + "gaze_point": [ + 2006, + 1245 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 27.371712378578717, + "y": 63.30569994130164, + "width": 1.1999230197340438, + "height": 2.291211033566249, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.371712378578717, + 63.30569994130164, + 1.1999230197340438, + 2.291211033566249 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 163, + "annotation_id": 905, + "image": "images/fba0bcc1-livingroom_40.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u7535\u6e90", + "instruction_en": "turn power off in the window above the suitcase", + "sample_id": "livingroom_40_1", + "gaze_point": [ + 2763, + 1010 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 73.6080603689494, + "y": 33.83390266599936, + "width": 1.732081857214368, + "height": 3.0792566350477415, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.6080603689494, + 33.83390266599936, + 1.732081857214368, + 3.0792566350477415 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 163, + "annotation_id": 906, + "image": "images/fba0bcc1-livingroom_40.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u8c03\u9ad8\u4eae\u5ea6", + "instruction_en": "enhance brightness in the window above the suitcase", + "sample_id": "livingroom_40_2", + "gaze_point": [ + 2763, + 1010 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 76.41160360515357, + "y": 37.32175828243834, + "width": 1.0801128397572768, + "height": 2.036576398195564, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.41160360515357, + 37.32175828243834, + 1.0801128397572768, + 2.036576398195564 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 163, + "annotation_id": 907, + "image": "images/fba0bcc1-livingroom_40.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u573a\u666f\u4e3a\u9605\u8bfb\n", + "instruction_en": "switch scene to reading in the window above the suitcase", + "sample_id": "livingroom_40_3", + "gaze_point": [ + 2763, + 1010 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 75.59269868594532, + "y": 46.85580939192398, + "width": 3.1182058798651506, + "height": 4.022714803783232, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.59269868594532, + 46.85580939192398, + 3.1182058798651506, + 4.022714803783232 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 163, + "annotation_id": 908, + "image": "images/fba0bcc1-livingroom_40.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5207\u6362\u573a\u666f\u4e3a\u9605\u8bfb", + "instruction_en": "switch scene to reading in the light control window on the wall", + "sample_id": "livingroom_40_4", + "gaze_point": [ + 2763, + 1010 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 39.261756571681744, + "y": 69.7062108191091, + "width": 4.1962238497937605, + "height": 4.297581913798439, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.261756571681744, + 69.7062108191091, + 4.1962238497937605, + 4.297581913798439 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 163, + "annotation_id": 909, + "image": "images/fba0bcc1-livingroom_40.png", + "instruction_cn": "\u5728\u53f3\u5899\u4e0a\u7684\u97f3\u4e50\u7a97\u53e3\u4e2d\u67e5\u770b\u64ad\u653e\u5217\u8868", + "instruction_en": "view playlist in the music window on the right wall", + "sample_id": "livingroom_40_5", + "gaze_point": [ + 2763, + 1010 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 63.48585030010152, + "y": 53.508314871288555, + "width": 1.8731580657005367, + "height": 3.460649323995753, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.48585030010152, + 53.508314871288555, + 1.8731580657005367, + 3.460649323995753 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 164, + "annotation_id": 900, + "image": "images/06831454-livingroom_39.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u6389\u7535\u6e90", + "instruction_en": "turn power off in the window above the suitcase", + "sample_id": "livingroom_39_1", + "gaze_point": [ + 1860, + 1330 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 76.60784589302844, + "y": 66.63391375065095, + "width": 1.2651145669508992, + "height": 1.8742438028902342, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.60784589302844, + 66.63391375065095, + 1.2651145669508992, + 1.8742438028902342 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 164, + "annotation_id": 901, + "image": "images/06831454-livingroom_39.png", + "instruction_cn": "\u5728\u53f3\u5899\u4e0a\u7684\u97f3\u4e50\u7a97\u53e3\u4e2d\u6536\u85cf\u6b4c\u66f2", + "instruction_en": "favorite song in the music window on the right wall", + "sample_id": "livingroom_39_2", + "gaze_point": [ + 1860, + 1330 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 60.41808754284737, + "y": 64.42168192647603, + "width": 1.494151751561411, + "height": 2.4902529192690395, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.41808754284737, + 64.42168192647603, + 1.494151751561411, + 2.4902529192690395 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 164, + "annotation_id": 902, + "image": "images/06831454-livingroom_39.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5207\u6362\u573a\u666f\u4e3a\u591c\u665a", + "instruction_en": "switch scene to night in the light control window on the wall", + "sample_id": "livingroom_39_3", + "gaze_point": [ + 1860, + 1330 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 40.76254979725203, + "y": 56.60401247777253, + "width": 1.9224525362871105, + "height": 2.747557437482236, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.76254979725203, + 56.60401247777253, + 1.9224525362871105, + 2.747557437482236 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 164, + "annotation_id": 903, + "image": "images/06831454-livingroom_39.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5206\u4eab\u7f51\u9875", + "instruction_en": "share web page in the light control window on the wall", + "sample_id": "livingroom_39_4", + "gaze_point": [ + 1860, + 1330 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 43.47103754383216, + "y": 32.26564062781591, + "width": 0.7450577889824004, + "height": 2.0113494221088715, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.47103754383216, + 32.26564062781591, + 0.7450577889824004, + 2.0113494221088715 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 164, + "annotation_id": 904, + "image": "images/06831454-livingroom_39.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar in the window above the suitcase", + "sample_id": "livingroom_39_5", + "gaze_point": [ + 1860, + 1330 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 70.34445499186629, + "y": 61.55309236361431, + "width": 4.355862800601116, + "height": 1.2162967680561607, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.34445499186629, + 61.55309236361431, + 4.355862800601116, + 1.2162967680561607 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 165, + "annotation_id": 895, + "image": "images/67875a46-livingroom_38.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u6389\u7535\u6e90", + "instruction_en": "turn power off in the window above the suitcase", + "sample_id": "livingroom_38_1", + "gaze_point": [ + 2483, + 1569 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 69.25726757111073, + "y": 61.80951958382036, + "width": 1.2574914283376302, + "height": 2.9807204227262076, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.25726757111073, + 61.80951958382036, + 1.2574914283376302, + 2.9807204227262076 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 165, + "annotation_id": 896, + "image": "images/67875a46-livingroom_38.png", + "instruction_cn": "\u5728\u884c\u674e\u7bb1\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar in the window above the suitcase", + "sample_id": "livingroom_38_2", + "gaze_point": [ + 2483, + 1569 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 64.2794276320391, + "y": 57.20406494235826, + "width": 4.340651489145628, + "height": 1.618890998282751, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.2794276320391, + 57.20406494235826, + 4.340651489145628, + 1.618890998282751 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 165, + "annotation_id": 897, + "image": "images/67875a46-livingroom_38.png", + "instruction_cn": "\u5728\u53f3\u5899\u4e0a\u7684\u97f3\u4e50\u7a97\u53e3\u4e2d\u5206\u4eab\u6b4c\u66f2", + "instruction_en": "share song in the music window on the right wall", + "sample_id": "livingroom_38_3", + "gaze_point": [ + 2483, + 1569 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 57.71219681810753, + "y": 32.46972850637024, + "width": 1.4665725796749456, + "height": 2.78105615108732, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.71219681810753, + 32.46972850637024, + 1.4665725796749456, + 2.78105615108732 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 165, + "annotation_id": 898, + "image": "images/67875a46-livingroom_38.png", + "instruction_cn": "\u5728\u5de6\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5207\u6362\u573a\u666f\u4e3a\u9605\u8bfb", + "instruction_en": "switch scene to reading in the light control window on the left wall", + "sample_id": "livingroom_38_4", + "gaze_point": [ + 2483, + 1569 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 34.20999061881692, + "y": 56.898028009129455, + "width": 2.2617088662201326, + "height": 1.9433942850484058, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.20999061881692, + 56.898028009129455, + 2.2617088662201326, + 1.9433942850484058 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 165, + "annotation_id": 899, + "image": "images/67875a46-livingroom_38.png", + "instruction_cn": "\u5728\u5de6\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u6253\u5f00\u6d4f\u89c8\u5668\u4fa7\u8fb9\u680f", + "instruction_en": "open browser sidebar in the light control window on the left wall", + "sample_id": "livingroom_38_5", + "gaze_point": [ + 2483, + 1569 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 31.82727527439105, + "y": 26.69285327923989, + "width": 1.454452145132187, + "height": 3.2321158780715145, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.82727527439105, + 26.69285327923989, + 1.454452145132187, + 3.2321158780715145 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 166, + "annotation_id": 890, + "image": "images/e303ccd7-livingroom_37.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u5207\u6362\u8bbe\u5907", + "instruction_en": "switch devices in the light control window on the wall", + "sample_id": "livingroom_37_1", + "gaze_point": [ + 1966, + 1063 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 52.15530097962795, + "y": 31.387165573362463, + "width": 2.6779657184064902, + "height": 2.4862101484465207, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.15530097962795, + 31.387165573362463, + 2.6779657184064902, + 2.4862101484465207 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 166, + "annotation_id": 891, + "image": "images/e303ccd7-livingroom_37.png", + "instruction_cn": "\u5728\u5899\u4e0a\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u8c03\u4f4e\u4eae\u5ea6", + "instruction_en": "lower brightness in the light control window on the wall\n", + "sample_id": "livingroom_37_2", + "gaze_point": [ + 1966, + 1063 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 53.30227777453273, + "y": 35.46615356544861, + "width": 0.7727505292918764, + "height": 1.507805910813417, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.30227777453273, + 35.46615356544861, + 0.7727505292918764, + 1.507805910813417 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 166, + "annotation_id": 892, + "image": "images/e303ccd7-livingroom_37.png", + "instruction_cn": "\u5728\u53f3\u5899\u4e0a\u7684\u97f3\u4e50\u8f6f\u4ef6\u7a97\u53e3\u91cc\u5207\u6362\u5230\u4e0b\u4e00\u9996\u6b4c", + "instruction_en": "switch to the next song in the music app window on the right wall", + "sample_id": "livingroom_37_3", + "gaze_point": [ + 1966, + 1063 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 69.90096343612335, + "y": 52.33173172548501, + "width": 2.0040616529752953, + "height": 3.69001828166877, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.90096343612335, + 52.33173172548501, + 2.0040616529752953, + 3.69001828166877 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 166, + "annotation_id": 893, + "image": "images/e303ccd7-livingroom_37.png", + "instruction_cn": "\u5728\u9760\u8fd1\u6211\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u8c03\u9ad8\u4eae\u5ea6", + "instruction_en": "enhance brightness in the light control window close to me", + "sample_id": "livingroom_37_4", + "gaze_point": [ + 1966, + 1063 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 44.97065227177219, + "y": 96.63492205718434, + "width": 2.129976053536005, + "height": 3.3650779428156596, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.97065227177219, + 96.63492205718434, + 2.129976053536005, + 3.3650779428156596 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 166, + "annotation_id": 894, + "image": "images/e303ccd7-livingroom_37.png", + "instruction_cn": "\u5728\u9760\u8fd1\u6211\u7684\u706f\u63a7\u7a97\u53e3\u4e2d\u6253\u5f00\u65b0\u6807\u7b7e\u9875", + "instruction_en": "open new tab in the light control window close to me", + "sample_id": "livingroom_37_5", + "gaze_point": [ + 1966, + 1063 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "daily routine", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 39.832464153269484, + "y": 61.12731374937708, + "width": 2.9917777533702505, + "height": 4.758851163255599, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.832464153269484, + 61.12731374937708, + 2.9917777533702505, + 4.758851163255599 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 167, + "annotation_id": 885, + "image": "images/f85a7ed3-livingroom_36.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u6682\u505c\u8bbe\u5907", + "instruction_en": "pause the device in the window above the treadmill", + "sample_id": "livingroom_36_1", + "gaze_point": [ + 2128, + 1766 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.973533893632826, + "y": 59.50708337325763, + "width": 1.5177103108900738, + "height": 3.291745029841586, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.973533893632826, + 59.50708337325763, + 1.5177103108900738, + 3.291745029841586 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 167, + "annotation_id": 886, + "image": "images/f85a7ed3-livingroom_36.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u56de\u9000\u5230\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page in the window above the treadmill", + "sample_id": "livingroom_36_2", + "gaze_point": [ + 2128, + 1766 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 44.03962311244187, + "y": 49.60891397875336, + "width": 1.4176868270191179, + "height": 2.9548721605302717, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.03962311244187, + 49.60891397875336, + 1.4176868270191179, + 2.9548721605302717 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 167, + "annotation_id": 887, + "image": "images/f85a7ed3-livingroom_36.png", + "instruction_cn": "\u5728\u534e\u4e3a\u5065\u5eb7\u8f6f\u4ef6\u4e2d\u7ee7\u7eed\u8fd0\u52a8", + "instruction_en": "unpause workout in the Huawei health app", + "sample_id": "livingroom_36_3", + "gaze_point": [ + 2128, + 1766 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.18917611775549, + "y": 39.41628424659343, + "width": 1.5480645171078748, + "height": 2.4822995307002103, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.18917611775549, + 39.41628424659343, + 1.5480645171078748, + 2.4822995307002103 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 167, + "annotation_id": 888, + "image": "images/f85a7ed3-livingroom_36.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u53f3\u4fa7\u7684\u7a97\u53e3\u4e2d\u6682\u505c\u97f3\u4e50", + "instruction_en": "pause music in the window on the right of the treadmill", + "sample_id": "livingroom_36_4", + "gaze_point": [ + 2128, + 1766 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 56.77877759506183, + "y": 90.82148099247827, + "width": 1.689515118082845, + "height": 3.721830405052046, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.77877759506183, + 90.82148099247827, + 1.689515118082845, + 3.721830405052046 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 167, + "annotation_id": 889, + "image": "images/f85a7ed3-livingroom_36.png", + "instruction_cn": "\u5728\u7f51\u6613\u4e91\u97f3\u4e50\u4e2d\u67e5\u770b\u64ad\u653e\u5217\u8868", + "instruction_en": "view playlist in NetEase Cloud music", + "sample_id": "livingroom_36_5", + "gaze_point": [ + 2128, + 1766 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.24555830311762, + "y": 93.84377453400879, + "width": 1.2439398764210736, + "height": 2.278462265229166, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.24555830311762, + 93.84377453400879, + 1.2439398764210736, + 2.278462265229166 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 168, + "annotation_id": 880, + "image": "images/eb14e380-livingroom_35.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u5f00\u59cb\u8dd1\u6b65", + "instruction_en": "start run in the window above the treadmill", + "sample_id": "livingroom_35_1", + "gaze_point": [ + 2011, + 1456 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 42.019798329412644, + "y": 57.990919887007394, + "width": 2.678880095518565, + "height": 5.669587503743003, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.019798329412644, + 57.990919887007394, + 2.678880095518565, + 5.669587503743003 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 168, + "annotation_id": 881, + "image": "images/eb14e380-livingroom_35.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u6539\u5761\u5ea6\u4e3a0", + "instruction_en": "change incline to 0 in the window above the treadmill", + "sample_id": "livingroom_35_2", + "gaze_point": [ + 2011, + 1456 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 42.21941932542755, + "y": 67.38311460737914, + "width": 2.904899671317195, + "height": 3.02734649423528, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.21941932542755, + 67.38311460737914, + 2.904899671317195, + 3.02734649423528 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 168, + "annotation_id": 882, + "image": "images/eb14e380-livingroom_35.png", + "instruction_cn": "\u5728\u534e\u4e3a\u5065\u5eb7\u8f6f\u4ef6\u7a97\u53e3\u4e2d\u9501\u5c4f", + "instruction_en": "lock screen in the Huawei health app", + "sample_id": "livingroom_35_3", + "gaze_point": [ + 2011, + 1456 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.428560460539178, + "y": 32.40885218959498, + "width": 2.17763807285068, + "height": 3.555327465878662, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.428560460539178, + 32.40885218959498, + 2.17763807285068, + 3.555327465878662 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 168, + "annotation_id": 883, + "image": "images/eb14e380-livingroom_35.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u53f3\u4fa7\u7684\u7a97\u53e3\u4e2d\u6536\u8d77\u6b4c\u8bcd\u9875\u9762", + "instruction_en": "collapse lyrics page in the window on the right of the treadmill", + "sample_id": "livingroom_35_4", + "gaze_point": [ + 2011, + 1456 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 57.54992141871451, + "y": 73.65323252651866, + "width": 1.5616064828378882, + "height": 3.123212965675762, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.54992141871451, + 73.65323252651866, + 1.5616064828378882, + 3.123212965675762 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 168, + "annotation_id": 884, + "image": "images/eb14e380-livingroom_35.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u4e2d\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh web page in the window above the treadmill", + "sample_id": "livingroom_35_5", + "gaze_point": [ + 2011, + 1456 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 45.60396719742849, + "y": 44.48134170018613, + "width": 1.8576586009215958, + "height": 2.8679641558087923, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.60396719742849, + 44.48134170018613, + 1.8576586009215958, + 2.8679641558087923 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 169, + "annotation_id": 875, + "image": "images/b4ba09da-livingroom_34.png", + "instruction_cn": "\u5728\u6696\u6c14\u4e0a\u7684\u7a97\u53e3\u91cc\u7ed3\u675f\u8fd0\u52a8", + "instruction_en": "end workout in the window on the radiator\n", + "sample_id": "livingroom_34_1", + "gaze_point": [ + 2023, + 1473 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 58.667121449183476, + "y": 56.6583174276398, + "width": 2.8248806552958285, + "height": 5.423770858167956, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.667121449183476, + 56.6583174276398, + 2.8248806552958285, + 5.423770858167956 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 169, + "annotation_id": 876, + "image": "images/b4ba09da-livingroom_34.png", + "instruction_cn": "\u5728\u6696\u6c14\u4e0a\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u8bbe\u7f6e", + "instruction_en": "check settings in the window on the radiator\n", + "sample_id": "livingroom_34_2", + "gaze_point": [ + 2023, + 1473 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 61.059930428951716, + "y": 57.7291453942489, + "width": 2.011159864260911, + "height": 3.5753953142416113, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.059930428951716, + 57.7291453942489, + 2.011159864260911, + 3.5753953142416113 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 169, + "annotation_id": 877, + "image": "images/b4ba09da-livingroom_34.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u7684\u7a97\u53e3\u91cc\u5207\u6362\u5230\u4e0b\u4e00\u9996\u6b4c", + "instruction_en": "switch to the next song in the window next to the curtains", + "sample_id": "livingroom_34_3", + "gaze_point": [ + 2023, + 1473 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 36.24499859363336, + "y": 61.03303898763539, + "width": 2.082141977117182, + "height": 4.048609399950067, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.24499859363336, + 61.03303898763539, + 2.082141977117182, + 4.048609399950067 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 169, + "annotation_id": 878, + "image": "images/b4ba09da-livingroom_34.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u7684\u7a97\u53e3\u91cc\u6539\u53d8\u64ad\u653e\u5217\u8868\u987a\u5e8f", + "instruction_en": "change playlist order in the window next to the curtains", + "sample_id": "livingroom_34_4", + "gaze_point": [ + 2023, + 1473 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 29.833170485602324, + "y": 63.05634296550261, + "width": 1.9426691979393027, + "height": 3.399671096393782, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.833170485602324, + 63.05634296550261, + 1.9426691979393027, + 3.399671096393782 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 169, + "annotation_id": 879, + "image": "images/b4ba09da-livingroom_34.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u63a7\u5236\u7a97\u53e3\u4e2d\u6539\u901f\u5ea6\u4e3a3", + "instruction_en": "change speed to 3 in the treadmill control window", + "sample_id": "livingroom_34_5", + "gaze_point": [ + 2023, + 1473 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.54853633740277, + "y": 97.8905359719346, + "width": 2.2906019961324375, + "height": 2.1094640280654033, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.54853633740277, + 97.8905359719346, + 2.2906019961324375, + 2.1094640280654033 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 170, + "annotation_id": 870, + "image": "images/68642c78-livingroom_33.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u7684\u7a97\u53e3\u91cc\u6682\u505c\u97f3\u4e50", + "instruction_en": "pause music in the window next to the curtains", + "sample_id": "livingroom_33_1", + "gaze_point": [ + 1992, + 1845 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 34.11509287443327, + "y": 60.03105569760579, + "width": 2.4091439947901705, + "height": 5.410007567248087, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.11509287443327, + 60.03105569760579, + 2.4091439947901705, + 5.410007567248087 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 170, + "annotation_id": 871, + "image": "images/68642c78-livingroom_33.png", + "instruction_cn": "\u5728\u7a97\u5e18\u65c1\u7684\u7a97\u53e3\u91cc\u6536\u85cf\u6b4c\u66f2", + "instruction_en": "favorite song in the window next to the curtains", + "sample_id": "livingroom_33_2", + "gaze_point": [ + 1992, + 1845 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 36.81012415251916, + "y": 56.479884354654565, + "width": 1.3736492481803921, + "height": 2.1547439187143382, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.81012415251916, + 56.479884354654565, + 1.3736492481803921, + 2.1547439187143382 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 170, + "annotation_id": 872, + "image": "images/68642c78-livingroom_33.png", + "instruction_cn": "\u5728\u534e\u4e3a\u8fd0\u52a8\u5065\u5eb7\u4e2d\u67e5\u770b\u66f4\u591a\u8dd1\u6b65\u8bfe\u7a0b", + "instruction_en": "see more running courses on Huawei fitness and health", + "sample_id": "livingroom_33_3", + "gaze_point": [ + 1992, + 1845 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.198542510649844, + "y": 49.779735061436845, + "width": 3.2611957093505737, + "height": 3.5272606273628706, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.198542510649844, + 49.779735061436845, + 3.2611957093505737, + 3.5272606273628706 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 170, + "annotation_id": 873, + "image": "images/68642c78-livingroom_33.png", + "instruction_cn": "\u5728\u6696\u6c14\u4e0a\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u6211\u7684\u4e3b\u9875", + "instruction_en": "view my home page in the window on the radiator\n", + "sample_id": "livingroom_33_4", + "gaze_point": [ + 1992, + 1845 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 61.79359044828503, + "y": 60.52245573806889, + "width": 1.9488391397263598, + "height": 3.3171730037895344, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.79359044828503, + 60.52245573806889, + 1.9488391397263598, + 3.3171730037895344 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 170, + "annotation_id": 874, + "image": "images/68642c78-livingroom_33.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u63a7\u5236\u7a97\u53e3\u4e2d\u6682\u505c\u8fd0\u52a8", + "instruction_en": "pause workout in the treadmill control window", + "sample_id": "livingroom_33_5", + "gaze_point": [ + 1992, + 1845 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.16314235748987, + "y": 91.8119731088855, + "width": 2.100875320746475, + "height": 4.094013445557266, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.16314235748987, + 91.8119731088855, + 2.100875320746475, + 4.094013445557266 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 171, + "annotation_id": 865, + "image": "images/570e3d3e-livingroom_32.png", + "instruction_cn": "\u5728\u6696\u6c14\u4e0a\u53f3\u4fa7\u7684\u7a97\u53e3\u91cc\u8bbe\u5b9a\u76ee\u6807", + "instruction_en": "set goal in the window on the right on the radiator", + "sample_id": "livingroom_32_1", + "gaze_point": [ + 2061, + 1453 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 66.57846732230368, + "y": 52.09909097908819, + "width": 2.07015686405407, + "height": 2.552451473959138, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.57846732230368, + 52.09909097908819, + 2.07015686405407, + 2.552451473959138 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 171, + "annotation_id": 866, + "image": "images/570e3d3e-livingroom_32.png", + "instruction_cn": "\u5728\u6696\u6c14\u4e0a\u53f3\u4fa7\u7684\u7a97\u53e3\u91cc\u67e5\u627e\u8bfe\u7a0b", + "instruction_en": "find courses in the window on the right on the radiator", + "sample_id": "livingroom_32_2", + "gaze_point": [ + 2061, + 1453 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 67.96020551112805, + "y": 60.18510938987958, + "width": 3.06577482799797, + "height": 1.834743131387114, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.96020551112805, + 60.18510938987958, + 3.06577482799797, + 1.834743131387114 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 171, + "annotation_id": 867, + "image": "images/570e3d3e-livingroom_32.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u63a7\u5236\u7a97\u53e3\u4e2d\u5f00\u542f\u97f3\u4e50", + "instruction_en": "enable music in the treadmill control window", + "sample_id": "livingroom_32_3", + "gaze_point": [ + 2061, + 1453 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.10177882728361, + "y": 55.677632152207046, + "width": 3.2442363126142912, + "height": 7.189662208776859, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.10177882728361, + 55.677632152207046, + 3.2442363126142912, + 7.189662208776859 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 171, + "annotation_id": 868, + "image": "images/570e3d3e-livingroom_32.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u63a7\u5236\u7a97\u53e3\u4e2d\u5207\u6362\u4e3a\u6709\u6c27\u6a21\u5f0f", + "instruction_en": "switch to cardio mode in the treadmill control window", + "sample_id": "livingroom_32_4", + "gaze_point": [ + 2061, + 1453 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.837339412426985, + "y": 72.92151629690677, + "width": 3.2725173265474083, + "height": 4.3813126347191655, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.837339412426985, + 72.92151629690677, + 3.2725173265474083, + 4.3813126347191655 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 171, + "annotation_id": 869, + "image": "images/570e3d3e-livingroom_32.png", + "instruction_cn": "\u5728\u7a97\u5e18\u4e0a\u7684\u7a97\u53e3\u91cc\u7ee7\u7eed\u64ad\u653e\u97f3\u4e50", + "instruction_en": "unpause music in the window on the curtains", + "sample_id": "livingroom_32_5", + "gaze_point": [ + 2061, + 1453 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 27.00228633257255, + "y": 75.59492121378437, + "width": 1.5643440849866082, + "height": 3.997768217188011, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.00228633257255, + 75.59492121378437, + 1.5643440849866082, + 3.997768217188011 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 172, + "annotation_id": 860, + "image": "images/1c57fad0-livingroom_31.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u63a7\u5236\u7a97\u53e3\u4e2d\u8c03\u6574\u901f\u5ea6\u4e3a9", + "instruction_en": "adjust speed to 9 in the treadmill control window", + "sample_id": "livingroom_31_1", + "gaze_point": [ + 2264, + 1532 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.767123106951125, + "y": 63.04163893267341, + "width": 3.438711949853776, + "height": 4.211360807722144, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.767123106951125, + 63.04163893267341, + 3.438711949853776, + 4.211360807722144 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 172, + "annotation_id": 861, + "image": "images/1c57fad0-livingroom_31.png", + "instruction_cn": "\u5728\u7a97\u5e18\u4e0a\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6bcf\u65e5\u63a8\u8350\n", + "instruction_en": "open daily recommendations in the window on the curtains", + "sample_id": "livingroom_31_2", + "gaze_point": [ + 2264, + 1532 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 18.75, + "y": 36.04651162790697, + "width": 8.284883720930232, + "height": 19.76744186046512, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.75, + 36.04651162790697, + 8.284883720930232, + 19.76744186046512 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 172, + "annotation_id": 862, + "image": "images/1c57fad0-livingroom_31.png", + "instruction_cn": "\u5728\u6696\u6c14\u4e0a\u53f3\u4fa7\u7684\u7a97\u53e3\u91cc\u6682\u505c\u8fd0\u52a8", + "instruction_en": "pause exercise in the window on the right on the radiator", + "sample_id": "livingroom_31_3", + "gaze_point": [ + 2264, + 1532 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 73.21778305392357, + "y": 60.67064758209788, + "width": 3.058146028890875, + "height": 5.321029497077234, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.21778305392357, + 60.67064758209788, + 3.058146028890875, + 5.321029497077234 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 172, + "annotation_id": 863, + "image": "images/1c57fad0-livingroom_31.png", + "instruction_cn": "\u5728\u8dd1\u6b65\u673a\u63a7\u5236\u7a97\u53e3\u4e2d\u5207\u6362\u4e3a\u82f1\u91cc", + "instruction_en": "switch to miles in the treadmill control window", + "sample_id": "livingroom_31_4", + "gaze_point": [ + 2264, + 1532 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.545562055482776, + "y": 58.5278953676613, + "width": 7.1550965250808005, + "height": 3.950363850976288, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.545562055482776, + 58.5278953676613, + 7.1550965250808005, + 3.950363850976288 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 172, + "annotation_id": 864, + "image": "images/1c57fad0-livingroom_31.png", + "instruction_cn": "\u5728\u7a97\u5e18\u4e0a\u7684\u7a97\u53e3\u91cc\u641c\u7d22", + "instruction_en": "search in the window on the curtains", + "sample_id": "livingroom_31_5", + "gaze_point": [ + 2264, + 1532 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "exercise", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 20.01980963654256, + "y": 27.44444514827517, + "width": 8.400571519149771, + "height": 5.850587606590707, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 20.01980963654256, + 27.44444514827517, + 8.400571519149771, + 5.850587606590707 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 173, + "annotation_id": 855, + "image": "images/bd9945f8-livingroom_30.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u8fdb\u5165\u6211\u624b\u6307\u6307\u5411\u7684\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "go to the detail page of the item I'm pointing to on POIZON", + "sample_id": "livingroom_30_1", + "gaze_point": [ + 1871, + 1564 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 23.466265758541137, + "y": 45.8857966297732, + "width": 8.201494040606462, + "height": 16.447878579519468, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 23.466265758541137, + 45.8857966297732, + 8.201494040606462, + 16.447878579519468 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 173, + "annotation_id": 856, + "image": "images/bd9945f8-livingroom_30.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7b2c\u56db\u4e2a\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the fourth item in the window on the shoe cabinet door", + "sample_id": "livingroom_30_2", + "gaze_point": [ + 1871, + 1564 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": null + }, + "target_bbox": { + "x": 37.97321282386753, + "y": 43.106490018701216, + "width": 6.452919350569765, + "height": 12.141048259590534, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.97321282386753, + 43.106490018701216, + 6.452919350569765, + 12.141048259590534 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 173, + "annotation_id": 857, + "image": "images/bd9945f8-livingroom_30.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u586b\u5199\u53cd\u9988", + "instruction_en": "write feedback in the window on the shoe cabinet door", + "sample_id": "livingroom_30_3", + "gaze_point": [ + 1871, + 1564 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 42.518574488727666, + "y": 77.9909700744605, + "width": 1.5051672504695048, + "height": 3.081285145742271, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.518574488727666, + 77.9909700744605, + 1.5051672504695048, + 3.081285145742271 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 173, + "annotation_id": 858, + "image": "images/bd9945f8-livingroom_30.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u6309\u901f\u5ea6\u6392\u5e8f", + "instruction_en": "sort by speed in the window on the shoe cabinet door", + "sample_id": "livingroom_30_4", + "gaze_point": [ + 1871, + 1564 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": null, + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 25.56505712248035, + "y": 44.354910483213644, + "width": 2.504222012968633, + "height": 3.7396382060331557, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.56505712248035, + 44.354910483213644, + 2.504222012968633, + 3.7396382060331557 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 173, + "annotation_id": 859, + "image": "images/bd9945f8-livingroom_30.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u6e05\u7a7a\u641c\u7d22\u680f", + "instruction_en": "clear search bar in the window on the shoe cabinet door", + "sample_id": "livingroom_30_5", + "gaze_point": [ + 1871, + 1564 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 40.95722665561766, + "y": 36.91158820913394, + "width": 1.3355850735832675, + "height": 2.536262563976308, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.95722665561766, + 36.91158820913394, + 1.3355850735832675, + 2.536262563976308 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 174, + "annotation_id": 850, + "image": "images/d5949718-livingroom_29.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on POIZON", + "sample_id": "livingroom_29_1", + "gaze_point": [ + 1912, + 1338 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 45.248341100336184, + "y": 57.58963057484643, + "width": 5.176168751796596, + "height": 13.879837423793173, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.248341100336184, + 57.58963057484643, + 5.176168751796596, + 13.879837423793173 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 174, + "annotation_id": 851, + "image": "images/d5949718-livingroom_29.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u8fd4\u56de\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page in the window on the shoe cabinet door", + "sample_id": "livingroom_29_2", + "gaze_point": [ + 1912, + 1338 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 41.37512110945885, + "y": 38.713568445150806, + "width": 1.8665469195862983, + "height": 3.6343347428981905, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.37512110945885, + 38.713568445150806, + 1.8665469195862983, + 3.6343347428981905 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 174, + "annotation_id": 852, + "image": "images/d5949718-livingroom_29.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u7b5b\u9009\u4e13\u4eab\u4f18\u60e0\u5546\u54c1", + "instruction_en": "filter exclusive discount items in the window on the shoe cabinet door", + "sample_id": "livingroom_29_3", + "gaze_point": [ + 1912, + 1338 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 41.44231045527877, + "y": 42.689203022207366, + "width": 2.301288771378978, + "height": 2.6168809252117384, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.44231045527877, + 42.689203022207366, + 2.301288771378978, + 2.6168809252117384 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 174, + "annotation_id": 853, + "image": "images/d5949718-livingroom_29.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u7b5b\u9009\u65e5\u5e38\u5546\u54c1", + "instruction_en": "filter causal items in the window on the shoe cabinet door", + "sample_id": "livingroom_29_4", + "gaze_point": [ + 1912, + 1338 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 51.12311663407409, + "y": 40.42944159367901, + "width": 1.794479701185189, + "height": 2.285506485091581, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.12311663407409, + 40.42944159367901, + 1.794479701185189, + 2.285506485091581 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 174, + "annotation_id": 854, + "image": "images/d5949718-livingroom_29.png", + "instruction_cn": "\u5728\u978b\u67dc\u95e8\u4e0a\u7684\u7a97\u53e3\u91cc\u6309\u4ef7\u683c\u6392\u5e8f", + "instruction_en": "sort by price in the window on the shoe cabinet door", + "sample_id": "livingroom_29_5", + "gaze_point": [ + 1912, + 1338 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 44.66633229878095, + "y": 40.34923800764167, + "width": 1.7622481582631906, + "height": 2.4325935361123356, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.66633229878095, + 40.34923800764167, + 1.7622481582631906, + 2.4325935361123356 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 175, + "annotation_id": 845, + "image": "images/f2939242-livingroom_28.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on POIZON", + "sample_id": "livingroom_28_1", + "gaze_point": [ + 2284, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 52.051240673040375, + "y": 28.598878637015403, + "width": 7.8661620182565315, + "height": 17.223586390256642, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.051240673040375, + 28.598878637015403, + 7.8661620182565315, + 17.223586390256642 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 175, + "annotation_id": 846, + "image": "images/f2939242-livingroom_28.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u4f7f\u7528\u62cd\u7167\u641c\u7d22", + "instruction_en": "use search by picture on POIZON", + "sample_id": "livingroom_28_2", + "gaze_point": [ + 2284, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 76.38643314008026, + "y": 23.070591631813514, + "width": 2.24044396093592, + "height": 4.7665547292771855, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.38643314008026, + 23.070591631813514, + 2.24044396093592, + 4.7665547292771855 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 175, + "annotation_id": 847, + "image": "images/f2939242-livingroom_28.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u586b\u5199\u53cd\u9988", + "instruction_en": "write feedbacks on POIZON", + "sample_id": "livingroom_28_3", + "gaze_point": [ + 2284, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 73.75645791078328, + "y": 79.15375942970262, + "width": 1.9739276713036986, + "height": 3.92821427125115, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.75645791078328, + 79.15375942970262, + 1.9739276713036986, + 3.92821427125115 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 175, + "annotation_id": 848, + "image": "images/f2939242-livingroom_28.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u6dfb\u52a0\u7b5b\u9009\u6761\u4ef6\u201c\u7ecf\u5178\u201d", + "instruction_en": "add filter \"classic\" on POIZON", + "sample_id": "livingroom_28_4", + "gaze_point": [ + 2284, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.86058524386584, + "y": 30.29473115859297, + "width": 2.676689093751591, + "height": 3.0906100876307043, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.86058524386584, + 30.29473115859297, + 2.676689093751591, + 3.0906100876307043 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 175, + "annotation_id": 849, + "image": "images/f2939242-livingroom_28.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u67e5\u770b\u65b0\u54c1", + "instruction_en": "see new arrivals on POZION", + "sample_id": "livingroom_28_5", + "gaze_point": [ + 2284, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.70699640008833, + "y": 27.056735323294433, + "width": 2.9140037969089576, + "height": 3.50759716294597, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.70699640008833, + 27.056735323294433, + 2.9140037969089576, + 3.50759716294597 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 176, + "annotation_id": 840, + "image": "images/679dd9f7-livingroom_27.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on POIZON", + "sample_id": "livingroom_27_1", + "gaze_point": [ + 2041, + 1883 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.68845134559212, + "y": 52.89282711552503, + "width": 9.145392206091806, + "height": 16.935911492762607, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.68845134559212, + 52.89282711552503, + 9.145392206091806, + 16.935911492762607 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 176, + "annotation_id": 841, + "image": "images/679dd9f7-livingroom_27.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u641c\u7d22", + "instruction_en": "search on POIZON", + "sample_id": "livingroom_27_2", + "gaze_point": [ + 2041, + 1883 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.15739990849604, + "y": 17.560075038426028, + "width": 22.316346087387146, + "height": 3.5371557921641674, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.15739990849604, + 17.560075038426028, + 22.316346087387146, + 3.5371557921641674 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 176, + "annotation_id": 842, + "image": "images/679dd9f7-livingroom_27.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u6309\u9500\u91cf\u6392\u5e8f", + "instruction_en": "sort by sales on POIZON", + "sample_id": "livingroom_27_3", + "gaze_point": [ + 2041, + 1883 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.50194165657781, + "y": 22.500530770843937, + "width": 2.8047286545248653, + "height": 3.739638206033149, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.50194165657781, + 22.500530770843937, + 2.8047286545248653, + 3.739638206033149 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 176, + "annotation_id": 843, + "image": "images/679dd9f7-livingroom_27.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u6e05\u7a7a\u641c\u7d22\u680f", + "instruction_en": "empty search bar on POIZON", + "sample_id": "livingroom_27_4", + "gaze_point": [ + 2041, + 1883 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.9725041813966, + "y": 17.090247678100244, + "width": 2.9140037969089576, + "height": 3.7774123293264203, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.9725041813966, + 17.090247678100244, + 2.9140037969089576, + 3.7774123293264203 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 176, + "annotation_id": 844, + "image": "images/679dd9f7-livingroom_27.png", + "instruction_cn": "\u5728\u5f97\u7269\u4e0a\u7b5b\u9009\u9ed1\u8272\u641c\u7d22\u7ed3\u679c", + "instruction_en": "filter black search results on POIZON", + "sample_id": "livingroom_27_5", + "gaze_point": [ + 2041, + 1883 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "shopping", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.25390569867316, + "y": 25.27129206874693, + "width": 3.0050664155623608, + "height": 2.644188630528493, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.25390569867316, + 25.27129206874693, + 3.0050664155623608, + 2.644188630528493 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 177, + "annotation_id": 833, + "image": "images/e0bb57b4-kitchen_31.png", + "instruction_cn": "\u5728\u5fae\u6ce2\u7089\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u8bbe\u5907\u4e3a\u5fae\u6ce2\u7089", + "instruction_en": "switch device to microwave in the window above the microwave", + "sample_id": "kitchen_31_1", + "gaze_point": [ + 1855, + 1711 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 47.58911283832672, + "y": 34.771729468833925, + "width": 3.2725173265474155, + "height": 3.4475902699429426, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.58911283832672, + 34.771729468833925, + 3.2725173265474155, + 3.4475902699429426 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 177, + "annotation_id": 834, + "image": "images/e0bb57b4-kitchen_31.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0b\u65b9\u7684\u7a97\u53e3\u91cc\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh web page in the window below the air fryer", + "sample_id": "kitchen_31_2", + "gaze_point": [ + 1855, + 1711 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 48.124927767983046, + "y": 68.00030034860305, + "width": 1.1292608863497051, + "height": 2.294371324647045, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.124927767983046, + 68.00030034860305, + 1.1292608863497051, + 2.294371324647045 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 177, + "annotation_id": 835, + "image": "images/e0bb57b4-kitchen_31.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0b\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u7ffb\u9762\u63d0\u9192", + "instruction_en": "disable flip reminder in the window below the air fryer", + "sample_id": "kitchen_31_3", + "gaze_point": [ + 1855, + 1711 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 43.61015496319032, + "y": 87.59125167851475, + "width": 5.50111374636073, + "height": 6.6249971999182975, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.61015496319032, + 87.59125167851475, + 5.50111374636073, + 6.6249971999182975 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 177, + "annotation_id": 836, + "image": "images/e0bb57b4-kitchen_31.png", + "instruction_cn": "\u5728\u5fae\u6ce2\u7089\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u628a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add item to cart in the window to the top right of the microwave", + "sample_id": "kitchen_31_4", + "gaze_point": [ + 1855, + 1711 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 52.55259365296069, + "y": 42.1300790088279, + "width": 4.994654780845155, + "height": 4.071760347081649, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.55259365296069, + 42.1300790088279, + 4.994654780845155, + 4.071760347081649 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 177, + "annotation_id": 837, + "image": "images/e0bb57b4-kitchen_31.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot on the left\n", + "sample_id": "kitchen_31_5", + "gaze_point": [ + 1855, + 1711 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 72.58699473978993, + "y": 47.33325444043811, + "width": 3.117747342985851, + "height": 6.004550438343095, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.58699473978993, + 47.33325444043811, + 3.117747342985851, + 6.004550438343095 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 178, + "annotation_id": 828, + "image": "images/b68c4034-kitchen_30.png", + "instruction_cn": "\u5728\u6700\u5de6\u4fa7\u7684\u53a8\u623f\u667a\u80fd\u63a7\u5236\u7a97\u53e3\u4e2d\u9009\u62e9\u7a97\u53e3\u4e0b\u65b9\u5bf9\u5e94\u8bbe\u5907", + "instruction_en": "in the left-most smart kitchen control window, select the corresponding device below the window", + "sample_id": "kitchen_30_1", + "gaze_point": [ + 1669, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.6558327031957, + "y": 48.42063791238367, + "width": 4.346587422805996, + "height": 4.663005664312948, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.6558327031957, + 48.42063791238367, + 4.346587422805996, + 4.663005664312948 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 178, + "annotation_id": 829, + "image": "images/b68c4034-kitchen_30.png", + "instruction_cn": "\u5728\u5fae\u6ce2\u7089\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u8bbe\u5907\u4e3a\u5fae\u6ce2\u7089", + "instruction_en": "switch device to microwave in the window above the microwave", + "sample_id": "kitchen_30_2", + "gaze_point": [ + 1669, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 43.67123203688046, + "y": 48.8236905491287, + "width": 4.3821780698204185, + "height": 4.372691992386806, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.67123203688046, + 48.8236905491287, + 4.3821780698204185, + 4.372691992386806 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 178, + "annotation_id": 830, + "image": "images/b68c4034-kitchen_30.png", + "instruction_cn": "\u5728\u5fae\u6ce2\u7089\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart in the window to the top right of the microwave", + "sample_id": "kitchen_30_3", + "gaze_point": [ + 1669, + 1196 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 52.008451043789236, + "y": 58.88684937039048, + "width": 1.092751423840859, + "height": 2.9140037969089647, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.008451043789236, + 58.88684937039048, + 1.092751423840859, + 2.9140037969089647 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 178, + "annotation_id": 831, + "image": "images/b68c4034-kitchen_30.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7ed9\u8ba1\u65f6\u5668\u52a0\u65f6", + "instruction_en": "add time to timer in the window above the pot on the right", + "sample_id": "kitchen_30_4", + "gaze_point": [ + 1669, + 1196 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 91.81197063032107, + "y": 66.54807804307956, + "width": 2.9917777533702576, + "height": 6.018547059411489, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 91.81197063032107, + 66.54807804307956, + 2.9917777533702576, + 6.018547059411489 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 178, + "annotation_id": 832, + "image": "images/b68c4034-kitchen_30.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6d4f\u89c8\u5668\u4fa7\u8fb9\u680f", + "instruction_en": "open browser sidebar in the window above the range hood", + "sample_id": "kitchen_30_5", + "gaze_point": [ + 1669, + 1196 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 74.77795160672372, + "y": 6.7544846588231895, + "width": 1.8665491942903834, + "height": 3.5553423465859253, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.77795160672372, + 6.7544846588231895, + 1.8665491942903834, + 3.5553423465859253 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 179, + "annotation_id": 823, + "image": "images/c6f62f1f-kitchen_29.png", + "instruction_cn": "\u5728\u6211\u624b\u6307\u6307\u5411\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u9759\u97f3\u6a21\u5f0f", + "instruction_en": "switch to silent mode in the window I'm pointing to", + "sample_id": "kitchen_29_1", + "gaze_point": [ + 1667, + 1540 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 46.03960411925684, + "y": 57.666336327259906, + "width": 1.696281649665103, + "height": 2.0408686065555415, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.03960411925684, + 57.666336327259906, + 1.696281649665103, + 2.0408686065555415 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 179, + "annotation_id": 824, + "image": "images/c6f62f1f-kitchen_29.png", + "instruction_cn": "\u5728\u6211\u624b\u6307\u6307\u5411\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u706f\u5149", + "instruction_en": "disable lights in the window I'm pointing to", + "sample_id": "kitchen_29_2", + "gaze_point": [ + 1667, + 1540 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 42.190519518235035, + "y": 48.68551642858764, + "width": 8.10379121775722, + "height": 6.204362457066345, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.190519518235035, + 48.68551642858764, + 8.10379121775722, + 6.204362457066345 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 179, + "annotation_id": 825, + "image": "images/c6f62f1f-kitchen_29.png", + "instruction_cn": "\u5728\u6211\u624b\u6307\u6307\u5411\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close current tab in the window I'm pointing to", + "sample_id": "kitchen_29_3", + "gaze_point": [ + 1667, + 1540 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 44.121287128712865, + "y": 27.77050432315959, + "width": 2.1479420669339646, + "height": 3.8185636745492744, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.121287128712865, + 27.77050432315959, + 2.1479420669339646, + 3.8185636745492744 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 179, + "annotation_id": 826, + "image": "images/c6f62f1f-kitchen_29.png", + "instruction_cn": "\u5728\u6211\u624b\u6307\u6307\u5411\u7684\u7a97\u53e3\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u6536\u85cf\u5546\u54c1", + "instruction_en": "favorite item in the window on the left of the one I'm pointing to", + "sample_id": "kitchen_29_4", + "gaze_point": [ + 1667, + 1540 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 17.60487999672671, + "y": 33.32659513537523, + "width": 2.410191904313777, + "height": 4.471080634089326, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 17.60487999672671, + 33.32659513537523, + 2.410191904313777, + 4.471080634089326 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 179, + "annotation_id": 827, + "image": "images/c6f62f1f-kitchen_29.png", + "instruction_cn": "\u5728\u6211\u624b\u6307\u6307\u5411\u7684\u7a97\u53e3\u53f3\u4fa7\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6700\u540e\u4e00\u4e2a\u98df\u8c31", + "instruction_en": "open the last recipe in the window on the right of the one I'm pointing to", + "sample_id": "kitchen_29_5", + "gaze_point": [ + 1667, + 1540 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 82.7970297029703, + "y": 51.48514851485149, + "width": 11.509900990099013, + "height": 11.551155115511548, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.7970297029703, + 51.48514851485149, + 11.509900990099013, + 11.551155115511548 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 180, + "annotation_id": 818, + "image": "images/6c82e347-kitchen_28.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u8bbe\u5907\u7535\u6e90", + "instruction_en": "turn device off in the window above the rice cooker", + "sample_id": "kitchen_28_1", + "gaze_point": [ + 2122, + 1583 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 48.09402292572857, + "y": 76.00812075188406, + "width": 4.443261522382201, + "height": 6.12585715557455, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.09402292572857, + 76.00812075188406, + 4.443261522382201, + 6.12585715557455 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 180, + "annotation_id": 819, + "image": "images/6c82e347-kitchen_28.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar in the window above the rice cooker", + "sample_id": "kitchen_28_2", + "gaze_point": [ + 2122, + 1583 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.80785487954379, + "y": 61.80645898892405, + "width": 5.377432792141477, + "height": 2.5811677402279045, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.80785487954379, + 61.80645898892405, + 5.377432792141477, + 2.5811677402279045 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 180, + "annotation_id": 820, + "image": "images/6c82e347-kitchen_28.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u5de6\u8fb9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the window on the left of the rice cooker", + "sample_id": "kitchen_28_3", + "gaze_point": [ + 2122, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 45.10744071842229, + "y": 86.28331135296914, + "width": 2.5981227858215377, + "height": 5.038783584623573, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.10744071842229, + 86.28331135296914, + 2.5981227858215377, + 5.038783584623573 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 180, + "annotation_id": 821, + "image": "images/6c82e347-kitchen_28.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u8bbe\u5907\u4e3a\u62bd\u6cb9\u70df\u673a", + "instruction_en": "switch device to range hood in the window above it", + "sample_id": "kitchen_28_4", + "gaze_point": [ + 2122, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 21.31887102945333, + "y": 26.98255665301813, + "width": 6.841723335996701, + "height": 6.774364597105041, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.31887102945333, + 26.98255665301813, + 6.841723335996701, + 6.774364597105041 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 180, + "annotation_id": 822, + "image": "images/6c82e347-kitchen_28.png", + "instruction_cn": "\u5728\u79bb\u7535\u996d\u7172\u66f4\u8fd1\u7684\u90a3\u4e2a\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot closer to the rice cooker", + "sample_id": "kitchen_28_5", + "gaze_point": [ + 2122, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 34.19782462941539, + "y": 79.75695300024964, + "width": 2.5376105346115665, + "height": 4.742656725655792, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.19782462941539, + 79.75695300024964, + 2.5376105346115665, + 4.742656725655792 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 181, + "annotation_id": 813, + "image": "images/50841ba4-kitchen_27.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u5230\u53e6\u4e00\u6807\u7b7e\u9875", + "instruction_en": "switch to the other tab in the window above the range hood", + "sample_id": "kitchen_27_1", + "gaze_point": [ + 1830, + 1426 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 40.76205389880691, + "y": 43.086855144042076, + "width": 7.688395644962612, + "height": 3.160291080781036, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.76205389880691, + 43.086855144042076, + 7.688395644962612, + 3.160291080781036 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 181, + "annotation_id": 814, + "image": "images/50841ba4-kitchen_27.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907\n", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_27_2", + "gaze_point": [ + 1830, + 1426 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 40.56216860375983, + "y": 47.83338421396494, + "width": 4.240482608626877, + "height": 3.5022008596183483, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.56216860375983, + 47.83338421396494, + 4.240482608626877, + 3.5022008596183483 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 181, + "annotation_id": 815, + "image": "images/50841ba4-kitchen_27.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6211\u7684\u6536\u85cf", + "instruction_en": "open my favorites in the window to the top right of the range hood", + "sample_id": "kitchen_27_3", + "gaze_point": [ + 1830, + 1426 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 61.782865186092884, + "y": 46.305454258362595, + "width": 2.4725435978266503, + "height": 3.9329348456657836, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.782865186092884, + 46.305454258362595, + 2.4725435978266503, + 3.9329348456657836 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 181, + "annotation_id": 816, + "image": "images/50841ba4-kitchen_27.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u56de\u9000\u5230\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page in the window above the range hood", + "sample_id": "kitchen_27_4", + "gaze_point": [ + 1830, + 1426 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 41.55411080767622, + "y": 42.58854492380269, + "width": 1.1018576857062001, + "height": 2.4812202700346973, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.55411080767622, + 42.58854492380269, + 1.1018576857062001, + 2.4812202700346973 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 181, + "annotation_id": 817, + "image": "images/50841ba4-kitchen_27.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view cart in the window on the left of the range hood", + "sample_id": "kitchen_27_5", + "gaze_point": [ + 1830, + 1426 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 21.312969058932847, + "y": 85.74086106163479, + "width": 1.605511733834135, + "height": 3.077230823182091, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.312969058932847, + 85.74086106163479, + 1.605511733834135, + 3.077230823182091 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 182, + "annotation_id": 808, + "image": "images/186f8c57-kitchen_26.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u6240\u6709\u5546\u54c1\u6b3e\u5f0f", + "instruction_en": "view all models of the item in the window left of the range hood", + "sample_id": "kitchen_26_1", + "gaze_point": [ + 1191, + 1587 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 30.565296499261386, + "y": 63.60298644890169, + "width": 2.9897071872161476, + "height": 3.088466283490547, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.565296499261386, + 63.60298644890169, + 2.9897071872161476, + 3.088466283490547 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 182, + "annotation_id": 809, + "image": "images/186f8c57-kitchen_26.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u5173\u6ce8\u5e97\u94fa", + "instruction_en": "follow the shop in the window left of the range hood", + "sample_id": "kitchen_26_2", + "gaze_point": [ + 1191, + 1587 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 30.351605487829143, + "y": 84.19829688176034, + "width": 2.3465161274799193, + "height": 3.3025041794161893, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.351605487829143, + 84.19829688176034, + 2.3465161274799193, + 3.3025041794161893 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 182, + "annotation_id": 810, + "image": "images/186f8c57-kitchen_26.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u6240\u6709\u6807\u7b7e\u9875", + "instruction_en": "view all tabs in the window above the range hood", + "sample_id": "kitchen_26_3", + "gaze_point": [ + 1191, + 1587 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 54.819539264261216, + "y": 40.532185811709724, + "width": 1.3355850735832817, + "height": 2.255654790940632, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.819539264261216, + 40.532185811709724, + 1.3355850735832817, + 2.255654790940632 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 182, + "annotation_id": 811, + "image": "images/186f8c57-kitchen_26.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4fa7\u4e0b\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4fdd\u6e29\n", + "instruction_en": "disable keep warm in the bottom window on the right of the range hood", + "sample_id": "kitchen_26_4", + "gaze_point": [ + 1191, + 1587 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 68.83234487810124, + "y": 93.92912530500831, + "width": 5.7968725499285085, + "height": 5.4682516570754425, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.83234487810124, + 93.92912530500831, + 5.7968725499285085, + 5.4682516570754425 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 182, + "annotation_id": 812, + "image": "images/186f8c57-kitchen_26.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0b\u65b9\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the window on the left below the range hood", + "sample_id": "kitchen_26_5", + "gaze_point": [ + 1191, + 1587 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 45.82782930903645, + "y": 87.48994953170627, + "width": 3.550767807289432, + "height": 6.466438933600273, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.82782930903645, + 87.48994953170627, + 3.550767807289432, + 6.466438933600273 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 183, + "annotation_id": 803, + "image": "images/4a6a8e1a-kitchen_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u7b2c\u4e00\u4e2a\u5305\u542b\u6211\u624b\u4e2d\u7269\u54c1\u7684\u5546\u54c1\u89c4\u683c", + "instruction_en": "choose the first spec that contains the item in my hand on JD.com", + "sample_id": "kitchen_25_1", + "gaze_point": [ + 1755, + 1178 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 37.11149895626741, + "y": 53.36546158098696, + "width": 13.770030173088749, + "height": 3.9012037674974778, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.11149895626741, + 53.36546158098696, + 13.770030173088749, + 3.9012037674974778 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 183, + "annotation_id": 804, + "image": "images/4a6a8e1a-kitchen_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u9009\u62e9\u5305\u542b\u6211\u624b\u4e2d\u7269\u54c1\u7684\u5546\u54c1\u89c4\u683c\u4e2d\u66f4\u8d35\u7684\u90a3\u4e2a", + "instruction_en": "choose the more expensive spec that contains the item in my hand on JD.com", + "sample_id": "kitchen_25_2", + "gaze_point": [ + 1755, + 1178 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 37.24247473454606, + "y": 55.2631922199351, + "width": 16.266734196227986, + "height": 4.395633062802936, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.24247473454606, + 55.2631922199351, + 16.266734196227986, + 4.395633062802936 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 183, + "annotation_id": 805, + "image": "images/4a6a8e1a-kitchen_25.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_25_3", + "gaze_point": [ + 1755, + 1178 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 57.84357521348937, + "y": 27.613599977247027, + "width": 5.910731912023273, + "height": 4.819443898191075, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.84357521348937, + 27.613599977247027, + 5.910731912023273, + 4.819443898191075 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 183, + "annotation_id": 806, + "image": "images/4a6a8e1a-kitchen_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u4e3a\u5927\u56fe\u6807\u663e\u793a", + "instruction_en": "switch to large icon view on JD.com", + "sample_id": "kitchen_25_4", + "gaze_point": [ + 1755, + 1178 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.222055899764726, + "y": 47.79470384923556, + "width": 3.5149260174027717, + "height": 3.303940675361993, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.222055899764726, + 47.79470384923556, + 3.5149260174027717, + 3.303940675361993 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 183, + "annotation_id": 807, + "image": "images/4a6a8e1a-kitchen_25.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6dfb\u52a0\u5f53\u524d\u5546\u54c1\u8d2d\u4e70\u6570\u91cf", + "instruction_en": "increase purchase amount of current item on JD.com", + "sample_id": "kitchen_25_5", + "gaze_point": [ + 1755, + 1178 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.00292959194734, + "y": 46.31081164003226, + "width": 1.0651314460834893, + "height": 2.2853422853093557, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.00292959194734, + 46.31081164003226, + 1.0651314460834893, + 2.2853422853093557 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 184, + "annotation_id": 793, + "image": "images/191dbcfb-kitchen_24.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u548c\u6211\u624b\u4e2d\u7269\u54c1\u76f8\u540c\u54c1\u724c\u7684\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "go to detail page of the item of the same brand as the one in my hand on JD.com", + "sample_id": "kitchen_24_1", + "gaze_point": [ + 1877, + 1666 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.446378528100304, + "y": 70.78707998384638, + "width": 5.270833152062039, + "height": 15.52041889447429, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.446378528100304, + 70.78707998384638, + 5.270833152062039, + 15.52041889447429 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 184, + "annotation_id": 794, + "image": "images/191dbcfb-kitchen_24.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u56de\u5230\u9875\u9762\u9876\u7aef", + "instruction_en": "return to top of the page in the window left of the range hood", + "sample_id": "kitchen_24_2", + "gaze_point": [ + 1877, + 1666 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.03184891035852, + "y": 81.9127060573659, + "width": 1.4787940178389078, + "height": 2.9444431999637004, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.03184891035852, + 81.9127060573659, + 1.4787940178389078, + 2.9444431999637004 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 184, + "annotation_id": 795, + "image": "images/191dbcfb-kitchen_24.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_24_3", + "gaze_point": [ + 1877, + 1666 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 57.39252272458868, + "y": 41.13077165115723, + "width": 5.029965713350492, + "height": 5.402555766191263, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.39252272458868, + 41.13077165115723, + 5.029965713350492, + 5.402555766191263 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 184, + "annotation_id": 796, + "image": "images/191dbcfb-kitchen_24.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4fa7\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7b2c\u4e8c\u884c\u7b2c\u4e00\u4e2a\u98df\u8c31", + "instruction_en": "open the first recipe in the second row in the window on the right of the range hood", + "sample_id": "kitchen_24_4", + "gaze_point": [ + 1877, + 1666 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 85.74968916729216, + "y": 30.194752429582227, + "width": 10.07756716924716, + "height": 11.05733064403508, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 85.74968916729216, + 30.194752429582227, + 10.07756716924716, + 11.05733064403508 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 184, + "annotation_id": 797, + "image": "images/191dbcfb-kitchen_24.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0b\u65b9\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the window on the left below the range hood", + "sample_id": "kitchen_24_5", + "gaze_point": [ + 1877, + 1666 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 64.21883465875273, + "y": 83.80556438082183, + "width": 3.1882799024606787, + "height": 6.593449594204401, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.21883465875273, + 83.80556438082183, + 3.1882799024606787, + 6.593449594204401 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 185, + "annotation_id": 788, + "image": "images/d7591fe8-kitchen_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u548c\u6211\u624b\u4e2d\u7269\u54c1\u76f8\u540c\u79cd\u7c7b\u7684\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "go to detail page of the item of the same type as the one in my hand on JD.com", + "sample_id": "kitchen_23_1", + "gaze_point": [ + 1973, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.34958303426321, + "y": 41.39863740513334, + "width": 7.534602746761632, + "height": 18.601356926470658, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.34958303426321, + 41.39863740513334, + 7.534602746761632, + 18.601356926470658 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 185, + "annotation_id": 789, + "image": "images/d7591fe8-kitchen_23.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u8fdb\u53e3\u5546\u54c1", + "instruction_en": "filter imported items on JD.com", + "sample_id": "kitchen_23_2", + "gaze_point": [ + 1973, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.28616425112076, + "y": 29.12914425428032, + "width": 5.211786853390308, + "height": 2.9448166889096044, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.28616425112076, + 29.12914425428032, + 5.211786853390308, + 2.9448166889096044 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 185, + "annotation_id": 790, + "image": "images/d7591fe8-kitchen_23.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar in the window left of the range hood", + "sample_id": "kitchen_23_3", + "gaze_point": [ + 1973, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 42.92790058840961, + "y": 26.03701225927164, + "width": 17.061006293561412, + "height": 5.5426619430859345, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.92790058840961, + 26.03701225927164, + 17.061006293561412, + 5.5426619430859345 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 185, + "annotation_id": 791, + "image": "images/d7591fe8-kitchen_23.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close current tab in the window above the range hood", + "sample_id": "kitchen_23_4", + "gaze_point": [ + 1973, + 1132 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 78.03144233603264, + "y": 17.254602440262516, + "width": 1.7207784934852697, + "height": 3.0591617661960413, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.03144233603264, + 17.254602440262516, + 1.7207784934852697, + 3.0591617661960413 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 185, + "annotation_id": 792, + "image": "images/d7591fe8-kitchen_23.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u4fa7\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart in the window left of the range hood", + "sample_id": "kitchen_23_5", + "gaze_point": [ + 1973, + 1132 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 57.09676321805123, + "y": 72.6616967711491, + "width": 1.7154010606931323, + "height": 2.944443199963686, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.09676321805123, + 72.6616967711491, + 1.7154010606931323, + 2.944443199963686 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 186, + "annotation_id": 783, + "image": "images/3ebc3cd7-kitchen_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "go to detail page of the item in my hand on JD.com", + "sample_id": "kitchen_22_1", + "gaze_point": [ + 2019, + 1585 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 48.657192002703866, + "y": 54.034612681423965, + "width": 7.334818328480964, + "height": 17.351183142643166, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.657192002703866, + 54.034612681423965, + 7.334818328480964, + 17.351183142643166 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 186, + "annotation_id": 784, + "image": "images/3ebc3cd7-kitchen_22.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_22_2", + "gaze_point": [ + 2019, + 1585 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 59.034653465346544, + "y": 34.98349834983499, + "width": 6.49752475247525, + "height": 6.600660066006597, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.034653465346544, + 34.98349834983499, + 6.49752475247525, + 6.600660066006597 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 186, + "annotation_id": 785, + "image": "images/3ebc3cd7-kitchen_22.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u65b0\u54c1", + "instruction_en": "see new arrival in JD.com", + "sample_id": "kitchen_22_3", + "gaze_point": [ + 2019, + 1585 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.324049700316834, + "y": 39.263953632144684, + "width": 8.896602266601015, + "height": 4.758851163255599, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.324049700316834, + 39.263953632144684, + 8.896602266601015, + 4.758851163255599 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 186, + "annotation_id": 786, + "image": "images/3ebc3cd7-kitchen_22.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4fdd\u6e29", + "instruction_en": "disable keep warm in the window above the range hood", + "sample_id": "kitchen_22_4", + "gaze_point": [ + 2019, + 1585 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 73.6739909805925, + "y": 45.84662327008676, + "width": 6.802452482058968, + "height": 5.678569028501407, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.6739909805925, + 45.84662327008676, + 6.802452482058968, + 5.678569028501407 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 186, + "annotation_id": 787, + "image": "images/3ebc3cd7-kitchen_22.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6d4f\u89c8\u5668\u4fa7\u8fb9\u680f", + "instruction_en": "open browser sidebar in the window above the range hood", + "sample_id": "kitchen_22_5", + "gaze_point": [ + 2019, + 1585 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 59.993800061683004, + "y": 29.709221901140225, + "width": 1.7154010606931323, + "height": 2.7341258285377137, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.993800061683004, + 29.709221901140225, + 1.7154010606931323, + 2.7341258285377137 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 187, + "annotation_id": 778, + "image": "images/037a4ef9-kitchen_21.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u8304\u5b50\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add eggplants to cart in JD.com", + "sample_id": "kitchen_21_1", + "gaze_point": [ + 1815, + 1570 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.357368751959754, + "y": 66.89658983975201, + "width": 1.0219249426659829, + "height": 1.6956384233865265, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.357368751959754, + 66.89658983975201, + 1.0219249426659829, + 1.6956384233865265 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 187, + "annotation_id": 779, + "image": "images/037a4ef9-kitchen_21.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the window above the pot on the left", + "sample_id": "kitchen_21_2", + "gaze_point": [ + 1815, + 1570 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 55.50583668622166, + "y": 78.49139240419152, + "width": 3.048464068697271, + "height": 6.435646367249774, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.50583668622166, + 78.49139240419152, + 3.048464068697271, + 6.435646367249774 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 187, + "annotation_id": 780, + "image": "images/037a4ef9-kitchen_21.png", + "instruction_cn": "\u5728\u89c6\u91ce\u4e2d\u53ef\u89c1\u7684\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7ed9\u8ba1\u65f6\u5668\u52a0\u65f6", + "instruction_en": "add time to the timer in the window above the pot on the right in sight", + "sample_id": "kitchen_21_3", + "gaze_point": [ + 1815, + 1570 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 68.66545754724609, + "y": 78.33731074312428, + "width": 2.188615146401588, + "height": 4.101188742806556, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.66545754724609, + 78.33731074312428, + 2.188615146401588, + 4.101188742806556 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 187, + "annotation_id": 781, + "image": "images/037a4ef9-kitchen_21.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_21_4", + "gaze_point": [ + 1815, + 1570 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 52.27974347468265, + "y": 33.34303115646675, + "width": 5.59575656350242, + "height": 5.205354942792951, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.27974347468265, + 33.34303115646675, + 5.59575656350242, + 5.205354942792951 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 187, + "annotation_id": 782, + "image": "images/037a4ef9-kitchen_21.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7b2c\u4e09\u4e2a\u83dc\u8c31", + "instruction_en": "open the third recipe in the window to the top right of the range hood", + "sample_id": "kitchen_21_5", + "gaze_point": [ + 1815, + 1570 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 90.85460779390819, + "y": 21.124270904839797, + "width": 6.859044154568849, + "height": 8.129237516526047, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 90.85460779390819, + 21.124270904839797, + 6.859044154568849, + 8.129237516526047 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 188, + "annotation_id": 773, + "image": "images/8b100289-kitchen_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u6211\u624b\u4e2d\u7684\u7269\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the item in my hand to cart on JD.com", + "sample_id": "kitchen_20_1", + "gaze_point": [ + 1806, + 1508 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.897188021873255, + "y": 52.95028534916997, + "width": 1.2612469867701677, + "height": 2.950285349169981, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.897188021873255, + 52.95028534916997, + 1.2612469867701677, + 2.950285349169981 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 188, + "annotation_id": 774, + "image": "images/8b100289-kitchen_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u7269\u54c1\u7684\u8be6\u60c5\u9875\n", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "kitchen_20_2", + "gaze_point": [ + 1806, + 1508 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 38.899508529311056, + "y": 41.14713981044573, + "width": 6.408690681617619, + "height": 16.47402299750538, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.899508529311056, + 41.14713981044573, + 6.408690681617619, + 16.47402299750538 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 188, + "annotation_id": 775, + "image": "images/8b100289-kitchen_20.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u7684\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the air fryer", + "sample_id": "kitchen_20_3", + "gaze_point": [ + 1806, + 1508 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 24.263460727093655, + "y": 51.40577192393753, + "width": 6.799494894023294, + "height": 6.107616466210409, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 24.263460727093655, + 51.40577192393753, + 6.799494894023294, + 6.107616466210409 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 188, + "annotation_id": 776, + "image": "images/8b100289-kitchen_20.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7ed9\u8ba1\u65f6\u5668\u52a0\u65f6", + "instruction_en": "add time to the timer in the window above the pot on the left", + "sample_id": "kitchen_20_4", + "gaze_point": [ + 1806, + 1508 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 69.61633663366337, + "y": 61.05610561056105, + "width": 2.9702970297029765, + "height": 6.93069306930694, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.61633663366337, + 61.05610561056105, + 2.9702970297029765, + 6.93069306930694 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 188, + "annotation_id": 777, + "image": "images/8b100289-kitchen_20.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot on the right", + "sample_id": "kitchen_20_5", + "gaze_point": [ + 1806, + 1508 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 77.5990099009901, + "y": 62.04620462046204, + "width": 4.084158415841586, + "height": 7.590759075907592, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.5990099009901, + 62.04620462046204, + 4.084158415841586, + 7.590759075907592 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 188, + "annotation_id": 917, + "image": "images/8b100289-kitchen_20.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u7b2c\u4e00\u4e2a\u6d0b\u8471\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the first onion item to cart on JD.com", + "sample_id": "kitchen_20_6", + "gaze_point": [ + 1806, + 1508 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.25755215665739, + "y": 39.59367743234463, + "width": 0.6747222033402451, + "height": 1.364955261929694, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.25755215665739, + 39.59367743234463, + 0.6747222033402451, + 1.364955261929694 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 189, + "annotation_id": 798, + "image": "images/b5a1e9a8-kitchen_19.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "kitchen_19_1", + "gaze_point": [ + 1766, + 1633 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.61403747688154, + "y": 50.609400337662116, + "width": 5.484625759490605, + "height": 14.556647730542387, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.61403747688154, + 50.609400337662116, + 5.484625759490605, + 14.556647730542387 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 189, + "annotation_id": 799, + "image": "images/b5a1e9a8-kitchen_19.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u7684\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the air fryer", + "sample_id": "kitchen_19_2", + "gaze_point": [ + 1766, + 1633 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 27.556965226722053, + "y": 65.59542648005402, + "width": 4.819291117869131, + "height": 6.231002657446979, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.556965226722053, + 65.59542648005402, + 4.819291117869131, + 6.231002657446979 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 189, + "annotation_id": 800, + "image": "images/b5a1e9a8-kitchen_19.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_19_3", + "gaze_point": [ + 1766, + 1633 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 56.62127287570764, + "y": 29.70295334419138, + "width": 5.383663366336634, + "height": 6.93069306930693, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.62127287570764, + 29.70295334419138, + 5.383663366336634, + 6.93069306930693 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 189, + "annotation_id": 801, + "image": "images/b5a1e9a8-kitchen_19.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u91cc\u7b5b\u9009\u8865\u8d34\u5546\u54c1", + "instruction_en": "filter subsidized items in JD.com", + "sample_id": "kitchen_19_4", + "gaze_point": [ + 1766, + 1633 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.96527223583093, + "y": 39.107562467990256, + "width": 1.7341756602816787, + "height": 1.9268618447574184, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.96527223583093, + 39.107562467990256, + 1.7341756602816787, + 1.9268618447574184 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 189, + "annotation_id": 802, + "image": "images/b5a1e9a8-kitchen_19.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot on the left\n", + "sample_id": "kitchen_19_5", + "gaze_point": [ + 1766, + 1633 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 62.22290497573702, + "y": 73.4958373837377, + "width": 2.25170641437866, + "height": 4.618884952571619, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.22290497573702, + 73.4958373837377, + 2.25170641437866, + 4.618884952571619 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 190, + "annotation_id": 768, + "image": "images/ada6f603-kitchen_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "kitchen_18_1", + "gaze_point": [ + 1614, + 700 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 40.37177810794338, + "y": 20.20819469212116, + "width": 10.13267886470399, + "height": 24.480090248629555, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.37177810794338, + 20.20819469212116, + 10.13267886470399, + 24.480090248629555 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 190, + "annotation_id": 769, + "image": "images/ada6f603-kitchen_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u7ea2\u8461\u8404\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add red grapes to cart on JD.com", + "sample_id": "kitchen_18_2", + "gaze_point": [ + 1614, + 700 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.80566324527734, + "y": 56.64379374936923, + "width": 0.9292333149455629, + "height": 2.0110943241333885, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.80566324527734, + 56.64379374936923, + 0.9292333149455629, + 2.0110943241333885 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 190, + "annotation_id": 770, + "image": "images/ada6f603-kitchen_18.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u641c\u7d22\u680f", + "instruction_en": "open search bar in the window above the range hood", + "sample_id": "kitchen_18_3", + "gaze_point": [ + 1614, + 700 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 53.438298395087294, + "y": 6.721910026687696, + "width": 9.874922036477983, + "height": 5.301388288010184, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.438298395087294, + 6.721910026687696, + 9.874922036477983, + 5.301388288010184 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 190, + "annotation_id": 771, + "image": "images/ada6f603-kitchen_18.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u5207\u6362\u4e3a\u5217\u8868\u663e\u793a", + "instruction_en": "switch to list view on JD.com", + "sample_id": "kitchen_18_4", + "gaze_point": [ + 1614, + 700 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.087934167919805, + "y": 12.72460793352648, + "width": 2.0971987889351738, + "height": 4.206347428519562, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.087934167919805, + 12.72460793352648, + 2.0971987889351738, + 4.206347428519562 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 190, + "annotation_id": 772, + "image": "images/ada6f603-kitchen_18.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7b2c\u4e00\u4e2a\u98df\u8c31", + "instruction_en": "open the first recipe in the window top right of the range hood", + "sample_id": "kitchen_18_5", + "gaze_point": [ + 1614, + 700 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 71.08448298562766, + "y": 10.227071768548553, + "width": 3.7857126856676047, + "height": 7.150790628483245, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.08448298562766, + 10.227071768548553, + 3.7857126856676047, + 7.150790628483245 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 191, + "annotation_id": 763, + "image": "images/5242c2a8-kitchen_17.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u7b2c\u4e00\u4e2a\u641c\u7d22\u7ed3\u679c\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the first search result of the item in my hand on JD.com", + "sample_id": "kitchen_17_1", + "gaze_point": [ + 1851, + 721 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 38.70093490400068, + "y": 14.66199746925684, + "width": 9.345978192741896, + "height": 23.24006954257056, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.70093490400068, + 14.66199746925684, + 9.345978192741896, + 23.24006954257056 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 191, + "annotation_id": 764, + "image": "images/5242c2a8-kitchen_17.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u5c0f\u91d1\u6854\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add small kumquat to cart in JD.com", + "sample_id": "kitchen_17_2", + "gaze_point": [ + 1851, + 721 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.361389359732684, + "y": 51.613511423495474, + "width": 1.1534598362764612, + "height": 1.834743131387114, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.361389359732684, + 51.613511423495474, + 1.1534598362764612, + 1.834743131387114 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 191, + "annotation_id": 765, + "image": "images/5242c2a8-kitchen_17.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u8ba1\u65f6\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the timer window above the pot on the right", + "sample_id": "kitchen_17_3", + "gaze_point": [ + 1851, + 721 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 68.52847226626074, + "y": 65.12477406205404, + "width": 1.8869411667624547, + "height": 3.932934845665798, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.52847226626074, + 65.12477406205404, + 1.8869411667624547, + 3.932934845665798 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 191, + "annotation_id": 766, + "image": "images/5242c2a8-kitchen_17.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh web page in the window above the range hood", + "sample_id": "kitchen_17_4", + "gaze_point": [ + 1851, + 721 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 68.65587405499795, + "y": 10.045753325753429, + "width": 1.3332477997044947, + "height": 2.082919121423865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.65587405499795, + 10.045753325753429, + 1.3332477997044947, + 2.082919121423865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 191, + "annotation_id": 767, + "image": "images/5242c2a8-kitchen_17.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7b2c\u4e8c\u4e2a\u83dc\u8c31", + "instruction_en": "open the second recipe in the window to the top right of the range hood", + "sample_id": "kitchen_17_5", + "gaze_point": [ + 1851, + 721 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 81.33794978967313, + "y": 11.220208911174447, + "width": 3.268844467595045, + "height": 6.660117566935236, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 81.33794978967313, + 11.220208911174447, + 3.268844467595045, + 6.660117566935236 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 192, + "annotation_id": 758, + "image": "images/842e615c-kitchen_16.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7684\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "go to detail page of the item in my hand on JD.com", + "sample_id": "kitchen_16_1", + "gaze_point": [ + 1581, + 1852 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 45.74180567831813, + "y": 53.0751656369379, + "width": 6.429951731392721, + "height": 16.706883151566824, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.74180567831813, + 53.0751656369379, + 6.429951731392721, + 16.706883151566824 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 192, + "annotation_id": 759, + "image": "images/842e615c-kitchen_16.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u7af9\u7b0b\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add bamboo shoot tips to cart on JD.com", + "sample_id": "kitchen_16_2", + "gaze_point": [ + 1581, + 1852 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.839062851946444, + "y": 66.24975479614406, + "width": 1.1581816016881135, + "height": 2.119548029233158, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.839062851946444, + 66.24975479614406, + 1.1581816016881135, + 2.119548029233158 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 192, + "annotation_id": 760, + "image": "images/842e615c-kitchen_16.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u7535\u6e90", + "instruction_en": "turn power off in the window above the range hood", + "sample_id": "kitchen_16_3", + "gaze_point": [ + 1581, + 1852 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 71.49901025729467, + "y": 35.072323660781876, + "width": 8.754989903993984, + "height": 7.8217339528487795, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.49901025729467, + 35.072323660781876, + 8.754989903993984, + 7.8217339528487795 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 192, + "annotation_id": 761, + "image": "images/842e615c-kitchen_16.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u65b0\u7684\u6807\u7b7e\u9875", + "instruction_en": "open new tab in the window above the range hood\n", + "sample_id": "kitchen_16_4", + "gaze_point": [ + 1581, + 1852 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 83.2347252033531, + "y": 17.67579537001566, + "width": 1.9554301062332513, + "height": 2.9548721605302686, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 83.2347252033531, + 17.67579537001566, + 1.9554301062332513, + 2.9548721605302686 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 192, + "annotation_id": 762, + "image": "images/842e615c-kitchen_16.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u8fd4\u56de\u4e0a\u4e00\u9875\u9762", + "instruction_en": "return to previous page in the window above the range hood", + "sample_id": "kitchen_16_5", + "gaze_point": [ + 1581, + 1852 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 63.819675842937016, + "y": 24.390035892313747, + "width": 1.6621155902982707, + "height": 2.69414814636583, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.819675842937016, + 24.390035892313747, + 1.6621155902982707, + 2.69414814636583 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 193, + "annotation_id": 753, + "image": "images/837167eb-kitchen_15.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u6211\u624b\u4e2d\u7684\u7269\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the item in my hand to cart in JD.com", + "sample_id": "kitchen_15_1", + "gaze_point": [ + 2008, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 44.761601994871434, + "y": 46.675796144828034, + "width": 0.66541569019072, + "height": 1.956435875432554, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.761601994871434, + 46.675796144828034, + 0.66541569019072, + 1.956435875432554 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 193, + "annotation_id": 754, + "image": "images/837167eb-kitchen_15.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot on the left", + "sample_id": "kitchen_15_2", + "gaze_point": [ + 2008, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 64.48050118002715, + "y": 67.6560705270263, + "width": 3.751399660149076, + "height": 6.899125811768386, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.48050118002715, + 67.6560705270263, + 3.751399660149076, + 6.899125811768386 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 193, + "annotation_id": 755, + "image": "images/837167eb-kitchen_15.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the window above the pot on the right", + "sample_id": "kitchen_15_3", + "gaze_point": [ + 2008, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 80.4358467424543, + "y": 70.52916179266354, + "width": 3.741777945432247, + "height": 7.222225367691408, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.4358467424543, + 70.52916179266354, + 3.741777945432247, + 7.222225367691408 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 193, + "annotation_id": 756, + "image": "images/837167eb-kitchen_15.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u7684\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_15_4", + "gaze_point": [ + 2008, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 63.74520060226919, + "y": 17.62492336092541, + "width": 6.6666860463856485, + "height": 5.711752435993063, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.74520060226919, + 17.62492336092541, + 6.6666860463856485, + 5.711752435993063 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 193, + "annotation_id": 757, + "image": "images/837167eb-kitchen_15.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u628a\u8d1d\u8d1d\u5357\u74dc\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add baby pumpkins to cart on JD.com", + "sample_id": "kitchen_15_5", + "gaze_point": [ + 2008, + 1583 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.13067397526903, + "y": 30.654018101141528, + "width": 0.9409803927518396, + "height": 1.6188909982827475, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.13067397526903, + 30.654018101141528, + 0.9409803927518396, + 1.6188909982827475 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 194, + "annotation_id": 748, + "image": "images/61baf10e-kitchen_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand in JD.com", + "sample_id": "kitchen_14_1", + "gaze_point": [ + 1717, + 1313 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 41.421784897604915, + "y": 50.088663721988524, + "width": 6.782774687734264, + "height": 19.77201000345321, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.421784897604915, + 50.088663721988524, + 6.782774687734264, + 19.77201000345321 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 194, + "annotation_id": 749, + "image": "images/61baf10e-kitchen_14.png", + "instruction_cn": "\u5728\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7ed9\u8ba1\u65f6\u5668\u52a0\u65f6\n", + "instruction_en": "add time to the timer in the window above the pot", + "sample_id": "kitchen_14_2", + "gaze_point": [ + 1717, + 1313 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 80.20543515575699, + "y": 81.62243653719233, + "width": 3.7108541607592542, + "height": 6.754147255561804, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.20543515575699, + 81.62243653719233, + 3.7108541607592542, + 6.754147255561804 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 194, + "annotation_id": 750, + "image": "images/61baf10e-kitchen_14.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u7684\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_14_3", + "gaze_point": [ + 1717, + 1313 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 68.72058330624039, + "y": 18.329210343881755, + "width": 7.420857253155249, + "height": 6.213922337585707, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.72058330624039, + 18.329210343881755, + 7.420857253155249, + 6.213922337585707 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 194, + "annotation_id": 751, + "image": "images/61baf10e-kitchen_14.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close current tab in the window above the range hood", + "sample_id": "kitchen_14_4", + "gaze_point": [ + 1717, + 1313 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 83.38476964279369, + "y": 6.561115427154847, + "width": 2.3939204936916525, + "height": 4.344522377440373, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 83.38476964279369, + 6.561115427154847, + 2.3939204936916525, + 4.344522377440373 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 194, + "annotation_id": 752, + "image": "images/61baf10e-kitchen_14.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u91cc\u628a\u8304\u5b50\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add eggplants to cart in JD.com", + "sample_id": "kitchen_14_5", + "gaze_point": [ + 1717, + 1313 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.49103592498342, + "y": 66.86938526590515, + "width": 0.8243527608783177, + "height": 1.9784466890012948, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.49103592498342, + 66.86938526590515, + 0.8243527608783177, + 1.9784466890012948 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 195, + "annotation_id": 743, + "image": "images/fb684cfc-kitchen_13.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8fdb\u5165\u6211\u624b\u4e2d\u7269\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on JD.com", + "sample_id": "kitchen_13_1", + "gaze_point": [ + 1527, + 1227 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 38.170830892502984, + "y": 47.27393633736697, + "width": 6.936858427235883, + "height": 17.654507529433083, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.170830892502984, + 47.27393633736697, + 6.936858427235883, + 17.654507529433083 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 195, + "annotation_id": 744, + "image": "images/fb684cfc-kitchen_13.png", + "instruction_cn": "\u56de\u5230\u4eac\u4e1c\u9875\u9762\u9876\u7aef", + "instruction_en": "return to top of the JD.com page", + "sample_id": "kitchen_13_2", + "gaze_point": [ + 1527, + 1227 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.4360055017517, + "y": 72.42665649525429, + "width": 1.8895438442338417, + "height": 3.3591890564157296, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.4360055017517, + 72.42665649525429, + 1.8895438442338417, + 3.3591890564157296 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 195, + "annotation_id": 745, + "image": "images/fb684cfc-kitchen_13.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4fdd\u6e29", + "instruction_en": "turn off keep warm in the window above the range hood", + "sample_id": "kitchen_13_3", + "gaze_point": [ + 1527, + 1227 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 65.07540006500415, + "y": 35.98989950006887, + "width": 7.313308597312414, + "height": 6.691916363553851, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.07540006500415, + 35.98989950006887, + 7.313308597312414, + 6.691916363553851 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 195, + "annotation_id": 746, + "image": "images/fb684cfc-kitchen_13.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u8471\u7206\u7f8a\u8089\u7684\u83dc\u8c31", + "instruction_en": "view recipe of Saut\u00e9ed Lamb Slices with Scallions in the window on the top right of the range hood", + "sample_id": "kitchen_13_4", + "gaze_point": [ + 1527, + 1227 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 85.229805349825, + "y": 15.731739382663148, + "width": 9.239505023457497, + "height": 8.79126612560587, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 85.229805349825, + 15.731739382663148, + 9.239505023457497, + 8.79126612560587 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 195, + "annotation_id": 747, + "image": "images/fb684cfc-kitchen_13.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u4e3a\u76f8\u5e94\u8bbe\u5907", + "instruction_en": "switch to the corresponding device in the window above the range hood", + "sample_id": "kitchen_13_5", + "gaze_point": [ + 1527, + 1227 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 51.97224600639655, + "y": 26.72655126915981, + "width": 5.009779611010842, + "height": 3.878539053685813, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.97224600639655, + 26.72655126915981, + 5.009779611010842, + 3.878539053685813 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 196, + "annotation_id": 738, + "image": "images/c96968b4-kitchen_12.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u5c06\u9875\u9762\u6700\u540e\u4e00\u4e2a\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the last item on the page to cart on JD.com", + "sample_id": "kitchen_12_1", + "gaze_point": [ + 1917, + 1424 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.43510441787164, + "y": 81.33086557794894, + "width": 1.236529180625844, + "height": 1.9318166323582204, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.43510441787164, + 81.33086557794894, + 1.236529180625844, + 1.9318166323582204 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 196, + "annotation_id": 739, + "image": "images/c96968b4-kitchen_12.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u54c1\u724c", + "instruction_en": "filter brands on JD.com", + "sample_id": "kitchen_12_2", + "gaze_point": [ + 1917, + 1424 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.33639209132003, + "y": 36.807080373979225, + "width": 2.2037153714124074, + "height": 2.0182174445258383, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.33639209132003, + 36.807080373979225, + 2.2037153714124074, + 2.0182174445258383 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 196, + "annotation_id": 740, + "image": "images/c96968b4-kitchen_12.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u7684\u53a8\u623f\u667a\u80fd\u63a7\u5236\u7a97\u53e3\u4e2d\u9009\u62e9\u7a97\u53e3\u4e0b\u65b9\u5bf9\u5e94\u8bbe\u5907", + "instruction_en": "in the smart kitchen control window on the right, select the corresponding device below the window", + "sample_id": "kitchen_12_3", + "gaze_point": [ + 1917, + 1424 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 64.42790474383024, + "y": 26.963064638057137, + "width": 7.2289366768036984, + "height": 5.980374456497681, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.42790474383024, + 26.963064638057137, + 7.2289366768036984, + 5.980374456497681 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 196, + "annotation_id": 741, + "image": "images/c96968b4-kitchen_12.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u7535\u6e90", + "instruction_en": "power off in the window above the range hood", + "sample_id": "kitchen_12_4", + "gaze_point": [ + 1917, + 1424 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 74.17458110710183, + "y": 32.093295474132255, + "width": 8.496343811583529, + "height": 7.361107999909229, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.17458110710183, + 32.093295474132255, + 8.496343811583529, + 7.361107999909229 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 196, + "annotation_id": 742, + "image": "images/c96968b4-kitchen_12.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh web page in the window above the range hood", + "sample_id": "kitchen_12_5", + "gaze_point": [ + 1917, + 1424 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": null, + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 83.22272324466631, + "y": 14.190512458201027, + "width": 1.5379457785524693, + "height": 2.9444431999636898, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 83.22272324466631, + 14.190512458201027, + 1.5379457785524693, + 2.9444431999636898 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 197, + "annotation_id": 733, + "image": "images/4e52cc43-kitchen_11.png", + "instruction_cn": "\u5728\u89c6\u91ce\u4e2d\u95f4\u7684\u53a8\u623f\u667a\u80fd\u63a7\u5236\u7a97\u53e3\u4e2d\u9009\u62e9\u7a97\u53e3\u4e0b\u65b9\u5bf9\u5e94\u8bbe\u5907", + "instruction_en": "in the smart kitchen control window in the middle of sight, select the corresponding device below the window", + "sample_id": "kitchen_11_1", + "gaze_point": [ + 1879, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 25.908887951071367, + "y": 28.83011063404678, + "width": 7.534556078882449, + "height": 6.928327428857418, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.908887951071367, + 28.83011063404678, + 7.534556078882449, + 6.928327428857418 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 197, + "annotation_id": 734, + "image": "images/4e52cc43-kitchen_11.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6d4f\u89c8\u5668\u4fa7\u8fb9\u680f\n", + "instruction_en": "open browser sidebar in the window above the range hood", + "sample_id": "kitchen_11_2", + "gaze_point": [ + 1879, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 26.502561689448207, + "y": 19.168195456108013, + "width": 1.9910280948679002, + "height": 5.588850792611655, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 26.502561689448207, + 19.168195456108013, + 1.9910280948679002, + 5.588850792611655 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 197, + "annotation_id": 735, + "image": "images/4e52cc43-kitchen_11.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u65b0\u7684\u6807\u7b7e\u9875", + "instruction_en": "open new tab in the window above the range hood\n", + "sample_id": "kitchen_11_3", + "gaze_point": [ + 1879, + 1171 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 51.91560465852895, + "y": 12.840755879382055, + "width": 2.3122961006208484, + "height": 3.8239522077450494, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.91560465852895, + 12.840755879382055, + 2.3122961006208484, + 3.8239522077450494 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 197, + "annotation_id": 736, + "image": "images/4e52cc43-kitchen_11.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u6211\u7684\u6536\u85cf", + "instruction_en": "view my favorites in the window top right to the range hood", + "sample_id": "kitchen_11_4", + "gaze_point": [ + 1879, + 1171 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 68.71821526485692, + "y": 22.655089186244584, + "width": 3.9837882715929993, + "height": 5.080773447828776, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.71821526485692, + 22.655089186244584, + 3.9837882715929993, + 5.080773447828776 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 197, + "annotation_id": 737, + "image": "images/4e52cc43-kitchen_11.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7b2c\u4e00\u4e2a\u98df\u8c31", + "instruction_en": "open the first recipe in the window top right to the range hood", + "sample_id": "kitchen_11_5", + "gaze_point": [ + 1879, + 1171 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 72.40970369809149, + "y": 0.5711752435993058, + "width": 13.092407536877829, + "height": 14.850556333581949, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.40970369809149, + 0.5711752435993058, + 13.092407536877829, + 14.850556333581949 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 198, + "annotation_id": 728, + "image": "images/4af194cf-kitchen_10.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u6211\u7684\u6536\u85cf", + "instruction_en": "see my favorites in the window on the top right of the range hood", + "sample_id": "kitchen_10_1", + "gaze_point": [ + 2074, + 1890 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 47.99383993718489, + "y": 12.676650375187466, + "width": 2.72163823460928, + "height": 4.602445144705145, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.99383993718489, + 12.676650375187466, + 2.72163823460928, + 4.602445144705145 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 198, + "annotation_id": 729, + "image": "images/4af194cf-kitchen_10.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u53f3\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u70b8\u9171\u9762\u98df\u8c31", + "instruction_en": "see recipe of Zhajiang noodles in the window on top right of the range hood", + "sample_id": "kitchen_10_2", + "gaze_point": [ + 2074, + 1890 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 60.42352881628228, + "y": 34.785305306759845, + "width": 4.772878984297698, + "height": 8.485118194307013, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.42352881628228, + 34.785305306759845, + 4.772878984297698, + 8.485118194307013 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 198, + "annotation_id": 730, + "image": "images/4af194cf-kitchen_10.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5206\u4eab\u7f51\u9875", + "instruction_en": "share web page in the window above the rice cooker", + "sample_id": "kitchen_10_3", + "gaze_point": [ + 2074, + 1890 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 53.611527049093624, + "y": 51.7348058472786, + "width": 1.1753148647532683, + "height": 2.5465155402987776, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.611527049093624, + 51.7348058472786, + 1.1753148647532683, + 2.5465155402987776 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 198, + "annotation_id": 731, + "image": "images/4af194cf-kitchen_10.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u7535\u6e90", + "instruction_en": "power off in the window above the rice cooker", + "sample_id": "kitchen_10_4", + "gaze_point": [ + 2074, + 1890 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 44.911952099342315, + "y": 71.83737540017364, + "width": 4.3148127846792335, + "height": 5.262510683122997, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.911952099342315, + 71.83737540017364, + 4.3148127846792335, + 5.262510683122997 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 198, + "annotation_id": 732, + "image": "images/4af194cf-kitchen_10.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u5de6\u534a\u8fb9\u4e0a\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4fdd\u6e29", + "instruction_en": "turn off heat preservation in the window on the left half of the range hood", + "sample_id": "kitchen_10_5", + "gaze_point": [ + 2074, + 1890 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 28.170828164555118, + "y": 20.37212432239014, + "width": 9.402518918026217, + "height": 10.512538512515423, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.170828164555118, + 20.37212432239014, + 9.402518918026217, + 10.512538512515423 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 199, + "annotation_id": 721, + "image": "images/98bf1f0d-kitchen_9.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close current tab in the window above the range hood", + "sample_id": "kitchen_9_1", + "gaze_point": [ + 1985, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 44.10640218071366, + "y": 29.17140612006835, + "width": 1.8186859500750714, + "height": 3.079256635047745, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.10640218071366, + 29.17140612006835, + 1.8186859500750714, + 3.079256635047745 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 199, + "annotation_id": 722, + "image": "images/98bf1f0d-kitchen_9.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u8bbe\u5907\u5f00\u59cb/\u6682\u505c\u72b6\u6001", + "instruction_en": "toggle start/pause device state in the window above the range hood", + "sample_id": "kitchen_9_2", + "gaze_point": [ + 1985, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 49.41634637501302, + "y": 56.21489286273922, + "width": 8.781605417317365, + "height": 8.27350433582383, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.41634637501302, + 56.21489286273922, + 8.781605417317365, + 8.27350433582383 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 199, + "annotation_id": 723, + "image": "images/98bf1f0d-kitchen_9.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u8bbe\u7f6e\u8fc7\u6ee4\u6761\u4ef6", + "instruction_en": "set filter criteria in JD.com", + "sample_id": "kitchen_9_3", + "gaze_point": [ + 1985, + 1291 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 15.540780769288876, + "y": 46.751465507150144, + "width": 4.301946233713185, + "height": 4.301946233713188, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 15.540780769288876, + 46.751465507150144, + 4.301946233713185, + 4.301946233713188 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 199, + "annotation_id": 724, + "image": "images/98bf1f0d-kitchen_9.png", + "instruction_cn": "\u5728\u6211\u624b\u6307\u5411\u7684\u7a97\u53e3\u91cc\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh webpage in the window I'm pointing to", + "sample_id": "kitchen_9_4", + "gaze_point": [ + 1985, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 51.01226523165304, + "y": 24.456166550172146, + "width": 1.5746198701948728, + "height": 3.219222845731725, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.01226523165304, + 24.456166550172146, + 1.5746198701948728, + 3.219222845731725 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 199, + "annotation_id": 725, + "image": "images/98bf1f0d-kitchen_9.png", + "instruction_cn": "\u5728\u53a8\u623f\u667a\u80fd\u63a7\u5236\u7a97\u53e3\u4e2d\u9009\u62e9\u7a97\u53e3\u4e0b\u65b9\u5bf9\u5e94\u8bbe\u5907", + "instruction_en": "in the smart kitchen control window, select the corresponding device below it", + "sample_id": "kitchen_9_5", + "gaze_point": [ + 1985, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 33.309207686019704, + "y": 38.73761885731289, + "width": 6.382721643834898, + "height": 6.435646367249788, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.309207686019704, + 38.73761885731289, + 6.382721643834898, + 6.435646367249788 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 200, + "annotation_id": 716, + "image": "images/8970b503-kitchen_8.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u6d4f\u89c8\u5668\u4fa7\u8fb9\u680f", + "instruction_en": "open browser sidebar in the window above the range hood", + "sample_id": "kitchen_8_1", + "gaze_point": [ + 1848, + 1651 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 81.26364873749009, + "y": 2.2122064621298625, + "width": 2.222079666174153, + "height": 3.1602910807810343, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 81.26364873749009, + 2.2122064621298625, + 2.222079666174153, + 3.1602910807810343 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 200, + "annotation_id": 717, + "image": "images/8970b503-kitchen_8.png", + "instruction_cn": "\u5728\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7ed9\u8ba1\u65f6\u5668\u52a0\u65f6", + "instruction_en": "add time to timer in the window above the pot", + "sample_id": "kitchen_8_2", + "gaze_point": [ + 1848, + 1651 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 89.87571396146768, + "y": 67.45245257633293, + "width": 3.470888438564046, + "height": 6.778824368275309, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 89.87571396146768, + 67.45245257633293, + 3.470888438564046, + 6.778824368275309 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 200, + "annotation_id": 718, + "image": "images/8970b503-kitchen_8.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u7b5b\u9009\u514d\u8fd0\u8d39\u5546\u54c1", + "instruction_en": "filter free shipping items on JD.com", + "sample_id": "kitchen_8_3", + "gaze_point": [ + 1848, + 1651 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.565403033043665, + "y": 24.107518156205348, + "width": 2.933145159349891, + "height": 2.6072401416443505, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.565403033043665, + 24.107518156205348, + 2.933145159349891, + 2.6072401416443505 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 200, + "annotation_id": 719, + "image": "images/8970b503-kitchen_8.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7684\u83dc\u5355\u5207\u6362\u4e3a\u5feb\u716e", + "instruction_en": "switch to fast cooking in the menu in the window above the air fryer", + "sample_id": "kitchen_8_4", + "gaze_point": [ + 1848, + 1651 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 41.382623432742975, + "y": 73.57943636768681, + "width": 1.6055117338341276, + "height": 2.0514872154547277, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.382623432742975, + 73.57943636768681, + 1.6055117338341276, + 2.0514872154547277 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 200, + "annotation_id": 720, + "image": "images/8970b503-kitchen_8.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u67e5\u770b\u6240\u6709\u6807\u7b7e\u9875", + "instruction_en": "see all tabs in the window above the air fryer", + "sample_id": "kitchen_8_5", + "gaze_point": [ + 1848, + 1651 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.19922794707665, + "y": 42.39554958687065, + "width": 1.5154583323307804, + "height": 2.9548721605302646, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.19922794707665, + 42.39554958687065, + 1.5154583323307804, + 2.9548721605302646 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 201, + "annotation_id": 711, + "image": "images/b865fcba-kitchen_7.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u6253\u5f00\u7fbd\u8863\u7518\u84dd\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of kale on JD.com", + "sample_id": "kitchen_7_1", + "gaze_point": [ + 1835, + 1775 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.7858621822328, + "y": 31.236290115062065, + "width": 5.07471575728848, + "height": 15.11533270397032, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.7858621822328, + 31.236290115062065, + 5.07471575728848, + 15.11533270397032 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 201, + "annotation_id": 712, + "image": "images/b865fcba-kitchen_7.png", + "instruction_cn": "\u5728\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot", + "sample_id": "kitchen_7_2", + "gaze_point": [ + 1835, + 1775 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 92.58214189699824, + "y": 55.920269644613526, + "width": 4.051511632960981, + "height": 9.934741168946474, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 92.58214189699824, + 55.920269644613526, + 4.051511632960981, + 9.934741168946474 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 201, + "annotation_id": 713, + "image": "images/b865fcba-kitchen_7.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh webpage in the window above the air fryer", + "sample_id": "kitchen_7_3", + "gaze_point": [ + 1835, + 1775 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.84146452259265, + "y": 34.21042334019471, + "width": 1.5616064828378953, + "height": 2.8918638571071966, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.84146452259265, + 34.21042334019471, + 1.5616064828378953, + 2.8918638571071966 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 201, + "annotation_id": 714, + "image": "images/b865fcba-kitchen_7.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u83dc\u5355\u91cc\u5207\u6362\u4e3a\u7172\u6c64", + "instruction_en": "switch to soup making in the menu in the window above the air fryer", + "sample_id": "kitchen_7_4", + "gaze_point": [ + 1835, + 1775 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 47.869698721963125, + "y": 64.12911358775204, + "width": 1.3249090538317532, + "height": 1.8274607639058758, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.869698721963125, + 64.12911358775204, + 1.3249090538317532, + 1.8274607639058758 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 201, + "annotation_id": 715, + "image": "images/b865fcba-kitchen_7.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u91cc\u5207\u6362\u4e3a\u5217\u8868\u663e\u793a", + "instruction_en": "switch to list view in JD.com", + "sample_id": "kitchen_7_5", + "gaze_point": [ + 1835, + 1775 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 76.92953234433874, + "y": 1.9609372859608545, + "width": 1.9390755998902307, + "height": 3.734515970158948, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.92953234433874, + 1.9609372859608545, + 1.9390755998902307, + 3.734515970158948 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 201, + "annotation_id": 726, + "image": "images/b865fcba-kitchen_7.png", + "instruction_cn": "\u5728\u53a8\u623f\u667a\u80fd\u63a7\u5236\u7a97\u53e3\u4e2d\u9009\u62e9\u7a97\u53e3\u4e0b\u65b9\u5bf9\u5e94\u8bbe\u5907", + "instruction_en": "in the smart kitchen control window, select the corresponding device below the window", + "sample_id": "kitchen_7_6", + "gaze_point": [ + 1835, + 1775 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 47.65318462013196, + "y": 45.662204214339205, + "width": 4.489618638158923, + "height": 4.626982171371509, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.65318462013196, + 45.662204214339205, + 4.489618638158923, + 4.626982171371509 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 202, + "annotation_id": 706, + "image": "images/064cfa2a-kitchen_6.png", + "instruction_cn": "\u5728EasyCook\u91cc\u67e5\u770b\u6211\u7684\u6536\u85cf", + "instruction_en": "see my favorites in EasyCook", + "sample_id": "kitchen_6_1", + "gaze_point": [ + 2055, + 1092 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.86162989556319, + "y": 45.17226033772187, + "width": 5.32365846422006, + "height": 4.301946233713188, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.86162989556319, + 45.17226033772187, + 5.32365846422006, + 4.301946233713188 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 202, + "annotation_id": 707, + "image": "images/064cfa2a-kitchen_6.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u8bbe\u5907\u4e3a\u5fae\u6ce2\u7089", + "instruction_en": "switch device to microwave in the window above the range hood", + "sample_id": "kitchen_6_2", + "gaze_point": [ + 2055, + 1092 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 36.17806169850329, + "y": 44.14130661740797, + "width": 7.288806479993397, + "height": 4.927941470780233, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.17806169850329, + 44.14130661740797, + 7.288806479993397, + 4.927941470780233 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 202, + "annotation_id": 708, + "image": "images/064cfa2a-kitchen_6.png", + "instruction_cn": "\u5728EasyCook\u4e0a\u67e5\u770b\u6e05\u84b8\u9c7c\u83dc\u8c31", + "instruction_en": "see recipe for steamed fish on EasyCook", + "sample_id": "kitchen_6_3", + "gaze_point": [ + 2055, + 1092 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.38069843434518, + "y": 46.41504480523901, + "width": 6.506693678491175, + "height": 7.8391020258773665, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.38069843434518, + 46.41504480523901, + 6.506693678491175, + 7.8391020258773665 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 202, + "annotation_id": 709, + "image": "images/064cfa2a-kitchen_6.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u56de\u9000\u5230\u4e0a\u4e00\u9875\u9762", + "instruction_en": "return to previous page in the window above the range hood", + "sample_id": "kitchen_6_4", + "gaze_point": [ + 2055, + 1092 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 22.26902961064605, + "y": 36.433684550042926, + "width": 1.33325178043665, + "height": 2.6072482583937755, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 22.26902961064605, + 36.433684550042926, + 1.33325178043665, + 2.6072482583937755 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 202, + "annotation_id": 710, + "image": "images/064cfa2a-kitchen_6.png", + "instruction_cn": "\u5728EasyCook\u91cc\u67e5\u770b\u81ea\u5236\u83dc\u8c31", + "instruction_en": "see custom recipes in EasyCook", + "sample_id": "kitchen_6_5", + "gaze_point": [ + 2055, + 1092 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.80701695477574, + "y": 48.397637692318874, + "width": 5.199666418847535, + "height": 3.950363850976288, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.80701695477574, + 48.397637692318874, + 5.199666418847535, + 3.950363850976288 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 202, + "annotation_id": 727, + "image": "images/064cfa2a-kitchen_6.png", + "instruction_cn": "\u5728\u53a8\u623f\u667a\u80fd\u63a7\u5236\u7a97\u53e3\u4e2d\u9009\u62e9\u7a97\u53e3\u4e0b\u65b9\u5bf9\u5e94\u8bbe\u5907", + "instruction_en": "in the smart kitchen control window, select the corresponding device below the window", + "sample_id": "kitchen_6_6", + "gaze_point": [ + 2055, + 1092 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 20.03915665861438, + "y": 44.062633342785226, + "width": 6.245801288758408, + "height": 5.24338873624162, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 20.03915665861438, + 44.062633342785226, + 6.245801288758408, + 5.24338873624162 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 203, + "annotation_id": 701, + "image": "images/0d50dfd1-kitchen_5.png", + "instruction_cn": "\u5728\u4eac\u4e1c\u4e0a\u67e5\u770b\u849c\u7684\u8be6\u60c5\u9875", + "instruction_en": "view detail page of garlic on JD.com", + "sample_id": "kitchen_5_1", + "gaze_point": [ + 1689, + 1199 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 23.15923289529964, + "y": 61.049185784634, + "width": 5.676236562728896, + "height": 14.462092917992571, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 23.15923289529964, + 61.049185784634, + 5.676236562728896, + 14.462092917992571 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 203, + "annotation_id": 702, + "image": "images/0d50dfd1-kitchen_5.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4fdd\u6e29", + "instruction_en": "turn off heat preservationin the window above the range hood\n", + "sample_id": "kitchen_5_2", + "gaze_point": [ + 1689, + 1199 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 46.66345511615661, + "y": 48.846648089790115, + "width": 4.874885518578935, + "height": 4.986184274710865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.66345511615661, + 48.846648089790115, + 4.874885518578935, + 4.986184274710865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 203, + "annotation_id": 703, + "image": "images/0d50dfd1-kitchen_5.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u65b0\u6807\u7b7e\u9875", + "instruction_en": "open new tab in the window above the range hood", + "sample_id": "kitchen_5_3", + "gaze_point": [ + 1689, + 1199 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.09162739824391, + "y": 33.62852948709698, + "width": 0.9350281404431655, + "height": 1.7433587008804992, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.09162739824391, + 33.62852948709698, + 0.9350281404431655, + 1.7433587008804992 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 203, + "annotation_id": 704, + "image": "images/0d50dfd1-kitchen_5.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot on the right", + "sample_id": "kitchen_5_4", + "gaze_point": [ + 1689, + 1199 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 58.63470899660369, + "y": 91.37698777153489, + "width": 1.8928563428337952, + "height": 3.154760571389687, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.63470899660369, + 91.37698777153489, + 1.8928563428337952, + 3.154760571389687 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 203, + "annotation_id": 705, + "image": "images/0d50dfd1-kitchen_5.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4fdd\u6e29", + "instruction_en": "turn off heat preservation in the window above the rice cooker", + "sample_id": "kitchen_5_5", + "gaze_point": [ + 1689, + 1199 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 63.673670657561374, + "y": 85.99011033896322, + "width": 4.146051608111449, + "height": 5.092523995417679, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.673670657561374, + 85.99011033896322, + 4.146051608111449, + 5.092523995417679 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 204, + "annotation_id": 694, + "image": "images/16f4eb2e-kitchen_4.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u7535\u6e90", + "instruction_en": "power off in the window above the rice cooker", + "sample_id": "kitchen_4_1", + "gaze_point": [ + 1563, + 1152 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 61.289297759603734, + "y": 79.50071015548242, + "width": 4.347826119706205, + "height": 4.756596096772597, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.289297759603734, + 79.50071015548242, + 4.347826119706205, + 4.756596096772597 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 204, + "annotation_id": 695, + "image": "images/16f4eb2e-kitchen_4.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop timer in the window above the pot on the left\n", + "sample_id": "kitchen_4_2", + "gaze_point": [ + 1563, + 1152 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 36.156592964227826, + "y": 79.97811950730635, + "width": 2.0565953332168974, + "height": 4.17847940717084, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.156592964227826, + 79.97811950730635, + 2.0565953332168974, + 4.17847940717084 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 204, + "annotation_id": 696, + "image": "images/16f4eb2e-kitchen_4.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start timer in the window above the pot on the right", + "sample_id": "kitchen_4_3", + "gaze_point": [ + 1563, + 1152 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 57.09791335898585, + "y": 88.48828249598488, + "width": 2.706897047884908, + "height": 4.596787026590604, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.09791335898585, + 88.48828249598488, + 2.706897047884908, + 4.596787026590604 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 204, + "annotation_id": 697, + "image": "images/16f4eb2e-kitchen_4.png", + "instruction_cn": "\u5728\u4e2d\u95f4\u7684\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u7ed9\u8ba1\u65f6\u5668\u52a0\u65f6", + "instruction_en": "add time to the timer in the window above the pot in the middle", + "sample_id": "kitchen_4_4", + "gaze_point": [ + 1563, + 1152 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.07290884986402, + "y": 79.98483426874242, + "width": 2.0470058312533297, + "height": 4.059020109835657, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.07290884986402, + 79.98483426874242, + 2.0470058312533297, + 4.059020109835657 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 204, + "annotation_id": 699, + "image": "images/16f4eb2e-kitchen_4.png", + "instruction_cn": "\u5728\u62bd\u6cb9\u70df\u673a\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5207\u6362\u8bbe\u5907\u4e3a\u62bd\u6cb9\u70df\u673a", + "instruction_en": "switch device to range hood in the window above the range hood\n", + "sample_id": "kitchen_4_5", + "gaze_point": [ + 1563, + 1152 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 31.672260587722363, + "y": 37.78572281178802, + "width": 4.718699330221888, + "height": 3.335896602522034, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.672260587722363, + 37.78572281178802, + 4.718699330221888, + 3.335896602522034 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 205, + "annotation_id": 687, + "image": "images/68f34672-livingroom_26.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u67e5\u770b\u914d\u9001\u8d39\u8be6\u60c5", + "instruction_en": "view delivery fee details in Taobao", + "sample_id": "livingroom_26_1", + "gaze_point": [ + 1623, + 1576 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.13185228520938, + "y": 65.31649466760744, + "width": 5.419068671366923, + "height": 3.7187095101177596, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.13185228520938, + 65.31649466760744, + 5.419068671366923, + 3.7187095101177596 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 205, + "annotation_id": 688, + "image": "images/68f34672-livingroom_26.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u52a0\u8d2d\u5357\u74dc\u6a59\u76ae\u5c0f\u65b9\u7816", + "instruction_en": "purchase pumpkin orange peel toast on Taobao", + "sample_id": "livingroom_26_2", + "gaze_point": [ + 1623, + 1576 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.504663922189145, + "y": 82.8266820639462, + "width": 0.9682991783478698, + "height": 1.5433427516962297, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.504663922189145, + 82.8266820639462, + 0.9682991783478698, + 1.5433427516962297 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 205, + "annotation_id": 690, + "image": "images/68f34672-livingroom_26.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u8fd4\u56de\u4e0a\u4e00\u754c\u9762", + "instruction_en": "return to previous page in Taobao", + "sample_id": "livingroom_26_3", + "gaze_point": [ + 1623, + 1576 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.08289219169352, + "y": 47.47722819434272, + "width": 1.3355850735832675, + "height": 2.1962954543369406, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.08289219169352, + 47.47722819434272, + 1.3355850735832675, + 2.1962954543369406 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 205, + "annotation_id": 691, + "image": "images/68f34672-livingroom_26.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u7ee7\u7eed\u64ad\u653e\u97f3\u4e50", + "instruction_en": "unpause music in the music player window", + "sample_id": "livingroom_26_4", + "gaze_point": [ + 1623, + 1576 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.81003394743065, + "y": 70.81835813530847, + "width": 1.2020265662249372, + "height": 2.255654790940639, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.81003394743065, + 70.81835813530847, + 1.2020265662249372, + 2.255654790940639 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 205, + "annotation_id": 692, + "image": "images/68f34672-livingroom_26.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u65c1\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u5065\u5eb7\u6a21\u5f0f", + "instruction_en": "turn on health mode in the window next to the AC", + "sample_id": "livingroom_26_5", + "gaze_point": [ + 1623, + 1576 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 66.51370121587257, + "y": 38.90504722904159, + "width": 1.6556839755164532, + "height": 2.992495481674176, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.51370121587257, + 38.90504722904159, + 1.6556839755164532, + 2.992495481674176 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 206, + "annotation_id": 681, + "image": "images/cef003b1-livingroom_25.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u52a0\u8d2d\u725b\u4e73\u539a\u5207\u5c0f\u65b9\u7816", + "instruction_en": "purchase thick-cut milk toast on Taobao", + "sample_id": "livingroom_25_1", + "gaze_point": [ + 1357, + 1909 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.57985085450834, + "y": 97.98351667409109, + "width": 0.907417496659022, + "height": 1.3827314234804078, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.57985085450834, + 97.98351667409109, + 0.907417496659022, + 1.3827314234804078 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 206, + "annotation_id": 682, + "image": "images/cef003b1-livingroom_25.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u9009\u62e91\u5bf91\u6025\u9001", + "instruction_en": "select 1-to-1 urgent delivery on Taobao", + "sample_id": "livingroom_25_2", + "gaze_point": [ + 1357, + 1909 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.91880833582373, + "y": 72.10111179626061, + "width": 0.8195635678806426, + "height": 1.403038865178388, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.91880833582373, + 72.10111179626061, + 0.8195635678806426, + 1.403038865178388 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 206, + "annotation_id": 683, + "image": "images/cef003b1-livingroom_25.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u65c1\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u4e0a\u4e0b\u6446\u98ce", + "instruction_en": "disable up-and-down wind sweeping in the window next to the AC", + "sample_id": "livingroom_25_3", + "gaze_point": [ + 1357, + 1909 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 58.5674269815599, + "y": 46.47770915447339, + "width": 1.6903046177776275, + "height": 2.96921234445594, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.5674269815599, + 46.47770915447339, + 1.6903046177776275, + 2.96921234445594 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 206, + "annotation_id": 684, + "image": "images/cef003b1-livingroom_25.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u79d1\u5e7b\u5f71\u7247", + "instruction_en": "see sci-fi films in the movies window", + "sample_id": "livingroom_25_4", + "gaze_point": [ + 1357, + 1909 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.82599226995853, + "y": 37.82569685926399, + "width": 2.100875320746482, + "height": 3.088466283490554, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.82599226995853, + 37.82569685926399, + 2.100875320746482, + 3.088466283490554 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 206, + "annotation_id": 686, + "image": "images/cef003b1-livingroom_25.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u65c1\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u81ea\u52a8\u6a21\u5f0f", + "instruction_en": "turn on automatic mode in the window next to the AC", + "sample_id": "livingroom_25_5", + "gaze_point": [ + 1357, + 1909 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 61.59763351269631, + "y": 42.787840602650355, + "width": 0.9682991783478769, + "height": 1.8994987713184344, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.59763351269631, + 42.787840602650355, + 0.9682991783478769, + 1.8994987713184344 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 207, + "annotation_id": 676, + "image": "images/24b4a5b8-livingroom_24.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u53bb\u7ed3\u7b97", + "instruction_en": "proceed to checkout on Taobao", + "sample_id": "livingroom_24_1", + "gaze_point": [ + 1755, + 1987 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.576299851160485, + "y": 93.7579257084529, + "width": 3.7958570195956227, + "height": 3.711504641382362, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.576299851160485, + 93.7579257084529, + 3.7958570195956227, + 3.711504641382362 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 207, + "annotation_id": 677, + "image": "images/24b4a5b8-livingroom_24.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u52a0\u8d2d\u4e00\u4efd\u5df2\u70b9\u5546\u54c1", + "instruction_en": "purchase one extra serving of the ordered item on Taobao", + "sample_id": "livingroom_24_2", + "gaze_point": [ + 1755, + 1987 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.052475535457376, + "y": 65.18892709474709, + "width": 0.8080289695178776, + "height": 1.7956199322619568, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.052475535457376, + 65.18892709474709, + 0.8080289695178776, + 1.7956199322619568 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 207, + "annotation_id": 678, + "image": "images/24b4a5b8-livingroom_24.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u6cf0\u56fd\u5f71\u7247", + "instruction_en": "see Thai films in the movies window", + "sample_id": "livingroom_24_3", + "gaze_point": [ + 1755, + 1987 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": null, + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.26875391894432, + "y": 26.743417936532367, + "width": 3.7330938391725965, + "height": 3.476320188859141, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.26875391894432, + 26.743417936532367, + 3.7330938391725965, + 3.476320188859141 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 207, + "annotation_id": 679, + "image": "images/24b4a5b8-livingroom_24.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u65c1\u7684\u7a97\u53e3\u91cc\u6253\u5f00\u7701\u7535\u6a21\u5f0f", + "instruction_en": "turn on power saving mode in the window next to the AC", + "sample_id": "livingroom_24_4", + "gaze_point": [ + 1755, + 1987 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 70.27306671931848, + "y": 32.29702737890353, + "width": 2.06960496939557, + "height": 2.9434381786959136, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.27306671931848, + 32.29702737890353, + 2.06960496939557, + 2.9434381786959136 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 207, + "annotation_id": 680, + "image": "images/24b4a5b8-livingroom_24.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u5de6\u8fb9\u7684\u7a97\u53e3\u91cc\u5173\u95ed\u5236\u51b7", + "instruction_en": "turn off cooling the window left to the AC", + "sample_id": "livingroom_24_5", + "gaze_point": [ + 1755, + 1987 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 65.37583606281304, + "y": 39.523603556374866, + "width": 2.2487446221682603, + "height": 3.997768217188011, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.37583606281304, + 39.523603556374866, + 2.2487446221682603, + 3.997768217188011 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 671, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u9009\u62e9\u5496\u5561\u52a0\u6d53", + "instruction_en": "choose extra strong coffee on Taobao", + "sample_id": "livingroom_23_1", + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.435161407139844, + "y": 70.28238870378235, + "width": 4.0012362741647465, + "height": 3.1887246935872184, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.435161407139844, + 70.28238870378235, + 4.0012362741647465, + 3.1887246935872184 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 672, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u5173\u95ed\u5f53\u524d\u5546\u54c1\u9762\u677f", + "instruction_en": "close current item panel on Taobao", + "sample_id": "livingroom_23_2", + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.762912165552265, + "y": 52.709753715958975, + "width": 1.9098866552240708, + "height": 2.5465155402987634, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.762912165552265, + 52.709753715958975, + 1.9098866552240708, + 2.5465155402987634 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 673, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u9009\u62e9\u5168\u7cd6", + "instruction_en": "choose full sugar on Taobao", + "sample_id": "livingroom_23_3", + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.03124974289076, + "y": 74.70067837873594, + "width": 4.260516384730629, + "height": 3.395354053731694, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.03124974289076, + 74.70067837873594, + 4.260516384730629, + 3.395354053731694 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 674, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u5b8c\u6210\u5546\u54c1\u89c4\u683c\u9009\u62e9", + "instruction_en": "finish preference choosing for the current item on Taobao", + "sample_id": "livingroom_23_4", + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.61244549307984, + "y": 88.66971670082184, + "width": 21.99370011985865, + "height": 6.596317558360198, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.61244549307984, + 88.66971670082184, + 21.99370011985865, + 6.596317558360198 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 675, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u8c03\u9ad8\u7a7a\u8c03\u6e29\u5ea6", + "instruction_en": "higher AC temperature in the AC control window\n", + "sample_id": "livingroom_23_5", + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.9375963359776, + "y": 15.535492153294353, + "width": 2.0033776103748977, + "height": 2.433732800751738, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.9375963359776, + 15.535492153294353, + 2.0033776103748977, + 2.433732800751738 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 685, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u6211\u624b\u4e2d\u7684\u5496\u5561\u76f8\u540c\u7684\u7cd6\u5ea6", + "instruction_en": "select the same sugar level on the order page as the coffee in my hand.", + "sample_id": "livingroom_23_3", + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.72237312415921, + "y": 74.31796142835736, + "width": 3.7066653518601242, + "height": 2.6068855221873406, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.72237312415921, + 74.31796142835736, + 3.7066653518601242, + 2.6068855221873406 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 208, + "annotation_id": 689, + "image": "images/a50f3600-livingroom_23.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u6211\u624b\u4e2d\u7684\u5496\u5561\u76f8\u540c\u7684\u6d53\u5ea6", + "instruction_en": "select the same coffee level on the order page as the coffee in my hand.", + "sample_id": null, + "gaze_point": [ + 1837, + 1568 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.99915385423425, + "y": 70.47719146144432, + "width": 3.6119446666362265, + "height": 2.3244289458493625, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.99915385423425, + 70.47719146144432, + 3.6119446666362265, + 2.3244289458493625 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 209, + "annotation_id": 666, + "image": "images/df9e5009-livingroom_22.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u9009\u8309\u8389\u62ff\u94c1\u7684\u89c4\u683c", + "instruction_en": "choose jasmine latte preferences in Taobao", + "sample_id": "livingroom_22_1", + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.141941534712124, + "y": 61.538701773812164, + "width": 2.195950341914809, + "height": 2.649082952151204, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.141941534712124, + 61.538701773812164, + 2.195950341914809, + 2.649082952151204 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 209, + "annotation_id": 667, + "image": "images/df9e5009-livingroom_22.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u67e5\u770b\u5f53\u5b63\u65b0\u54c1", + "instruction_en": "view seasonal new arrivals on Taobao", + "sample_id": "livingroom_22_2", + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.77859152483145, + "y": 53.57097761538836, + "width": 2.8122443344805945, + "height": 3.5234891645161865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.77859152483145, + 53.57097761538836, + 2.8122443344805945, + 3.5234891645161865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 209, + "annotation_id": 668, + "image": "images/df9e5009-livingroom_22.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u67e5\u770b\u8bc4\u4ef7", + "instruction_en": "view ratings on Taobao", + "sample_id": "livingroom_22_3", + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.614151554112034, + "y": 40.02164645961492, + "width": 2.566310162050499, + "height": 2.7962662697611194, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.614151554112034, + 40.02164645961492, + 2.566310162050499, + 2.7962662697611194 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 209, + "annotation_id": 669, + "image": "images/df9e5009-livingroom_22.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u9009\u62e9\u7b2c\u4e00\u4e2a\u5546\u54c1\u7684\u89c4\u683c", + "instruction_en": "choose preferences for the first item on Taobao", + "sample_id": "livingroom_22_4", + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.79833189923104, + "y": 47.867454510883334, + "width": 2.3372738787707164, + "height": 2.3150141275443374, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.79833189923104, + 47.867454510883334, + 2.3372738787707164, + 2.3150141275443374 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 209, + "annotation_id": 670, + "image": "images/df9e5009-livingroom_22.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u6253\u5f00\u54e5\u8c2d\u9547", + "instruction_en": "open Gotham in the movies window", + "sample_id": "livingroom_22_5", + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.47115721066928, + "y": 18.120014067693695, + "width": 9.996647560591, + "height": 15.458326799809377, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.47115721066928, + 18.120014067693695, + 9.996647560591, + 15.458326799809377 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 209, + "annotation_id": 693, + "image": "images/df9e5009-livingroom_22.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e2d\u9009\u62e9\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u89c4\u683c", + "instruction_en": "choose preferences for the item in my hand on Taobao", + "sample_id": null, + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": null, + "is_ok": true, + "objects": { + "bbox": [], + "category": [] + } + }, + { + "task_id": 210, + "annotation_id": 661, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u641c\u7d22", + "instruction_en": "search on Taobao", + "sample_id": "livingroom_21_1", + "gaze_point": [ + 2178, + 1864 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.05934303230477, + "y": 47.754531482199006, + "width": 2.1242564845912, + "height": 3.0619913291404686, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.05934303230477, + 47.754531482199006, + 2.1242564845912, + 3.0619913291404686 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 210, + "annotation_id": 662, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u9886\u53d6\u5e97\u94fa\u4f1a\u5458\u597d\u793c", + "instruction_en": "claim merchant membership gift on Taobao", + "sample_id": "livingroom_21_2", + "gaze_point": [ + 2178, + 1864 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.030760485886, + "y": 62.44634305580661, + "width": 2.9526364230043356, + "height": 2.1585213310436586, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.030760485886, + 62.44634305580661, + 2.9526364230043356, + 2.1585213310436586 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 210, + "annotation_id": 663, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u628a\u6211\u624b\u4e2d\u7684\u5546\u54c1\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the item in my hand to cart on Taobao", + "sample_id": "livingroom_21_3", + "gaze_point": [ + 2178, + 1864 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.46016718056703, + "y": 91.51015992895877, + "width": 1.1385862752297413, + "height": 2.2853344592424776, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.46016718056703, + 91.51015992895877, + 1.1385862752297413, + 2.2853344592424776 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 210, + "annotation_id": 664, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7684\u5546\u54c1\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the item in my hand on Taobao", + "sample_id": "livingroom_21_4", + "gaze_point": [ + 2178, + 1864 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 48.553296010706774, + "y": 76.60870916560114, + "width": 8.77834639172957, + "height": 18.075955479692524, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.553296010706774, + 76.60870916560114, + 8.77834639172957, + 18.075955479692524 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 210, + "annotation_id": 665, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u5c4f\u663e", + "instruction_en": "turn on screen display in the AC control window", + "sample_id": "livingroom_21_5", + "gaze_point": [ + 2178, + 1864 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 74.02998692482028, + "y": 28.170806342703486, + "width": 2.244300462835909, + "height": 3.804292257416936, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.02998692482028, + 28.170806342703486, + 2.244300462835909, + 3.804292257416936 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 210, + "annotation_id": 698, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e2d\u9009\u62e9\u548c\u6211\u624b\u4e2d\u7684\u4e00\u6837\u7684\u5496\u5561", + "instruction_en": "select the same coffee as the one in my hand on Taobao", + "sample_id": null, + "gaze_point": [ + 2019, + 1843 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 49.68274111675127, + "y": 77.91878172588832, + "width": 6.281725888324878, + "height": 15.73604060913705, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.68274111675127, + 77.91878172588832, + 6.281725888324878, + 15.73604060913705 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 210, + "annotation_id": 700, + "image": "images/ace834a5-livingroom_21.png", + "instruction_cn": "\u5c06\u548c\u6211\u624b\u4e2d\u5496\u5561\u4e00\u6837\u7684\u5496\u5561\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the same coffee as the one in my hand to shopping cart.", + "sample_id": null, + "gaze_point": [ + 2178, + 1864 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.68598049908023, + "y": 91.79301097895363, + "width": 0.6619688291752059, + "height": 1.2422131115385446, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.68598049908023, + 91.79301097895363, + 0.6619688291752059, + 1.2422131115385446 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 211, + "annotation_id": 656, + "image": "images/8af8450e-livingroom_20.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u6253\u5f00\u684c\u4e0a\u888b\u5b50\u6240\u5c5e\u7684\u5546\u5bb6\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant the bag on the table is from in Taobao", + "sample_id": "livingroom_20_1", + "gaze_point": [ + 1972, + 1434 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.75613494084287, + "y": 69.53708144888802, + "width": 19.548663650917405, + "height": 8.435237821323582, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.75613494084287, + 69.53708144888802, + 19.548663650917405, + 8.435237821323582 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 211, + "annotation_id": 657, + "image": "images/8af8450e-livingroom_20.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u67e5\u770b\u6c49\u5821\u85af\u6761", + "instruction_en": "view burgers and fries in Taobao", + "sample_id": "livingroom_20_2", + "gaze_point": [ + 1972, + 1434 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.60898360734381, + "y": 44.42618383514464, + "width": 2.348973133308455, + "height": 4.094865785789082, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.60898360734381, + 44.42618383514464, + 2.348973133308455, + 4.094865785789082 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 211, + "annotation_id": 658, + "image": "images/8af8450e-livingroom_20.png", + "instruction_cn": "\u5728\u6dd8\u5b9d\u4e0a\u641c\u7d22", + "instruction_en": "search in Taobao", + "sample_id": "livingroom_20_3", + "gaze_point": [ + 1972, + 1434 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.391869149507556, + "y": 43.21255665604984, + "width": 16.807002565971857, + "height": 2.7293422970381727, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.391869149507556, + 43.21255665604984, + 16.807002565971857, + 2.7293422970381727 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 211, + "annotation_id": 659, + "image": "images/8af8450e-livingroom_20.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u6700\u65b0\u4e0a\u67b6\u5f71\u7247", + "instruction_en": "view newly released films in the movies window", + "sample_id": "livingroom_20_4", + "gaze_point": [ + 1972, + 1434 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.60770794478004, + "y": 11.015851231963941, + "width": 3.8466266072327073, + "height": 3.3681904620545104, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.60770794478004, + 11.015851231963941, + 3.8466266072327073, + 3.3681904620545104 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 211, + "annotation_id": 660, + "image": "images/8af8450e-livingroom_20.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u5173\u95ed\u7a7a\u8c03", + "instruction_en": "turn off AC in the AC control window", + "sample_id": "livingroom_20_5", + "gaze_point": [ + 1972, + 1434 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 81.47990614256474, + "y": 33.9983718669125, + "width": 2.828101393312579, + "height": 4.24419256716461, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 81.47990614256474, + 33.9983718669125, + 2.828101393312579, + 4.24419256716461 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 212, + "annotation_id": 651, + "image": "images/ffc12454-livingroom_19.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u684c\u4e0a\u888b\u5b50\u6240\u5c5e\u7684\u5546\u5bb6\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant the bag on the table is from in Meituan", + "sample_id": "livingroom_19_1", + "gaze_point": [ + 2025, + 1695 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 49.16990453137152, + "y": 63.779981644908425, + "width": 22.103749907232704, + "height": 15.309956645702322, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.16990453137152, + 63.779981644908425, + 22.103749907232704, + 15.309956645702322 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 212, + "annotation_id": 652, + "image": "images/ffc12454-livingroom_19.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u751f\u65e5\u86cb\u7cd5", + "instruction_en": "view birthday cakes in Meituan", + "sample_id": "livingroom_19_2", + "gaze_point": [ + 2025, + 1695 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.12565677299288, + "y": 49.27357662755391, + "width": 2.8836495906911424, + "height": 2.4822995307002245, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.12565677299288, + 49.27357662755391, + 2.8836495906911424, + 2.4822995307002245 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 212, + "annotation_id": 653, + "image": "images/ffc12454-livingroom_19.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u641c\u7d22", + "instruction_en": "search in Meituan", + "sample_id": "livingroom_19_3", + "gaze_point": [ + 2025, + 1695 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.00413110764697, + "y": 46.897831375425866, + "width": 19.46093608693024, + "height": 3.8908281578067005, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.00413110764697, + 46.897831375425866, + 19.46093608693024, + 3.8908281578067005 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 212, + "annotation_id": 654, + "image": "images/ffc12454-livingroom_19.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u7231\u60c5\u5f71\u7247", + "instruction_en": "view romantic films in the movies window", + "sample_id": "livingroom_19_4", + "gaze_point": [ + 2025, + 1695 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.02421955890857, + "y": 1.2619024279902877, + "width": 3.667409164240496, + "height": 4.626982171371513, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.02421955890857, + 1.2619024279902877, + 3.667409164240496, + 4.626982171371513 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 212, + "annotation_id": 655, + "image": "images/ffc12454-livingroom_19.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u5173\u95ed\u5236\u51b7\u6a21\u5f0f", + "instruction_en": "disable cooling mode in the AC control window", + "sample_id": "livingroom_19_5", + "gaze_point": [ + 2025, + 1695 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 83.86339967734185, + "y": 22.98244716451382, + "width": 3.5136145863852306, + "height": 5.552378605645817, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 83.86339967734185, + 22.98244716451382, + 3.5136145863852306, + 5.552378605645817 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 213, + "annotation_id": 646, + "image": "images/10e6c483-livingroom_18.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u684c\u4e0a\u888b\u5b50\u6240\u5c5e\u7684\u5546\u5bb6\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant the bag on the table is from in Meituan", + "sample_id": "livingroom_18_1", + "gaze_point": [ + 1572, + 1807 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 26.28676203547662, + "y": 49.569805376628686, + "width": 22.58521772699421, + "height": 14.05302436346306, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 26.28676203547662, + 49.569805376628686, + 22.58521772699421, + 14.05302436346306 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 213, + "annotation_id": 647, + "image": "images/10e6c483-livingroom_18.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u8d2d\u7269\u8f66", + "instruction_en": "view shopping cart in Meituan", + "sample_id": "livingroom_18_2", + "gaze_point": [ + 1572, + 1807 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.50108180237386, + "y": 75.23152477082927, + "width": 1.7028709688186723, + "height": 3.324122849807239, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.50108180237386, + 75.23152477082927, + 1.7028709688186723, + 3.324122849807239 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 213, + "annotation_id": 648, + "image": "images/10e6c483-livingroom_18.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u5207\u6362\u4e3a\u81ea\u53d6", + "instruction_en": "switch to self pick-up in Meituan", + "sample_id": "livingroom_18_3", + "gaze_point": [ + 1572, + 1807 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.401132563304415, + "y": 77.39581782602306, + "width": 5.0084440259372585, + "height": 4.4519502452775725, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.401132563304415, + 77.39581782602306, + 5.0084440259372585, + 4.4519502452775725 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 213, + "annotation_id": 649, + "image": "images/10e6c483-livingroom_18.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u6253\u5f00\u5c0f\u8c22\u5c14\u987f", + "instruction_en": "open Young Sheldon in the movies window", + "sample_id": "livingroom_18_4", + "gaze_point": [ + 1572, + 1807 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.113146446487114, + "y": 32.57324156503765, + "width": 8.961775843743737, + "height": 12.993758782550117, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.113146446487114, + 32.57324156503765, + 8.961775843743737, + 12.993758782550117 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 213, + "annotation_id": 650, + "image": "images/10e6c483-livingroom_18.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u5207\u6362\u64ad\u653e\u4e0a\u4e00\u9996\u6b4c", + "instruction_en": "switch to playing the last song in the music player window", + "sample_id": "livingroom_18_5", + "gaze_point": [ + 1572, + 1807 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 74.8223954747513, + "y": 68.61195282670106, + "width": 1.8221053262628146, + "height": 3.081283803761494, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 74.8223954747513, + 68.61195282670106, + 1.8221053262628146, + 3.081283803761494 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 214, + "annotation_id": 641, + "image": "images/aef9842d-livingroom_17.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u641c\u7d22", + "instruction_en": "search in Meituan", + "sample_id": "livingroom_17_1", + "gaze_point": [ + 1756, + 1908 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.23395598204319, + "y": 72.53463327060203, + "width": 13.225610013805145, + "height": 2.4716324194712342, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.23395598204319, + 72.53463327060203, + 13.225610013805145, + 2.4716324194712342 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 214, + "annotation_id": 642, + "image": "images/aef9842d-livingroom_17.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u684c\u4e0a\u888b\u5b50\u6240\u5c5e\u7684\u5546\u5bb6\u7684\u8be6\u60c5\u9875", + "instruction_en": "open detail page of the merchant the bag on the table is from in Meituan", + "sample_id": "livingroom_17_2", + "gaze_point": [ + 1756, + 1908 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.51631914222735, + "y": 85.62427246390068, + "width": 16.60132246464005, + "height": 9.402518918026217, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.51631914222735, + 85.62427246390068, + 16.60132246464005, + 9.402518918026217 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 214, + "annotation_id": 643, + "image": "images/aef9842d-livingroom_17.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u9762\u5305\u7cd5\u70b9", + "instruction_en": "view bread and pastry in Meituan", + "sample_id": "livingroom_17_3", + "gaze_point": [ + 1756, + 1908 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.253132014498085, + "y": 74.06127389119081, + "width": 1.7912983444580988, + "height": 1.7445688224287608, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.253132014498085, + 74.06127389119081, + 1.7912983444580988, + 1.7445688224287608 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 214, + "annotation_id": 644, + "image": "images/aef9842d-livingroom_17.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u7ee7\u7eed\u64ad\u653e\u97f3\u4e50", + "instruction_en": "unpause music in the music player window", + "sample_id": "livingroom_17_4", + "gaze_point": [ + 1756, + 1908 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.81729858289814, + "y": 82.57154577005353, + "width": 1.656459387511653, + "height": 3.016641486200072, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.81729858289814, + 82.57154577005353, + 1.656459387511653, + 3.016641486200072 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 214, + "annotation_id": 645, + "image": "images/aef9842d-livingroom_17.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u6253\u5f00\u8001\u53cb\u8bb0\u7b2c\u4e09\u5b63", + "instruction_en": "open Friends season 3 in the movies window\n", + "sample_id": "livingroom_17_5", + "gaze_point": [ + 1756, + 1908 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.987593428243954, + "y": 48.40369388021913, + "width": 9.696347634214547, + "height": 12.928463512286044, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.987593428243954, + 48.40369388021913, + 9.696347634214547, + 12.928463512286044 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 215, + "annotation_id": 636, + "image": "images/74af4fcf-livingroom_16.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u6682\u505c\u97f3\u4e50", + "instruction_en": "pause music in the music player window", + "sample_id": "livingroom_16_1", + "gaze_point": [ + 2356, + 1674 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 58.58256610761185, + "y": 86.01689394894491, + "width": 3.272503233018867, + "height": 6.123982658280923, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.58256610761185, + 86.01689394894491, + 3.272503233018867, + 6.123982658280923 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 215, + "annotation_id": 637, + "image": "images/74af4fcf-livingroom_16.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u67e5\u770b\u7231\u60c5\u6b4c\u66f2", + "instruction_en": "view love songs in the music player window", + "sample_id": "livingroom_16_2", + "gaze_point": [ + 2356, + 1674 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.57935161565391, + "y": 59.506156214071815, + "width": 10.468967491777029, + "height": 24.317212405879523, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.57935161565391, + 59.506156214071815, + 10.468967491777029, + 24.317212405879523 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 215, + "annotation_id": 638, + "image": "images/74af4fcf-livingroom_16.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u5207\u6362\u4e0b\u4e00\u9996\u6b4c", + "instruction_en": "switch to next song in the music player window", + "sample_id": "livingroom_16_3", + "gaze_point": [ + 2356, + 1674 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.59477636835942, + "y": 86.52056683082088, + "width": 3.549105642813366, + "height": 6.500718753166581, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.59477636835942, + 86.52056683082088, + 3.549105642813366, + 6.500718753166581 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 215, + "annotation_id": 639, + "image": "images/74af4fcf-livingroom_16.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u5065\u5eb7\u6a21\u5f0f", + "instruction_en": "turn on health mode in the AC control window", + "sample_id": "livingroom_16_4", + "gaze_point": [ + 2356, + 1674 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 39.07824428041863, + "y": 62.3281136177025, + "width": 1.981803546451502, + "height": 4.102974430909455, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.07824428041863, + 62.3281136177025, + 1.981803546451502, + 4.102974430909455 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 215, + "annotation_id": 640, + "image": "images/74af4fcf-livingroom_16.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b2018\u5e74\u7684\u5f71\u7247", + "instruction_en": "view films from 2018 in the movies window", + "sample_id": "livingroom_16_5", + "gaze_point": [ + 2356, + 1674 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 9.582582964872758, + "y": 59.72717482732032, + "width": 4.672989096370946, + "height": 4.837299542797496, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 9.582582964872758, + 59.72717482732032, + 4.672989096370946, + 4.837299542797496 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 216, + "annotation_id": 631, + "image": "images/ba65f5f2-livingroom_15.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u628a\u4e13\u8f91\u52a0\u5165\u64ad\u653e\u5217\u8868", + "instruction_en": "add album to playlist in the music player window", + "sample_id": "livingroom_15_1", + "gaze_point": [ + 2311, + 1573 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.16665247727089, + "y": 42.609282604711254, + "width": 4.3721082645979905, + "height": 2.9269344030781355, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.16665247727089, + 42.609282604711254, + 4.3721082645979905, + 2.9269344030781355 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 216, + "annotation_id": 632, + "image": "images/ba65f5f2-livingroom_15.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u51cf\u5c11\u63a8\u8350", + "instruction_en": "suggest less in the music player window", + "sample_id": "livingroom_15_2", + "gaze_point": [ + 2311, + 1573 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.243329411402115, + "y": 48.09815414449401, + "width": 4.934294843136925, + "height": 2.72745335867139, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.243329411402115, + 48.09815414449401, + 4.934294843136925, + 2.72745335867139 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 216, + "annotation_id": 633, + "image": "images/ba65f5f2-livingroom_15.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u8c03\u8282\u97f3\u91cf", + "instruction_en": "adjust volume in the music player window", + "sample_id": "livingroom_15_3", + "gaze_point": [ + 2311, + 1573 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.41475821178397, + "y": 58.63153478670955, + "width": 1.5963895080737132, + "height": 2.543165969571966, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.41475821178397, + 58.63153478670955, + 1.5963895080737132, + 2.543165969571966 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 216, + "annotation_id": 634, + "image": "images/ba65f5f2-livingroom_15.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u4f1a\u5458\u5f71\u7247", + "instruction_en": "see member-exclusive films in the movies window", + "sample_id": "livingroom_15_4", + "gaze_point": [ + 2311, + 1573 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.981648884439206, + "y": 68.46016378308781, + "width": 2.6743538092605483, + "height": 3.2207271681417353, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.981648884439206, + 68.46016378308781, + 2.6743538092605483, + 3.2207271681417353 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 216, + "annotation_id": 635, + "image": "images/ba65f5f2-livingroom_15.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u8c03\u4f4e\u7a7a\u8c03\u6e29\u5ea6", + "instruction_en": "lower AC temperature in the AC control window", + "sample_id": "livingroom_15_5", + "gaze_point": [ + 2311, + 1573 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 62.136286120232334, + "y": 63.79349458459211, + "width": 1.4367505572663362, + "height": 2.1082477312973396, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 62.136286120232334, + 63.79349458459211, + 1.4367505572663362, + 2.1082477312973396 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 217, + "annotation_id": 626, + "image": "images/ee01d1ce-livingroom_14.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u4ece\u6536\u85cf\u91cc\u5220\u9664\u4e13\u8f91", + "instruction_en": "delete album from library in the music player window", + "sample_id": "livingroom_14_1", + "gaze_point": [ + 2092, + 1392 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.11487701909524, + "y": 62.594402799702095, + "width": 4.829441815808525, + "height": 3.2911830418437384, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.11487701909524, + 62.594402799702095, + 4.829441815808525, + 3.2911830418437384 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 217, + "annotation_id": 627, + "image": "images/ee01d1ce-livingroom_14.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u6536\u85cf\u4e13\u8f91", + "instruction_en": "favorite album in the music player window", + "sample_id": "livingroom_14_2", + "gaze_point": [ + 2092, + 1392 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.580893801916375, + "y": 52.66378642642727, + "width": 1.7716719452057674, + "height": 2.4795030533376305, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.580893801916375, + 52.66378642642727, + 1.7716719452057674, + 2.4795030533376305 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 217, + "annotation_id": 628, + "image": "images/ee01d1ce-livingroom_14.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u7f6e\u9876\u4e13\u8f91", + "instruction_en": "pin album in the music player window", + "sample_id": "livingroom_14_3", + "gaze_point": [ + 2092, + 1392 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 52.40214961295737, + "y": 54.161038269580686, + "width": 4.561112880210606, + "height": 2.8815915141427144, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.40214961295737, + 54.161038269580686, + 4.561112880210606, + 2.8815915141427144 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 217, + "annotation_id": 629, + "image": "images/ee01d1ce-livingroom_14.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u5206\u4eab\u4e13\u8f91", + "instruction_en": "share album in the music player window", + "sample_id": "livingroom_14_4", + "gaze_point": [ + 2092, + 1392 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 54.919074200678885, + "y": 52.49491618042593, + "width": 1.5643486324689209, + "height": 2.311969063247254, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.919074200678885, + 52.49491618042593, + 1.5643486324689209, + 2.311969063247254 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 217, + "annotation_id": 630, + "image": "images/ee01d1ce-livingroom_14.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u81ea\u52a8\u6a21\u5f0f", + "instruction_en": "turn on automatic mode in the AC control window", + "sample_id": "livingroom_14_5", + "gaze_point": [ + 2092, + 1392 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 70.98501717601955, + "y": 75.75444252897383, + "width": 1.2693577145626023, + "height": 2.2075786340219423, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.98501717601955, + 75.75444252897383, + 1.2693577145626023, + 2.2075786340219423 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 218, + "annotation_id": 621, + "image": "images/b62576ec-livingroom_13.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u8fd4\u56de\u4e3b\u9875", + "instruction_en": "return to home page in the music player window", + "sample_id": "livingroom_13_1", + "gaze_point": [ + 1883, + 1459 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.371512019575285, + "y": 59.738865484619055, + "width": 2.717488548119576, + "height": 2.300519405815514, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.371512019575285, + 59.738865484619055, + 2.717488548119576, + 2.300519405815514 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 218, + "annotation_id": 622, + "image": "images/b62576ec-livingroom_13.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u67e5\u770b\u5e7f\u64ad\u5185\u5bb9", + "instruction_en": "view radio content in the music player window", + "sample_id": "livingroom_13_2", + "gaze_point": [ + 1883, + 1459 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.281333296588166, + "y": 63.67360048218805, + "width": 2.645445470522155, + "height": 2.4731367617142013, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.281333296588166, + 63.67360048218805, + 2.645445470522155, + 2.4731367617142013 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 218, + "annotation_id": 623, + "image": "images/b62576ec-livingroom_13.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u5207\u6362\u4e3a\u6b4c\u5355\u7b2c\u56db\u9996\u6b4c", + "instruction_en": "switch to the fourth song in the playlist in the music player window", + "sample_id": "livingroom_13_3", + "gaze_point": [ + 1883, + 1459 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.12203421446398, + "y": 67.29373976987176, + "width": 16.787274319670658, + "height": 2.5404592550739173, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.12203421446398, + 67.29373976987176, + 16.787274319670658, + 2.5404592550739173 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 218, + "annotation_id": 624, + "image": "images/b62576ec-livingroom_13.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u5185\u5730\u5f71\u7247", + "instruction_en": "view chinese mainland films in the movies window", + "sample_id": "livingroom_13_4", + "gaze_point": [ + 1883, + 1459 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.89487973576742, + "y": 88.48428361702038, + "width": 3.0718456692415113, + "height": 3.6802788694294577, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.89487973576742, + 88.48428361702038, + 3.0718456692415113, + 3.6802788694294577 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 218, + "annotation_id": 625, + "image": "images/b62576ec-livingroom_13.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u559c\u5267", + "instruction_en": "view comedies in the movies window", + "sample_id": "livingroom_13_5", + "gaze_point": [ + 1883, + 1459 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.09825299561944, + "y": 83.00349435497469, + "width": 3.110911532643833, + "height": 4.3094878374286765, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.09825299561944, + 83.00349435497469, + 3.110911532643833, + 4.3094878374286765 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 219, + "annotation_id": 616, + "image": "images/caa724d7-livingroom_12.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u6253\u5f00\u968f\u673a\u64ad\u653e\u6a21\u5f0f", + "instruction_en": "turn on shuffle mode in the music player window\n", + "sample_id": "livingroom_12_1", + "gaze_point": [ + 1614, + 1594 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.328318954266734, + "y": 59.968917425200594, + "width": 7.96031998944121, + "height": 3.48563546335685, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.328318954266734, + 59.968917425200594, + 7.96031998944121, + 3.48563546335685 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 219, + "annotation_id": 617, + "image": "images/caa724d7-livingroom_12.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u6253\u5f00\u5f39\u5e55", + "instruction_en": "enable real-time comments in the music player window", + "sample_id": "livingroom_12_2", + "gaze_point": [ + 1614, + 1594 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.12733429863525, + "y": 75.36627184830597, + "width": 1.1890671012504939, + "height": 2.1789400556248495, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.12733429863525, + 75.36627184830597, + 1.1890671012504939, + 2.1789400556248495 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 219, + "annotation_id": 618, + "image": "images/caa724d7-livingroom_12.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e0b\u7aef\u5207\u6362\u64ad\u653e\u4e0b\u4e00\u9996\u6b4c", + "instruction_en": "play next song at the bottom of the music player window", + "sample_id": "livingroom_12_3", + "gaze_point": [ + 1614, + 1594 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.68515256238329, + "y": 75.18758114866112, + "width": 1.4266476922366707, + "height": 2.590225597252413, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.68515256238329, + 75.18758114866112, + 1.4266476922366707, + 2.590225597252413 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 219, + "annotation_id": 619, + "image": "images/caa724d7-livingroom_12.png", + "instruction_cn": "\u67e5\u770b\u7f8e\u56e2\u56e2\u8d2d", + "instruction_en": "view Meituan group deals", + "sample_id": "livingroom_12_4", + "gaze_point": [ + 1614, + 1594 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.12012265957606, + "y": 84.27038046167998, + "width": 5.939012925956412, + "height": 10.701894796281223, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.12012265957606, + 84.27038046167998, + 5.939012925956412, + 10.701894796281223 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 219, + "annotation_id": 620, + "image": "images/caa724d7-livingroom_12.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u641c\u7d22", + "instruction_en": "search in the music player window", + "sample_id": "livingroom_12_5", + "gaze_point": [ + 1614, + 1594 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.35901113991548, + "y": 67.00057505237704, + "width": 1.062397217623058, + "height": 1.8887061646632048, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.35901113991548, + 67.00057505237704, + 1.062397217623058, + 1.8887061646632048 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 220, + "annotation_id": 611, + "image": "images/34724d66-livingroom_11.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u5207\u6362\u4e3a1.5\u500d\u901f\u64ad\u653e", + "instruction_en": "switch to 1.5x playback speed in the movies window\n", + "sample_id": "livingroom_11_1", + "gaze_point": [ + 1960, + 1527 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.98052628496867, + "y": 87.13963231272777, + "width": 9.817509699056608, + "height": 4.69505337134872, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.98052628496867, + 87.13963231272777, + 9.817509699056608, + 4.69505337134872 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 220, + "annotation_id": 612, + "image": "images/34724d66-livingroom_11.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u5173\u95ed\u81ea\u52a8\u8c03\u6697", + "instruction_en": "disable automatic dimming in the movies window", + "sample_id": "livingroom_11_2", + "gaze_point": [ + 1960, + 1527 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.32493853029714, + "y": 86.24114164622824, + "width": 8.532765445772041, + "height": 6.952640377718253, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.32493853029714, + 86.24114164622824, + 8.532765445772041, + 6.952640377718253 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 220, + "annotation_id": 613, + "image": "images/34724d66-livingroom_11.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u7ee7\u7eed\u64ad\u653e\u89c6\u9891", + "instruction_en": "unpause video in the movies window", + "sample_id": "livingroom_11_3", + "gaze_point": [ + 1960, + 1527 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.35833678233583, + "y": 92.79993152228147, + "width": 2.980217023206599, + "height": 4.890612550903157, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.35833678233583, + 92.79993152228147, + 2.980217023206599, + 4.890612550903157 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 220, + "annotation_id": 614, + "image": "images/34724d66-livingroom_11.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u5b9a\u65f6\u6a21\u5f0f", + "instruction_en": "enable timer mode in the AC control window\n", + "sample_id": "livingroom_11_4", + "gaze_point": [ + 1960, + 1527 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 69.99998763334114, + "y": 81.18986321745692, + "width": 2.268543741647534, + "height": 3.6663333198344077, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 69.99998763334114, + 81.18986321745692, + 2.268543741647534, + 3.6663333198344077 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 220, + "annotation_id": 615, + "image": "images/34724d66-livingroom_11.png", + "instruction_cn": "\u67e5\u770b\u7f8e\u56e2\u9a91\u8f66", + "instruction_en": "view Meituan bikes", + "sample_id": "livingroom_11_5", + "gaze_point": [ + 1960, + 1527 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 5.527602388690975, + "y": 88.32908332675615, + "width": 7.027198902944718, + "height": 10.191499765641627, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 5.527602388690975, + 88.32908332675615, + 7.027198902944718, + 10.191499765641627 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 221, + "annotation_id": 606, + "image": "images/1725ceb4-livingroom_10.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u7ee7\u7eed\u64ad\u653e\u89c6\u9891", + "instruction_en": "unpause video in the movies window\n", + "sample_id": "livingroom_10_1", + "gaze_point": [ + 1976, + 1500 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.218794228908386, + "y": 89.03267376860356, + "width": 2.985441545911954, + "height": 5.001252504262752, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.218794228908386, + 89.03267376860356, + 2.985441545911954, + 5.001252504262752 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 221, + "annotation_id": 607, + "image": "images/1725ceb4-livingroom_10.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u56de\u900015\u79d2", + "instruction_en": "go back 15 seconds in the movies window", + "sample_id": "livingroom_10_2", + "gaze_point": [ + 1976, + 1500 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.911500511058634, + "y": 89.48413142870109, + "width": 2.6026774713964684, + "height": 3.890871371380598, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.911500511058634, + 89.48413142870109, + 2.6026774713964684, + 3.890871371380598 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 221, + "annotation_id": 608, + "image": "images/1725ceb4-livingroom_10.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u6253\u5f00\u540c\u64ad\u5171\u4eab", + "instruction_en": "turn on co-viewing in the movies window", + "sample_id": "livingroom_10_3", + "gaze_point": [ + 1976, + 1500 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.7365088730106, + "y": 82.89205951073725, + "width": 5.1533013933650125, + "height": 4.326228330232354, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.7365088730106, + 82.89205951073725, + 5.1533013933650125, + 4.326228330232354 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 221, + "annotation_id": 609, + "image": "images/1725ceb4-livingroom_10.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e2d\u67e5\u770b\u6309\u6469\u8db3\u7597", + "instruction_en": "view foot massage on Meituan", + "sample_id": "livingroom_10_4", + "gaze_point": [ + 1976, + 1500 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 7.897276253368017, + "y": 83.25643435673263, + "width": 6.37656979610413, + "height": 10.526394342981002, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 7.897276253368017, + 83.25643435673263, + 6.37656979610413, + 10.526394342981002 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 221, + "annotation_id": 610, + "image": "images/1725ceb4-livingroom_10.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u67e5\u770b\u7535\u91cf\u7edf\u8ba1", + "instruction_en": "view power statistics in the AC control window", + "sample_id": "livingroom_10_5", + "gaze_point": [ + 1976, + 1500 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 72.78098993200402, + "y": 72.0050155247875, + "width": 3.824116593062982, + "height": 3.8025114145711143, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 72.78098993200402, + 72.0050155247875, + 3.824116593062982, + 3.8025114145711143 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 222, + "annotation_id": 601, + "image": "images/02cd6456-livingroom_9.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u64ad\u653e\u7b2c\u4e00\u96c6", + "instruction_en": "play first episode in the movies window\n", + "sample_id": "livingroom_9_1", + "gaze_point": [ + 2019, + 1763 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 38.03701068572841, + "y": 75.36364718092389, + "width": 5.774758956371073, + "height": 6.763639248246378, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.03701068572841, + 75.36364718092389, + 5.774758956371073, + 6.763639248246378 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 222, + "annotation_id": 602, + "image": "images/02cd6456-livingroom_9.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u5168\u90e8\u9009\u96c6", + "instruction_en": "see all episodes in the movies window", + "sample_id": "livingroom_9_2", + "gaze_point": [ + 2019, + 1763 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.754137464718326, + "y": 89.16865537156212, + "width": 6.092631353496287, + "height": 4.206347428519564, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.754137464718326, + 89.16865537156212, + 6.092631353496287, + 4.206347428519564 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 222, + "annotation_id": 603, + "image": "images/02cd6456-livingroom_9.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u64ad\u653e\u7b2c\u4e00\u5b63\u7b2c\u5341\u96c6", + "instruction_en": "play episode 10 season 1 in the movies window", + "sample_id": "livingroom_9_3", + "gaze_point": [ + 2019, + 1763 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.39176138375057, + "y": 83.94977401042411, + "width": 3.226459675284893, + "height": 5.544730701230321, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.39176138375057, + 83.94977401042411, + 3.226459675284893, + 5.544730701230321 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 222, + "annotation_id": 604, + "image": "images/02cd6456-livingroom_9.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u4e0b\u8f7d\u5f53\u524d\u9009\u96c6", + "instruction_en": "download current episode in the movies window", + "sample_id": "livingroom_9_4", + "gaze_point": [ + 2019, + 1763 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.64844125168089, + "y": 89.10077626951082, + "width": 6.221823065287651, + "height": 4.108378405015344, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.64844125168089, + 89.10077626951082, + 6.221823065287651, + 4.108378405015344 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 222, + "annotation_id": 605, + "image": "images/02cd6456-livingroom_9.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u7761\u7720\u6a21\u5f0f", + "instruction_en": "turn on sleep mode in the AC control window", + "sample_id": "livingroom_9_5", + "gaze_point": [ + 2019, + 1763 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 75.11092049268498, + "y": 69.22920593357517, + "width": 2.014415503545024, + "height": 3.5811831174133597, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.11092049268498, + 69.22920593357517, + 2.014415503545024, + 3.5811831174133597 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 223, + "annotation_id": 596, + "image": "images/628ab6b0-livingroom_8.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u8fd4\u56de\u4e0a\u4e00\u4e2a\u754c\u9762", + "instruction_en": "return to previous page in the music player window", + "sample_id": "livingroom_8_1", + "gaze_point": [ + 1655, + 1433 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.727573901146435, + "y": 57.35230351321295, + "width": 1.5588736714929183, + "height": 2.7713309715429872, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.727573901146435, + 57.35230351321295, + 1.5588736714929183, + 2.7713309715429872 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 223, + "annotation_id": 597, + "image": "images/628ab6b0-livingroom_8.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u6253\u5f00\u968f\u673a\u64ad\u653e\u6a21\u5f0f", + "instruction_en": "turn on shuffle mode in the music player window\n", + "sample_id": "livingroom_8_2", + "gaze_point": [ + 1655, + 1433 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.69828191841579, + "y": 62.762440493349104, + "width": 8.496343811583529, + "height": 3.9195510129386832, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.69828191841579, + 62.762440493349104, + 8.496343811583529, + 3.9195510129386832 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 223, + "annotation_id": 598, + "image": "images/628ab6b0-livingroom_8.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u8c03\u6574\u97f3\u91cf", + "instruction_en": "adjust volume in the music player window", + "sample_id": "livingroom_8_3", + "gaze_point": [ + 1655, + 1433 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.237812387418415, + "y": 78.56010529006782, + "width": 1.38566548577149, + "height": 2.771330971542966, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.237812387418415, + 78.56010529006782, + 1.38566548577149, + 2.771330971542966 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 223, + "annotation_id": 599, + "image": "images/628ab6b0-livingroom_8.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e2d\u641c\u7d22", + "instruction_en": "search in Meituan", + "sample_id": "livingroom_8_4", + "gaze_point": [ + 1655, + 1433 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 20.47400974554453, + "y": 85.023617853366, + "width": 21.88721619570867, + "height": 6.158513270095483, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 20.47400974554453, + 85.023617853366, + 21.88721619570867, + 6.158513270095483 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 223, + "annotation_id": 600, + "image": "images/628ab6b0-livingroom_8.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u8c03\u4f4e\u7a7a\u8c03\u6e29\u5ea6", + "instruction_en": "lower AC temperature in the AC control window", + "sample_id": "livingroom_8_5", + "gaze_point": [ + 1655, + 1433 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 85.82842116824617, + "y": 87.12310861707306, + "width": 2.9917777533702576, + "height": 3.9190538991516775, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 85.82842116824617, + 87.12310861707306, + 2.9917777533702576, + 3.9190538991516775 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 224, + "annotation_id": 591, + "image": "images/791d3653-livingroom_7.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u6253\u5f00\u968f\u673a\u64ad\u653e\u6a21\u5f0f", + "instruction_en": "turn on shuffle mode in the music player window", + "sample_id": "livingroom_7_1", + "gaze_point": [ + 1901, + 1542 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.06793905574236, + "y": 48.910904573588205, + "width": 8.557309076016786, + "height": 3.0425987825837453, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.06793905574236, + 48.910904573588205, + 8.557309076016786, + 3.0425987825837453 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 224, + "annotation_id": 592, + "image": "images/791d3653-livingroom_7.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u8c03\u6574\u97f3\u91cf", + "instruction_en": "adjust volume in the music player window\n", + "sample_id": "livingroom_7_2", + "gaze_point": [ + 1901, + 1542 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.84414988830001, + "y": 63.80258733155482, + "width": 1.4927278517052898, + "height": 2.6537384030316247, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.84414988830001, + 63.80258733155482, + 1.4927278517052898, + 2.6537384030316247 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 224, + "annotation_id": 593, + "image": "images/791d3653-livingroom_7.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u64ad\u653e\u6b63\u7247", + "instruction_en": "play full video in the movies window", + "sample_id": "livingroom_7_3", + "gaze_point": [ + 1901, + 1542 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.08732553896868, + "y": 93.14115110970857, + "width": 8.44568839468156, + "height": 5.0896803885086825, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.08732553896868, + 93.14115110970857, + 8.44568839468156, + 5.0896803885086825 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 224, + "annotation_id": 594, + "image": "images/791d3653-livingroom_7.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u4e70\u836f", + "instruction_en": "buy medicine on Meituan", + "sample_id": "livingroom_7_4", + "gaze_point": [ + 1901, + 1542 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.51781886340705, + "y": 73.84041741468425, + "width": 5.918788238577022, + "height": 11.54529063821198, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.51781886340705, + 73.84041741468425, + 5.918788238577022, + 11.54529063821198 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 224, + "annotation_id": 595, + "image": "images/791d3653-livingroom_7.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u7ae5\u9501", + "instruction_en": "enable child lock in the AC control window\n", + "sample_id": "livingroom_7_5", + "gaze_point": [ + 1901, + 1542 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 85.25023980321737, + "y": 78.96367103632721, + "width": 2.262768099872474, + "height": 3.777412329326424, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 85.25023980321737, + 78.96367103632721, + 2.262768099872474, + 3.777412329326424 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 225, + "annotation_id": 586, + "image": "images/47a59c29-livingroom_6.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u9009\u62e9\u91ce\u751f\u52a8\u7269", + "instruction_en": "select wild animals in movies window", + "sample_id": "livingroom_6_1", + "gaze_point": [ + 2195, + 1680 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.70837118386745, + "y": 70.39548382439753, + "width": 9.466059377901942, + "height": 12.325135215046032, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.70837118386745, + 70.39548382439753, + 9.466059377901942, + 12.325135215046032 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 225, + "annotation_id": 587, + "image": "images/47a59c29-livingroom_6.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u9009\u62e9\u7b2c\u4e8c\u4e2a\u89c6\u9891", + "instruction_en": "select the second video in movies window", + "sample_id": "livingroom_6_2", + "gaze_point": [ + 2195, + 1680 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.06081994912999, + "y": 61.13141956563306, + "width": 10.608611791554253, + "height": 13.289008745495135, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.06081994912999, + 61.13141956563306, + 10.608611791554253, + 13.289008745495135 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 225, + "annotation_id": 588, + "image": "images/47a59c29-livingroom_6.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u5c4f\u663e\u6a21\u5f0f", + "instruction_en": "Turn on display mode in the AC control window", + "sample_id": "livingroom_6_3", + "gaze_point": [ + 2195, + 1680 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.49906877438846, + "y": 81.36339747705117, + "width": 2.1665286181000525, + "height": 3.9326928833815913, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.49906877438846, + 81.36339747705117, + 2.1665286181000525, + 3.9326928833815913 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 225, + "annotation_id": 589, + "image": "images/47a59c29-livingroom_6.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u81ea\u52a8\u6a21\u5f0f", + "instruction_en": "turn on automatic mode in the AC control window\n", + "sample_id": "livingroom_6_4", + "gaze_point": [ + 2195, + 1680 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.86722122365137, + "y": 72.93586119546967, + "width": 1.4118119351004168, + "height": 2.2025546742609805, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.86722122365137, + 72.93586119546967, + 1.4118119351004168, + 2.2025546742609805 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 225, + "annotation_id": 590, + "image": "images/47a59c29-livingroom_6.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u9152\u5e97", + "instruction_en": "check for hotels on Meituan", + "sample_id": "livingroom_6_5", + "gaze_point": [ + 2195, + 1680 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 82.39288690600284, + "y": 48.27587076839271, + "width": 6.370053111242882, + "height": 9.797634747879187, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.39288690600284, + 48.27587076839271, + 6.370053111242882, + 9.797634747879187 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 226, + "annotation_id": 581, + "image": "images/6085cea4-livingroom_5.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u5207\u6362\u73af\u5883\u4e3a\u827a\u672f\u7a7a\u95f4\uff08\u591c\u95f4\uff09", + "instruction_en": "switch environment to art space (night) in movies window", + "sample_id": "livingroom_5_1", + "gaze_point": [ + 1879, + 1479 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.799975131307676, + "y": 61.07125461402647, + "width": 6.849981455296742, + "height": 14.673184319542756, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.799975131307676, + 61.07125461402647, + 6.849981455296742, + 14.673184319542756 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 226, + "annotation_id": 582, + "image": "images/6085cea4-livingroom_5.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u5207\u6362\u73af\u5883\u4e3a\u51e4\u51f0\u6797\n", + "instruction_en": "switch environment to Phoenix Forest in movies window", + "sample_id": "livingroom_5_2", + "gaze_point": [ + 1879, + 1479 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.86713779123286, + "y": 61.06433947813882, + "width": 7.031472903454535, + "height": 14.95949062155718, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.86713779123286, + 61.06433947813882, + 7.031472903454535, + 14.95949062155718 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 226, + "annotation_id": 583, + "image": "images/6085cea4-livingroom_5.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u5173\u95ed\u5207\u6362\u73af\u5883\u9762\u677f", + "instruction_en": "close switch environment panel in movies window", + "sample_id": "livingroom_5_3", + "gaze_point": [ + 1879, + 1479 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 36.270647632005875, + "y": 57.32605191398177, + "width": 3.2967233612917966, + "height": 5.184590585279409, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.270647632005875, + 57.32605191398177, + 3.2967233612917966, + 5.184590585279409 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 226, + "annotation_id": 584, + "image": "images/6085cea4-livingroom_5.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u5173\u95ed\u5236\u51b7\u6a21\u5f0f", + "instruction_en": "Turn off cooling mode in the AC control window", + "sample_id": "livingroom_5_4", + "gaze_point": [ + 1879, + 1479 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.55005839051016, + "y": 78.45029447778654, + "width": 2.277172550459454, + "height": 4.1788972969005584, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.55005839051016, + 78.45029447778654, + 2.277172550459454, + 4.1788972969005584 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 226, + "annotation_id": 585, + "image": "images/6085cea4-livingroom_5.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e2d\u67e5\u770b\u5916\u5356", + "instruction_en": "see takeout in Meituan", + "sample_id": "livingroom_5_5", + "gaze_point": [ + 1879, + 1479 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 81.84040264876815, + "y": 46.74415920464189, + "width": 6.743307533515528, + "height": 10.305556601569661, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 81.84040264876815, + 46.74415920464189, + 6.743307533515528, + 10.305556601569661 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 227, + "annotation_id": 576, + "image": "images/dd8b8a1c-livingroom_4.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u5f00\u59cb\u64ad\u653e\u97f3\u4e50", + "instruction_en": "start playing music in music player window", + "sample_id": "livingroom_4_1", + "gaze_point": [ + 1835, + 1515 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 26.88766575755998, + "y": 79.26163765888234, + "width": 13.44048754988195, + "height": 8.115011350872138, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 26.88766575755998, + 79.26163765888234, + 13.44048754988195, + 8.115011350872138 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 227, + "annotation_id": 577, + "image": "images/dd8b8a1c-livingroom_4.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u9009\u62e9\u54ea\u5412\u4e4b\u9b54\u7ae5\u964d\u4e16", + "instruction_en": "select Ne Zha: Birth of the Demon Child in movies window", + "sample_id": "livingroom_4_2", + "gaze_point": [ + 1637, + 1497 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.39937317477734, + "y": 68.30717119457945, + "width": 9.571830370011817, + "height": 14.053024363463066, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.39937317477734, + 68.30717119457945, + 9.571830370011817, + 14.053024363463066 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 227, + "annotation_id": 578, + "image": "images/dd8b8a1c-livingroom_4.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u641c\u7d22\u5f71\u7247", + "instruction_en": "search movie in movies window\n", + "sample_id": "livingroom_4_3", + "gaze_point": [ + 1637, + 1497 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.29535472471678, + "y": 67.26309002876643, + "width": 5.199666418847542, + "height": 2.923269249722452, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.29535472471678, + 67.26309002876643, + 5.199666418847542, + 2.923269249722452 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 227, + "annotation_id": 579, + "image": "images/dd8b8a1c-livingroom_4.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b\u6211\u7684\u4e3b\u9875", + "instruction_en": "see my page in movies window", + "sample_id": "livingroom_4_4", + "gaze_point": [ + 1637, + 1497 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.120768801640736, + "y": 71.90894282541356, + "width": 5.454195544245678, + "height": 3.663064661814374, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.120768801640736, + 71.90894282541356, + 5.454195544245678, + 3.663064661814374 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 227, + "annotation_id": 580, + "image": "images/dd8b8a1c-livingroom_4.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u5065\u5eb7\u6a21\u5f0f", + "instruction_en": "turn on health mode in the AC control window", + "sample_id": "livingroom_4_5", + "gaze_point": [ + 1637, + 1497 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.14390521412878, + "y": 74.75695103415305, + "width": 2.0774533921801606, + "height": 4.491791118227383, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.14390521412878, + 74.75695103415305, + 2.0774533921801606, + 4.491791118227383 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 228, + "annotation_id": 571, + "image": "images/1c0a0906-livingroom_3.png", + "instruction_cn": "\u5728\u97f3\u4e50\u64ad\u653e\u7a97\u53e3\u4e2d\u5f00\u59cb\u64ad\u653e\u97f3\u4e50", + "instruction_en": "start playing music in music player window", + "sample_id": "livingroom_3_1", + "gaze_point": [ + 1835, + 1515 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 11.345702890752564, + "y": 76.57143990382504, + "width": 15.557880011870283, + "height": 7.005197792826593, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 11.345702890752564, + 76.57143990382504, + 15.557880011870283, + 7.005197792826593 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 228, + "annotation_id": 572, + "image": "images/1c0a0906-livingroom_3.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u9009\u62e9\u7535\u5f71\u718a\u732b\u8ba1\u5212", + "instruction_en": "select movie panda plan in the movies window", + "sample_id": "livingroom_3_2", + "gaze_point": [ + 1835, + 1515 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.49826524797113, + "y": 64.29636528861246, + "width": 10.314893810380475, + "height": 12.601660684614387, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.49826524797113, + 64.29636528861246, + 10.314893810380475, + 12.601660684614387 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 228, + "annotation_id": 573, + "image": "images/1c0a0906-livingroom_3.png", + "instruction_cn": "\u5728\u5f71\u7247\u7a97\u53e3\u4e2d\u67e5\u770b3D\u7535\u5f71\u9009\u9879", + "instruction_en": "see 3D movie options in the movies window", + "sample_id": "livingroom_3_3", + "gaze_point": [ + 1835, + 1515 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 28.26321301535189, + "y": 56.675403842656756, + "width": 2.3465161274799193, + "height": 3.5632281935806134, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.26321301535189, + 56.675403842656756, + 2.3465161274799193, + 3.5632281935806134 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 228, + "annotation_id": 574, + "image": "images/1c0a0906-livingroom_3.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u5173\u95ed\u7a7a\u8c03", + "instruction_en": "turn off AC in the AC control window", + "sample_id": "livingroom_3_4", + "gaze_point": [ + 1835, + 1515 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.33196962287707, + "y": 72.99235483080773, + "width": 2.189748170135843, + "height": 4.19233837701222, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.33196962287707, + 72.99235483080773, + 2.189748170135843, + 4.19233837701222 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 228, + "annotation_id": 575, + "image": "images/1c0a0906-livingroom_3.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e2d\u626b\u63cf", + "instruction_en": "scan in Meituan", + "sample_id": "livingroom_3_5", + "gaze_point": [ + 1835, + 1515 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 79.59107108797376, + "y": 72.65874171462286, + "width": 1.833704582120248, + "height": 3.470236628528639, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 79.59107108797376, + 72.65874171462286, + 1.833704582120248, + 3.470236628528639 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 229, + "annotation_id": 566, + "image": "images/296aaf5f-livingroom_2.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u8c03\u9ad8\u7a7a\u8c03\u6e29\u5ea6", + "instruction_en": "higher AC temperature in the AC control window", + "sample_id": "livingroom_2_1", + "gaze_point": [ + 2386, + 1411 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.60384450906559, + "y": 56.14744767202844, + "width": 2.0927663164468484, + "height": 3.357500431806315, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.60384450906559, + 56.14744767202844, + 2.0927663164468484, + 3.357500431806315 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 229, + "annotation_id": 567, + "image": "images/296aaf5f-livingroom_2.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u6253\u5f00\u7701\u7535\u6a21\u5f0f", + "instruction_en": "turn on power saving mode in the AC control window\n", + "sample_id": "livingroom_2_2", + "gaze_point": [ + 2386, + 1411 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 64.83810018121592, + "y": 64.01485881843372, + "width": 2.170325744572807, + "height": 3.739638206033149, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 64.83810018121592, + 64.01485881843372, + 2.170325744572807, + 3.739638206033149 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 229, + "annotation_id": 568, + "image": "images/296aaf5f-livingroom_2.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u5173\u95ed\u7a7a\u8c03", + "instruction_en": "turn off AC in the AC control window\n", + "sample_id": "livingroom_2_3", + "gaze_point": [ + 2386, + 1411 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.69881336852362, + "y": 71.48960903984633, + "width": 2.189749123829216, + "height": 3.944109532978942, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.69881336852362, + 71.48960903984633, + 2.189749123829216, + 3.944109532978942 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 229, + "annotation_id": 569, + "image": "images/296aaf5f-livingroom_2.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u7a97\u53e3\u4e2d\u8bbe\u7f6e\u8272\u6e29\u4e3a\u6696\u8272", + "instruction_en": "set color temperature to warm in the light control panel window", + "sample_id": "livingroom_2_4", + "gaze_point": [ + 2386, + 1411 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 20.847975084019193, + "y": 75.2560488537905, + "width": 2.14380939733579, + "height": 3.5389869416336666, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 20.847975084019193, + 75.2560488537905, + 2.14380939733579, + 3.5389869416336666 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 229, + "annotation_id": 570, + "image": "images/296aaf5f-livingroom_2.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u4e2d\u5207\u6362\u573a\u666f\u4e3a\u4e13\u6ce8", + "instruction_en": "switch scene to focus in light control panel\n", + "sample_id": "livingroom_2_5", + "gaze_point": [ + 2386, + 1411 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.46673588861346, + "y": 84.35182776494509, + "width": 6.366004077810114, + "height": 4.636019033907246, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.46673588861346, + 84.35182776494509, + 6.366004077810114, + 4.636019033907246 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 230, + "annotation_id": 561, + "image": "images/f1ef020d-livingroom_1.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u7a97\u53e3\u4e2d\u5207\u6362\u8bbe\u5907", + "instruction_en": "change device in the light control panel window", + "sample_id": "livingroom_1_1", + "gaze_point": [ + 1375, + 1437 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.726847603130484, + "y": 58.84787376229502, + "width": 4.807772368631383, + "height": 2.9448166889095977, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.726847603130484, + 58.84787376229502, + 4.807772368631383, + 2.9448166889095977 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 230, + "annotation_id": 562, + "image": "images/f1ef020d-livingroom_1.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u7a97\u53e3\u4e2d\u8c03\u9ad8\u4eae\u5ea6", + "instruction_en": "enhance brightness in the light control panel window", + "sample_id": "livingroom_1_2", + "gaze_point": [ + 1375, + 1437 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.028051800568484, + "y": 64.2677103041206, + "width": 1.6968608359875397, + "height": 3.160291080781022, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.028051800568484, + 64.2677103041206, + 1.6968608359875397, + 3.160291080781022 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 230, + "annotation_id": 563, + "image": "images/f1ef020d-livingroom_1.png", + "instruction_cn": "\u5728\u706f\u63a7\u9762\u677f\u7a97\u53e3\u4e2d\u8bbe\u7f6e\u8272\u6e29\u4e3a\u51b7\u8272", + "instruction_en": "set color temperature to cold in the light control panel window", + "sample_id": "livingroom_1_3", + "gaze_point": [ + 1375, + 1437 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.588704828699875, + "y": 70.98394592439, + "width": 1.93587580517093, + "height": 3.059161766196041, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.588704828699875, + 70.98394592439, + 1.93587580517093, + 3.059161766196041 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 230, + "annotation_id": 564, + "image": "images/f1ef020d-livingroom_1.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u8c03\u4f4e\u7a7a\u8c03\u6e29\u5ea6", + "instruction_en": "lower AC temperature in the AC control window", + "sample_id": "livingroom_1_4", + "gaze_point": [ + 1375, + 1437 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 67.48146089270531, + "y": 59.48405256440162, + "width": 2.552154044447377, + "height": 2.8872853836172254, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.48146089270531, + 59.48405256440162, + 2.552154044447377, + 2.8872853836172254 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 230, + "annotation_id": 565, + "image": "images/f1ef020d-livingroom_1.png", + "instruction_cn": "\u5728\u7a7a\u8c03\u63a7\u5236\u7a97\u53e3\u4e2d\u5f00\u542f\u7761\u7720\u6a21\u5f0f", + "instruction_en": "turn on sleep mode in the AC control window", + "sample_id": "livingroom_1_5", + "gaze_point": [ + 1375, + 1437 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "living room", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.38301323116656, + "y": 67.49936923687889, + "width": 2.3432840116018383, + "height": 4.165838242847727, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.38301323116656, + 67.49936923687889, + 2.3432840116018383, + 4.165838242847727 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 231, + "annotation_id": 557, + "image": "images/3ce81bf5-kitchen_3.png", + "instruction_cn": "\u5728\u7a7a\u6c14\u70b8\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "Start the timer in the window above the air fryer", + "sample_id": "kitchen_3_1", + "gaze_point": [ + 2010, + 1445 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 14.727272727272728, + "y": 64.36363636363637, + "width": 7.772727272727268, + "height": 10.909090909090892, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 14.727272727272728, + 64.36363636363637, + 7.772727272727268, + 10.909090909090892 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 231, + "annotation_id": 558, + "image": "images/3ce81bf5-kitchen_3.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start the timer in the window above the pot on the left", + "sample_id": "kitchen_3_2", + "gaze_point": [ + 2010, + 1445 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 48.63860435938265, + "y": 62.7062649761166, + "width": 5.012376237623755, + "height": 9.900990099009888, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.63860435938265, + 62.7062649761166, + 5.012376237623755, + 9.900990099009888 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 231, + "annotation_id": 559, + "image": "images/3ce81bf5-kitchen_3.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u9505\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start the timer in the window above the pot on the right", + "sample_id": "kitchen_3_3", + "gaze_point": [ + 2010, + 1445 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 59.40593821855853, + "y": 64.02641959310236, + "width": 4.084158415841593, + "height": 7.920792079207928, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.40593821855853, + 64.02641959310236, + 4.084158415841593, + 7.920792079207928 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 231, + "annotation_id": 560, + "image": "images/3ce81bf5-kitchen_3.png", + "instruction_cn": "\u5728\u7535\u996d\u7172\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start the timer in the window above the rice cooker", + "sample_id": "kitchen_3_4", + "gaze_point": [ + 2010, + 1445 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 76.67079207920793, + "y": 65.6765902605501, + "width": 4.084158415841586, + "height": 7.5907590759076, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 76.67079207920793, + 65.6765902605501, + 4.084158415841586, + 7.5907590759076 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 232, + "annotation_id": 552, + "image": "images/1ae0072a-kitchen_2.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start the timer in the window above the kettle on the left", + "sample_id": "kitchen_2_1", + "gaze_point": [ + 2065, + 1291 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 28.731377949287445, + "y": 60.24959856230008, + "width": 8.817871273091257, + "height": 13.996621068398824, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.731377949287445, + 60.24959856230008, + 8.817871273091257, + 13.996621068398824 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 232, + "annotation_id": 553, + "image": "images/1ae0072a-kitchen_2.png", + "instruction_cn": "\u5728\u5de6\u4fa7\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop the timer in the window above the kettle on the left", + "sample_id": "kitchen_2_2", + "gaze_point": [ + 2065, + 1291 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 24.133663366336634, + "y": 62.37623762376238, + "width": 5.940594059405946, + "height": 10.231023102310232, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 24.133663366336634, + 62.37623762376238, + 5.940594059405946, + 10.231023102310232 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 232, + "annotation_id": 554, + "image": "images/1ae0072a-kitchen_2.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start the timer in the window above the kettle on the right", + "sample_id": "kitchen_2_3", + "gaze_point": [ + 2065, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 50.30940594059407, + "y": 52.14521452145215, + "width": 7.797029702970292, + "height": 16.17161716171617, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.30940594059407, + 52.14521452145215, + 7.797029702970292, + 16.17161716171617 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 232, + "annotation_id": 555, + "image": "images/1ae0072a-kitchen_2.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop the timer in the window above the kettle on the right", + "sample_id": "kitchen_2_4", + "gaze_point": [ + 2065, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 45.40910250014786, + "y": 52.36363636363637, + "width": 6.750000000000007, + "height": 11.636363636363646, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.40910250014786, + 52.36363636363637, + 6.750000000000007, + 11.636363636363646 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 232, + "annotation_id": 556, + "image": "images/1ae0072a-kitchen_2.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u589e\u52a0\u8ba1\u65f6\u5668\u65f6\u95f4", + "instruction_en": "add time to the timer in the window above the kettle on the right", + "sample_id": "kitchen_2_5", + "gaze_point": [ + 2065, + 1291 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 56.43564356435644, + "y": 56.76567656765676, + "width": 4.826732673267323, + "height": 8.910891089108908, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.43564356435644, + 56.76567656765676, + 4.826732673267323, + 8.910891089108908 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 233, + "annotation_id": 547, + "image": "images/325a93ad-kitchen_1.png", + "instruction_cn": "\u5728\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "Start the timer in the window above the kettle", + "sample_id": "kitchen_1_1", + "gaze_point": [ + 1612, + 1595 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 35.520023307835714, + "y": 52.15526409656894, + "width": 5.888489406697353, + "height": 11.70000509566011, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.520023307835714, + 52.15526409656894, + 5.888489406697353, + 11.70000509566011 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 233, + "annotation_id": 548, + "image": "images/325a93ad-kitchen_1.png", + "instruction_cn": "\u5728\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u505c\u6b62\u8ba1\u65f6", + "instruction_en": "stop the timer in the window above the kettle", + "sample_id": "kitchen_1_2", + "gaze_point": [ + 1612, + 1595 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 31.74505188045137, + "y": 52.80525227332227, + "width": 5.198019801980202, + "height": 9.240924092409244, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.74505188045137, + 52.80525227332227, + 5.198019801980202, + 9.240924092409244 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 233, + "annotation_id": 549, + "image": "images/325a93ad-kitchen_1.png", + "instruction_cn": "\u5728\u70e7\u6c34\u58f6\u4e0a\u65b9\u7684\u7a97\u53e3\u91cc\u589e\u52a0\u8ba1\u65f6\u5668\u65f6\u95f4", + "instruction_en": "add time to the timer in the window above the kettle", + "sample_id": "kitchen_1_3", + "gaze_point": [ + 1612, + 1595 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Spatial-anchoring" + }, + "target_bbox": { + "x": 40.168251840588546, + "y": 53.47186185601633, + "width": 4.572696103045907, + "height": 7.4518010568155475, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.168251840588546, + 53.47186185601633, + 4.572696103045907, + 7.4518010568155475 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 233, + "annotation_id": 550, + "image": "images/325a93ad-kitchen_1.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u7684\u7a97\u53e3\u91cc\u5f00\u59cb\u8ba1\u65f6", + "instruction_en": "start the timer in the window on the right", + "sample_id": "kitchen_1_4", + "gaze_point": [ + 1612, + 1595 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.04920413920358, + "y": 31.359045577087013, + "width": 4.294417827804168, + "height": 8.270730631326582, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.04920413920358, + 31.359045577087013, + 4.294417827804168, + 8.270730631326582 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 233, + "annotation_id": 551, + "image": "images/325a93ad-kitchen_1.png", + "instruction_cn": "\u5728\u53f3\u4fa7\u7a97\u53e3\u91cc\u65b0\u589e\u8ba1\u65f6\u5668", + "instruction_en": "add new timer in the window on the right", + "sample_id": "kitchen_1_5", + "gaze_point": [ + 1612, + 1595 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Home life", + "place": "kitchen", + "activity": "preparing dinner", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.41373170819929, + "y": 78.42069894422657, + "width": 6.488693561099012, + "height": 11.874733314429577, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.41373170819929, + 78.42069894422657, + 6.488693561099012, + 11.874733314429577 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 234, + "annotation_id": 1074, + "image": "images/1eaa26d0-library_31.png", + "instruction_cn": "\u9009\u62e9\u5ea7\u4f4dF2A017", + "instruction_en": "Select seat F2A017", + "sample_id": null, + "gaze_point": [ + 1482, + 1684 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 36.843945693971406, + "y": 74.74921502492245, + "width": 1.0377302250268379, + "height": 3.110929824917065, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.843945693971406, + 74.74921502492245, + 1.0377302250268379, + 3.110929824917065 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 234, + "annotation_id": 1080, + "image": "images/1eaa26d0-library_31.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u53f3\u524d\u65b9\u7684\u5ea7\u4f4d\u7f16\u53f7", + "instruction_en": "On the seat reservation screen, select the seat number to my right.", + "sample_id": null, + "gaze_point": [ + 1482, + 1684 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 29.109786741493, + "y": 72.17116204076297, + "width": 1.0377302250268379, + "height": 3.110929824917065, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.109786741493, + 72.17116204076297, + 1.0377302250268379, + 3.110929824917065 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 235, + "annotation_id": 1072, + "image": "images/3b9f5198-library_30.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u6240\u5728\u7684\u533a\u57df", + "instruction_en": "Select my area on the seat reservation page", + "sample_id": null, + "gaze_point": [ + 1338, + 1626 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 28.196650950729605, + "y": 63.42232720236307, + "width": 11.484698154492044, + "height": 7.597112991084861, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.196650950729605, + 63.42232720236307, + 11.484698154492044, + 7.597112991084861 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 235, + "annotation_id": 1073, + "image": "images/3b9f5198-library_30.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u7684\u53f3\u524d\u65b9\u5ea7\u4f4d\u7684\u7f16\u53f7\u533a\u57df", + "instruction_en": "On the seat reservation page, select the number area of \u200b\u200bthe seat to my right front.", + "sample_id": null, + "gaze_point": [ + 1338, + 1626 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 28.196650950729605, + "y": 63.42232720236307, + "width": 11.484698154492044, + "height": 7.597112991084861, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.196650950729605, + 63.42232720236307, + 11.484698154492044, + 7.597112991084861 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 236, + "annotation_id": 1071, + "image": "images/a7030615-library_29.png", + "instruction_cn": "\u9009\u62e9\u5ea7\u4f4dF2C051", + "instruction_en": "Select seat F2C051", + "sample_id": null, + "gaze_point": [ + 571, + 1431 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.31782679947833, + "y": 77.24558621211817, + "width": 0.9945106126764571, + "height": 3.030889486252036, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.31782679947833, + 77.24558621211817, + 0.9945106126764571, + 3.030889486252036 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 236, + "annotation_id": 1079, + "image": "images/a7030615-library_29.png", + "instruction_cn": "\u9009\u62e9\u5ea7\u4f4dF2C008", + "instruction_en": "Select seat F2C008", + "sample_id": null, + "gaze_point": [ + 571, + 1431 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.11785570167763, + "y": 69.64034933451838, + "width": 1.6988159196717731, + "height": 1.9541934762237219, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.11785570167763, + 69.64034933451838, + 1.6988159196717731, + 1.9541934762237219 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 237, + "annotation_id": 1070, + "image": "images/4989dcb9-library_28.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u4e2d\u9009\u62e9\u7a97\u53e3\u5de6\u8fb9\u7f16\u53f7\u7684\u5ea7\u4f4d", + "instruction_en": "On the seat reservation interface,select the seat number to the left of the interface", + "sample_id": null, + "gaze_point": [ + 2623, + 1682 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 67.5371246192208, + "y": 74.84801030761525, + "width": 0.8937316204975616, + "height": 2.7912338898422178, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.5371246192208, + 74.84801030761525, + 0.8937316204975616, + 2.7912338898422178 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 237, + "annotation_id": 1078, + "image": "images/4989dcb9-library_28.png", + "instruction_cn": "\u9009\u62e9\u5ea7\u4f4dF2C051", + "instruction_en": "select seat F2C051", + "sample_id": null, + "gaze_point": [ + 2623, + 1682 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 68.39108745466027, + "y": 75.266812004689, + "width": 0.8937316204975615, + "height": 2.7912338898422173, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.39108745466027, + 75.266812004689, + 0.8937316204975615, + 2.7912338898422173 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 238, + "annotation_id": 1068, + "image": "images/9c4313d8-library_27.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u4e2d\u9009\u62e9\u6211\u524d\u65b9\u5ea7\u4f4d\u7f16\u53f7\u6240\u5728\u7684\u533a\u57df", + "instruction_en": "Select the area matching the seat number in front of me on the seat reservation interface.", + "sample_id": null, + "gaze_point": [ + 2599, + 1207 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 66.9905706990969, + "y": 55.92690730835359, + "width": 6.280238857394295, + "height": 8.090484840443551, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.9905706990969, + 55.92690730835359, + 6.280238857394295, + 8.090484840443551 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 238, + "annotation_id": 1069, + "image": "images/9c4313d8-library_27.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u4e2d\u9009\u62e9\u6211\u6240\u5728\u7684\u533a\u57df", + "instruction_en": "Select the area where I am on the seat reservation interface.", + "sample_id": null, + "gaze_point": [ + 2599, + 1207 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 67.18708034905629, + "y": 55.87392775914458, + "width": 6.345117032082097, + "height": 8.012110395650975, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 67.18708034905629, + 55.87392775914458, + 6.345117032082097, + 8.012110395650975 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 239, + "annotation_id": 1067, + "image": "images/60b03715-library_26.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u4e2d\u9009\u62e9\u7a97\u53e3\u53f3\u4e0b\u89d2\u7f16\u53f7\u7684\u5ea7\u4f4d", + "instruction_en": "On the seat reservation interface,select the seat number in the lower right corner of the window", + "sample_id": null, + "gaze_point": [ + 1460, + 1329 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 31.29586083221338, + "y": 62.0098146934514, + "width": 0.8135398429170024, + "height": 2.440619528751, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.29586083221338, + 62.0098146934514, + 0.8135398429170024, + 2.440619528751 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 239, + "annotation_id": 1081, + "image": "images/60b03715-library_26.png", + "instruction_cn": "\u9009\u62e9\u5ea7\u4f4dF2A002", + "instruction_en": "select seat F2A002", + "sample_id": null, + "gaze_point": [ + 1460, + 1329 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 42.20277195676177, + "y": 62.43697768945577, + "width": 0.6503851842651684, + "height": 2.3767162289196193, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.20277195676177, + 62.43697768945577, + 0.6503851842651684, + 2.3767162289196193 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 240, + "annotation_id": 1066, + "image": "images/37d16fb2-library_25.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u4e2d\u9009\u62e9\u7a97\u53e3\u65c1\u7f16\u53f7\u5bf9\u5e94\u7684\u533a\u57df", + "instruction_en": "Select the area corresponding to the number next to the window on the seat reservation interface.", + "sample_id": null, + "gaze_point": [ + 1476, + 1406 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 32.62629461342385, + "y": 61.69671564548375, + "width": 10.044188362943373, + "height": 7.758269632066764, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 32.62629461342385, + 61.69671564548375, + 10.044188362943373, + 7.758269632066764 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 240, + "annotation_id": 1082, + "image": "images/37d16fb2-library_25.png", + "instruction_cn": "\u9009\u62e9c\u533a", + "instruction_en": "Select the area c", + "sample_id": null, + "gaze_point": [ + 1476, + 1406 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 36.17936082646017, + "y": 64.85499672373815, + "width": 7.181996135775235, + "height": 9.512870231097304, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.17936082646017, + 64.85499672373815, + 7.181996135775235, + 9.512870231097304 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 241, + "annotation_id": 1065, + "image": "images/56c30916-office_16.png", + "instruction_cn": "\u5206\u5272\u7f16\u8f91\u533a\u89c6\u9891", + "instruction_en": "split the video in editing area", + "sample_id": null, + "gaze_point": [ + 1981, + 904 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.644039735099334, + "y": 54.63576158940398, + "width": 1.8625827814569575, + "height": 3.3112582781456865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.644039735099334, + 54.63576158940398, + 1.8625827814569575, + 3.3112582781456865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 241, + "annotation_id": 1075, + "image": "images/56c30916-office_16.png", + "instruction_cn": "\u5220\u9664\u7f16\u8f91\u533a\u89c6\u9891", + "instruction_en": "delete the video in editing area", + "sample_id": null, + "gaze_point": [ + 1981, + 904 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.28062913907284, + "y": 54.63576158940398, + "width": 1.8625827814569575, + "height": 3.3112582781456865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.28062913907284, + 54.63576158940398, + 1.8625827814569575, + 3.3112582781456865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 241, + "annotation_id": 1076, + "image": "images/56c30916-office_16.png", + "instruction_cn": "\u64ad\u653e\u89c6\u9891", + "instruction_en": "play the video", + "sample_id": null, + "gaze_point": [ + 1981, + 904 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.495860927152314, + "y": 50.331125827814574, + "width": 1.8625827814569575, + "height": 3.3112582781456865, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.495860927152314, + 50.331125827814574, + 1.8625827814569575, + 3.3112582781456865 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 242, + "annotation_id": 1063, + "image": "images/796c563c-office_15.png", + "instruction_cn": "\u5c06\u89c6\u9891\u6dfb\u52a0\u5230\u7f16\u8f91\u533a", + "instruction_en": "add video to editing space", + "sample_id": null, + "gaze_point": [ + 2041, + 1222 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.555791698900805, + "y": 44.94002514952747, + "width": 1.3158808733851366, + "height": 2.585590488054997, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.555791698900805, + 44.94002514952747, + 1.3158808733851366, + 2.585590488054997 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 242, + "annotation_id": 1064, + "image": "images/796c563c-office_15.png", + "instruction_cn": "\u5bfc\u5165\u89c6\u9891", + "instruction_en": "import a video", + "sample_id": null, + "gaze_point": [ + 2041, + 1222 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 22.49227024710397, + "y": 36.580648784934574, + "width": 1.3158808733851366, + "height": 2.585590488054997, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 22.49227024710397, + 36.580648784934574, + 1.3158808733851366, + 2.585590488054997 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 242, + "annotation_id": 1077, + "image": "images/796c563c-office_15.png", + "instruction_cn": "\u6253\u5f00\u8bbe\u7f6e", + "instruction_en": "open settings", + "sample_id": null, + "gaze_point": [ + 2041, + 1222 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 22.11975369081258, + "y": 33.26939050678887, + "width": 1.3158808733851366, + "height": 2.585590488054997, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 22.11975369081258, + 33.26939050678887, + 1.3158808733851366, + 2.585590488054997 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 243, + "annotation_id": 1059, + "image": "images/058006e6-office_14.png", + "instruction_cn": "\u6253\u5f00\u6c89\u6d78\u5f0f\u89c2\u5f71", + "instruction_en": "open immersive viewing", + "sample_id": null, + "gaze_point": [ + 2041, + 1222 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "office", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.26298755370378, + "y": 82.66925610971123, + "width": 1.9077520640702659, + "height": 3.2502442573048853, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.26298755370378, + 82.66925610971123, + 1.9077520640702659, + 3.2502442573048853 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 243, + "annotation_id": 1083, + "image": "images/058006e6-office_14.png", + "instruction_cn": "\u6253\u5f00\u5c0f\u7a97\u6a21\u5f0f", + "instruction_en": "Open small window mode", + "sample_id": null, + "gaze_point": [ + 2041, + 1222 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "office", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 48.37800001070724, + "y": 82.81387234608754, + "width": 1.9077520640702659, + "height": 3.2502442573048853, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.37800001070724, + 82.81387234608754, + 1.9077520640702659, + 3.2502442573048853 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 244, + "annotation_id": 1052, + "image": "images/5f94e861-office_3.png", + "instruction_cn": "\u6253\u5f00\u865a\u62df\u73af\u5883\u83dc\u5355", + "instruction_en": "Open the virtual environment menu", + "sample_id": null, + "gaze_point": [ + 1652, + 1120 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "office", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.740978639223133, + "y": 56.2634481931541, + "width": 2.552273355536226, + "height": 5.3152105435929045, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.740978639223133, + 56.2634481931541, + 2.552273355536226, + 5.3152105435929045 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 244, + "annotation_id": 1053, + "image": "images/5f94e861-office_3.png", + "instruction_cn": "\u6253\u5f00\u201c\u6211\u7684\u559c\u6b22\u201d", + "instruction_en": "Open \"My Favorites\"", + "sample_id": null, + "gaze_point": [ + 1652, + 1120 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "office", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.64624678620043, + "y": 47.169190302973966, + "width": 2.552273355536221, + "height": 4.30473744468399, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.64624678620043, + 47.169190302973966, + 2.552273355536221, + 4.30473744468399 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 244, + "annotation_id": 1055, + "image": "images/5f94e861-office_3.png", + "instruction_cn": "\u53d1\u9001\u8bed\u97f3\u8bc4\u8bba", + "instruction_en": "Send audio comments", + "sample_id": null, + "gaze_point": [ + 1652, + 1120 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Consumption & Entertainment", + "place": "office", + "activity": "movie watching", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 18.64624678620043, + "y": 47.169190302973966, + "width": 2.552273355536221, + "height": 4.30473744468399, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 18.64624678620043, + 47.169190302973966, + 2.552273355536221, + 4.30473744468399 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 245, + "annotation_id": 1048, + "image": "images/7f40c163-office_12.png", + "instruction_cn": "\u91cd\u505a\u4e0a\u4e00\u6b65", + "instruction_en": "redo last action", + "sample_id": null, + "gaze_point": [ + 2020, + 1255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 65.5093417182114, + "y": 36.70307105228764, + "width": 3.153081545900548, + "height": 4.38689606386162, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 65.5093417182114, + 36.70307105228764, + 3.153081545900548, + 4.38689606386162 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 245, + "annotation_id": 1060, + "image": "images/7f40c163-office_12.png", + "instruction_cn": "\u6253\u5f00\u66f4\u591a\u64cd\u4f5c", + "instruction_en": "open more actions", + "sample_id": null, + "gaze_point": [ + 2020, + 1255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 56.62691701777379, + "y": 36.8534621177443, + "width": 3.153081545900548, + "height": 4.38689606386162, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.62691701777379, + 36.8534621177443, + 3.153081545900548, + 4.38689606386162 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 245, + "annotation_id": 1061, + "image": "images/7f40c163-office_12.png", + "instruction_cn": "\u8c03\u6574\u9971\u548c\u5ea6", + "instruction_en": "adjust saturation", + "sample_id": null, + "gaze_point": [ + 2020, + 1255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.96151230645644, + "y": 40.33358594649382, + "width": 9.934625787871797, + "height": 4.386896063861617, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.96151230645644, + 40.33358594649382, + 9.934625787871797, + 4.386896063861617 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 245, + "annotation_id": 1062, + "image": "images/7f40c163-office_12.png", + "instruction_cn": "\u8c03\u6574\u8272\u6e29", + "instruction_en": "adjust color temperature", + "sample_id": null, + "gaze_point": [ + 2020, + 1255 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.03142513369326, + "y": 50.525377159260046, + "width": 9.934625787871797, + "height": 4.386896063861617, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.03142513369326, + 50.525377159260046, + 9.934625787871797, + 4.386896063861617 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 246, + "annotation_id": 1043, + "image": "images/8e22fd09-office_11.png", + "instruction_cn": "\u8c03\u8282\u66dd\u5149", + "instruction_en": "Adjust the exposure", + "sample_id": null, + "gaze_point": [ + 2100, + 900 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.74776790058968, + "y": 62.25352798328515, + "width": 10.304433715437796, + "height": 5.5888454049832035, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.74776790058968, + 62.25352798328515, + 10.304433715437796, + 5.5888454049832035 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 246, + "annotation_id": 1045, + "image": "images/8e22fd09-office_11.png", + "instruction_cn": "\u5bfc\u51fa\u7167\u7247", + "instruction_en": "Export photo", + "sample_id": null, + "gaze_point": [ + 2100, + 900 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 71.28330661946708, + "y": 33.33208342983639, + "width": 2.55761821004979, + "height": 3.71082952488928, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.28330661946708, + 33.33208342983639, + 2.55761821004979, + 3.71082952488928 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 246, + "annotation_id": 1057, + "image": "images/8e22fd09-office_11.png", + "instruction_cn": "\u5bfc\u5165\u7167\u7247", + "instruction_en": "Import photo", + "sample_id": null, + "gaze_point": [ + 2100, + 900 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.012685007989546, + "y": 46.552034337748196, + "width": 12.408971138874113, + "height": 5.179712959101742, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.012685007989546, + 46.552034337748196, + 12.408971138874113, + 5.179712959101742 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 246, + "annotation_id": 1058, + "image": "images/8e22fd09-office_11.png", + "instruction_cn": "\u8c03\u6574\u7167\u7247\u4eae\u5ea6", + "instruction_en": "adjust photo brightness", + "sample_id": null, + "gaze_point": [ + 2100, + 900 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "image editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.338667160737536, + "y": 57.6251556110418, + "width": 10.692929015788788, + "height": 4.6147577920970235, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.338667160737536, + 57.6251556110418, + 10.692929015788788, + 4.6147577920970235 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 247, + "annotation_id": 1036, + "image": "images/4caa92d4-studio_6.png", + "instruction_cn": "\u5c55\u5f00\u6d4b\u91cf\u83dc\u5355", + "instruction_en": "Expand measurement menu", + "sample_id": null, + "gaze_point": [ + 1689, + 1367 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.486696646642116, + "y": 59.21983647371549, + "width": 10.571808510638299, + "height": 10.99290780141844, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.486696646642116, + 59.21983647371549, + 10.571808510638299, + 10.99290780141844 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 247, + "annotation_id": 1049, + "image": "images/4caa92d4-studio_6.png", + "instruction_cn": "\u5207\u6362\u4e3a\u5377\u5c3a\u6d4b\u91cf", + "instruction_en": "switch to tape measure", + "sample_id": null, + "gaze_point": [ + 1689, + 1367 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.48669664664193, + "y": 54.256931313645026, + "width": 8.287756444811682, + "height": 9.338606081395156, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.48669664664193, + 54.256931313645026, + 8.287756444811682, + 9.338606081395156 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 247, + "annotation_id": 1050, + "image": "images/4caa92d4-studio_6.png", + "instruction_cn": "\u64a4\u56de\u4e0a\u4e00\u64cd\u4f5c", + "instruction_en": "undo last action", + "sample_id": null, + "gaze_point": [ + 1689, + 1367 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.88033011097086, + "y": 72.34225885621512, + "width": 9.883512087697653, + "height": 10.757063143557517, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.88033011097086, + 72.34225885621512, + 9.883512087697653, + 10.757063143557517 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 247, + "annotation_id": 1051, + "image": "images/4caa92d4-studio_6.png", + "instruction_cn": "\u6e05\u7a7a\u6d4b\u91cf", + "instruction_en": "clear measurements", + "sample_id": null, + "gaze_point": [ + 1689, + 1367 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.623459139765785, + "y": 80.70938609574945, + "width": 10.131221763962618, + "height": 10.977250702492627, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.623459139765785, + 80.70938609574945, + 10.131221763962618, + 10.977250702492627 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 248, + "annotation_id": 1035, + "image": "images/dd06d021-studio_5.png", + "instruction_cn": "\u9000\u51fa\u6d4b\u91cf", + "instruction_en": "Exit measurement", + "sample_id": null, + "gaze_point": [ + 1566, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.827545278705827, + "y": 87.98429165934, + "width": 14.014223117871964, + "height": 12.015708340659998, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.827545278705827, + 87.98429165934, + 14.014223117871964, + 12.015708340659998 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 248, + "annotation_id": 1042, + "image": "images/dd06d021-studio_5.png", + "instruction_cn": "\u5207\u6362\u6210\u76f4\u5c3a\u6d4b\u91cf", + "instruction_en": "switch to ruler measure", + "sample_id": null, + "gaze_point": [ + 1566, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.646383690808097, + "y": 51.66898581314236, + "width": 10.0090861545947, + "height": 10.485265924122386, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.646383690808097, + 51.66898581314236, + 10.0090861545947, + 10.485265924122386 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 248, + "annotation_id": 1044, + "image": "images/dd06d021-studio_5.png", + "instruction_cn": "\u64a4\u56de\u4e0a\u4e00\u4e2a\u64cd\u4f5c", + "instruction_en": "undo last action", + "sample_id": null, + "gaze_point": [ + 1566, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.127662314976803, + "y": 57.446704435536475, + "width": 10.970744680851066, + "height": 15.602836879432616, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.127662314976803, + 57.446704435536475, + 10.970744680851066, + 15.602836879432616 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 248, + "annotation_id": 1046, + "image": "images/dd06d021-studio_5.png", + "instruction_cn": "\u5207\u6362\u6d4b\u91cf\u5355\u4f4d", + "instruction_en": "switch measurement units", + "sample_id": null, + "gaze_point": [ + 1566, + 1009 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.127662314976803, + "y": 76.24126050918775, + "width": 10.970744680851066, + "height": 15.602836879432616, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.127662314976803, + 76.24126050918775, + 10.970744680851066, + 15.602836879432616 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 249, + "annotation_id": 1031, + "image": "images/e274096f-studio_4.png", + "instruction_cn": "\u4fee\u6539\u6d4b\u91cf\u6a21\u578b", + "instruction_en": "Modify measuring mode", + "sample_id": null, + "gaze_point": [ + 1679, + 1218 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": null, + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 35.30652161286449, + "y": 55.84056279668624, + "width": 8.490746346080975, + "height": 7.8754748717272856, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.30652161286449, + 55.84056279668624, + 8.490746346080975, + 7.8754748717272856 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 249, + "annotation_id": 1033, + "image": "images/e274096f-studio_4.png", + "instruction_cn": "\u4fee\u6539\u6d4b\u91cf\u5355\u4f4d", + "instruction_en": "Modify measurement units", + "sample_id": null, + "gaze_point": [ + 1679, + 1218 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": null, + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 31.20883949365922, + "y": 85.31076147218286, + "width": 12.215911908994862, + "height": 14.689238527817139, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.20883949365922, + 85.31076147218286, + 12.215911908994862, + 14.689238527817139 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 249, + "annotation_id": 1034, + "image": "images/e274096f-studio_4.png", + "instruction_cn": "\u64a4\u9500\u4e0a\u4e00\u4e2a\u52a8\u4f5c", + "instruction_en": "Undo the previous action", + "sample_id": null, + "gaze_point": [ + 1679, + 1218 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": null, + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.63019710955324, + "y": 65.11208597549417, + "width": 10.167070849392243, + "height": 9.531104010800151, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.63019710955324, + 65.11208597549417, + 10.167070849392243, + 9.531104010800151 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 249, + "annotation_id": 1047, + "image": "images/e274096f-studio_4.png", + "instruction_cn": "\u6e05\u7a7a\u6d4b\u91cf", + "instruction_en": "clear measurements", + "sample_id": null, + "gaze_point": [ + 1679, + 1218 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "measure", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 33.164927244292144, + "y": 74.87246612363224, + "width": 11.097610579914335, + "height": 12.508847106842222, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.164927244292144, + 74.87246612363224, + 11.097610579914335, + 12.508847106842222 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 250, + "annotation_id": 1030, + "image": "images/2f698d57-studio_3.png", + "instruction_cn": "\u6253\u5f00DJ\u673a\u6a21\u578b\u83dc\u5355", + "instruction_en": "Open the DJ machine model menu", + "sample_id": null, + "gaze_point": [ + 2065, + 1599 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 50.47599337748344, + "y": 40.728476821192054, + "width": 4.097682119205295, + "height": 6.622516556291387, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.47599337748344, + 40.728476821192054, + 4.097682119205295, + 6.622516556291387 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 250, + "annotation_id": 1038, + "image": "images/2f698d57-studio_3.png", + "instruction_cn": "\u6253\u5f00DJ\u673a\u706f\u5149\u8bbe\u7f6e", + "instruction_en": "Open the DJ machine lights settings", + "sample_id": null, + "gaze_point": [ + 2065, + 1599 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 75.78667404768258, + "y": 49.66170610931839, + "width": 3.1671423886834305, + "height": 4.96821483626799, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.78667404768258, + 49.66170610931839, + 3.1671423886834305, + 4.96821483626799 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 250, + "annotation_id": 1039, + "image": "images/2f698d57-studio_3.png", + "instruction_cn": "\u5728DJ\u8bbe\u7f6e\u9875\u9762\u52a0\u8f7d\u53f3\u8fb9\u7684\u6b4c\u66f2", + "instruction_en": "load song on the right of the DJ settings interface", + "sample_id": null, + "gaze_point": [ + 2065, + 1599 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 75.50751212852597, + "y": 39.07417510116848, + "width": 5.493491714988492, + "height": 11.75085188836409, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.50751212852597, + 39.07417510116848, + 5.493491714988492, + 11.75085188836409 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 250, + "annotation_id": 1041, + "image": "images/2f698d57-studio_3.png", + "instruction_cn": "\u5728DJ\u8bbe\u7f6e\u9875\u9762\u6253\u5f00\u8033\u673a\u8bbe\u7f6e", + "instruction_en": "open headphone settings in the DJ settings interface", + "sample_id": null, + "gaze_point": [ + 2065, + 1599 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.20607734703971, + "y": 49.8271362813204, + "width": 3.6324122539445884, + "height": 5.46450535227531, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.20607734703971, + 49.8271362813204, + 3.6324122539445884, + 5.46450535227531 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 251, + "annotation_id": 1027, + "image": "images/1c7ff13a-studio_2.png", + "instruction_cn": "\u52a0\u8f7dDJ\u5e94\u7528\u5de6\u8fb9\u7684\u97f3\u4e50", + "instruction_en": "Load song on the left side of DJ App", + "sample_id": null, + "gaze_point": [ + 1995, + 1842 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.007450331125828, + "y": 55.29801324503312, + "width": 4.656456953642383, + "height": 7.284768211920522, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.007450331125828, + 55.29801324503312, + 4.656456953642383, + 7.284768211920522 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 251, + "annotation_id": 1028, + "image": "images/1c7ff13a-studio_2.png", + "instruction_cn": "\u6253\u5f00DJ\u5e94\u7528\u7684\u8033\u673a\u8bbe\u7f6e", + "instruction_en": "open the earphone settings on DJ App", + "sample_id": null, + "gaze_point": [ + 1995, + 1842 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 75.43460264900662, + "y": 66.55629139072846, + "width": 2.607615894039746, + "height": 4.635761589403994, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.43460264900662, + 66.55629139072846, + 2.607615894039746, + 4.635761589403994 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 251, + "annotation_id": 1029, + "image": "images/1c7ff13a-studio_2.png", + "instruction_cn": "\u6253\u5f00\u6548\u679c\u5668\u8bbe\u7f6e", + "instruction_en": "Open the effects settings", + "sample_id": null, + "gaze_point": [ + 1995, + 1842 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 29.05629139072848, + "y": 62.913907284768186, + "width": 2.607615894039746, + "height": 4.635761589403994, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.05629139072848, + 62.913907284768186, + 2.607615894039746, + 4.635761589403994 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 251, + "annotation_id": 1032, + "image": "images/1c7ff13a-studio_2.png", + "instruction_cn": "\u6253\u5f00DJ\u5e94\u7528\u7684\u6df7\u97f3\u8bbe\u7f6e", + "instruction_en": "open the mix settings on DJ App", + "sample_id": null, + "gaze_point": [ + 1995, + 1842 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 49.26062683224781, + "y": 64.70734720780372, + "width": 5.901030069658455, + "height": 4.635761589403987, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.26062683224781, + 64.70734720780372, + 5.901030069658455, + 4.635761589403987 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 252, + "annotation_id": 1019, + "image": "images/1614ea00-studio_1.png", + "instruction_cn": "\u52a0\u8f7d\u5728DJ\u5e94\u7528\u53f3\u8fb9\u7684\u6b4c\u66f2", + "instruction_en": "Load song on the right side of DJ App", + "sample_id": null, + "gaze_point": [ + 1742, + 902 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.60313106078581, + "y": 26.543758947528605, + "width": 4.232371013287036, + "height": 7.524215134732518, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.60313106078581, + 26.543758947528605, + 4.232371013287036, + 7.524215134732518 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 252, + "annotation_id": 1020, + "image": "images/1614ea00-studio_1.png", + "instruction_cn": "\u8c03\u5927DJ\u673a\u5de6\u8fb9\u7684\u97f3\u91cf", + "instruction_en": "Turn up the volume on the left side of the DJ app.", + "sample_id": null, + "gaze_point": [ + 1742, + 902 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 21.818005511706943, + "y": 39.82223316378871, + "width": 4.491942311233778, + "height": 25.66824177847876, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 21.818005511706943, + 39.82223316378871, + 4.491942311233778, + 25.66824177847876 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 252, + "annotation_id": 1024, + "image": "images/1614ea00-studio_1.png", + "instruction_cn": "\u6253\u5f00\u6548\u679c\u5668\u83dc\u5355", + "instruction_en": "Open the Effects menu", + "sample_id": null, + "gaze_point": [ + 1742, + 902 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 43.95695364238411, + "y": 61.920529801324506, + "width": 3.725165562913908, + "height": 6.622516556291387, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.95695364238411, + 61.920529801324506, + 3.725165562913908, + 6.622516556291387 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 252, + "annotation_id": 1026, + "image": "images/1614ea00-studio_1.png", + "instruction_cn": "\u8c03\u5242\u97f3\u8f68\u97f3\u91cf\u6bd4\u4f8b", + "instruction_en": "Adjust the audio track volume ratio", + "sample_id": null, + "gaze_point": [ + 1742, + 902 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "studio", + "activity": "DJ live", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.418046357615864, + "y": 69.20529801324497, + "width": 10.616721854304663, + "height": 6.622516556291385, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.418046357615864, + 69.20529801324497, + 10.616721854304663, + 6.622516556291385 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 253, + "annotation_id": 1014, + "image": "images/860879e7-library_24.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u548c\u663e\u793a\u5668\u4e0b\u65b9\u7f16\u53f7\u76f8\u540c\u7684\u5ea7\u4f4d", + "instruction_en": "On the seat reservation screen, select the seat with the same number below the display", + "sample_id": null, + "gaze_point": [ + 1766, + 725 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 36.86359521602156, + "y": 23.79554823468059, + "width": 1.2068438910007089, + "height": 3.6083413306687753, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.86359521602156, + 23.79554823468059, + 1.2068438910007089, + 3.6083413306687753 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 253, + "annotation_id": 1015, + "image": "images/860879e7-library_24.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u548cmsi\u663e\u793a\u5668\u4e0b\u65b9\u7f16\u53f7\u76f8\u540c\u7684\u5ea7\u4f4d", + "instruction_en": "On the seat reservation screen, select the seat with the same number below the \u201cmsi\u201d display", + "sample_id": null, + "gaze_point": [ + 1766, + 725 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 36.86359521602156, + "y": 23.79554823468059, + "width": 1.2068438910007089, + "height": 3.6083413306687753, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.86359521602156, + 23.79554823468059, + 1.2068438910007089, + 3.6083413306687753 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 253, + "annotation_id": 1023, + "image": "images/860879e7-library_24.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u5ea7\u4f4dF2A024", + "instruction_en": "On the seat reservation screen, select the seat F2A024", + "sample_id": null, + "gaze_point": [ + 1766, + 725 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.16089517795732, + "y": 23.79554823468067, + "width": 1.3352990164625917, + "height": 4.182517835818662, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.16089517795732, + 23.79554823468067, + 1.3352990164625917, + 4.182517835818662 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 253, + "annotation_id": 1025, + "image": "images/860879e7-library_24.png", + "instruction_cn": "\u65cb\u8f6c\u5730\u56fe\u7a97\u53e3", + "instruction_en": "rotate map window", + "sample_id": null, + "gaze_point": [ + 1766, + 725 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 19.8588416076206, + "y": 3.1581737538376506, + "width": 6.5137333672901505, + "height": 8.872964356020066, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 19.8588416076206, + 3.1581737538376506, + 6.5137333672901505, + 8.872964356020066 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 254, + "annotation_id": 1012, + "image": "images/35dbafa0-library_23.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u548c\u5730\u56fe\u4e0a\u76f8\u540c\u7684\u56fe\u4e66\u9986", + "instruction_en": "Choose the library school shown on the map on the seat reservation page.", + "sample_id": null, + "gaze_point": [ + 2215, + 1340 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 58.477761216818614, + "y": 24.556622043707094, + "width": 12.14304019981599, + "height": 4.009130732637589, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.477761216818614, + 24.556622043707094, + 12.14304019981599, + 4.009130732637589 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 254, + "annotation_id": 1013, + "image": "images/35dbafa0-library_23.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u9009\u62e9\u548c\u7a97\u53e3\u65c1\u53f7\u7801\u76f8\u540c\u7684\u5ea7\u4f4d", + "instruction_en": "Select the seat with the same number as the one next to the window on the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2215, + 1340 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 59.95763727109365, + "y": 58.96021266160447, + "width": 0.9300061987391004, + "height": 3.0173534447979904, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.95763727109365, + 58.96021266160447, + 0.9300061987391004, + 3.0173534447979904 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 254, + "annotation_id": 1021, + "image": "images/35dbafa0-library_23.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u67e5\u770b\u9884\u7ea6\u65e5\u671f\u9009\u9879", + "instruction_en": "see reservation date options on the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2215, + 1340 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 66.72858935313695, + "y": 19.349096813597377, + "width": 4.7091422445326305, + "height": 6.7965058401905685, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.72858935313695, + 19.349096813597377, + 4.7091422445326305, + 6.7965058401905685 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 254, + "annotation_id": 1022, + "image": "images/35dbafa0-library_23.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u5207\u6362\u8bed\u8a00", + "instruction_en": "switch language on the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2215, + 1340 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 80.27989339002653, + "y": 18.01069062459738, + "width": 3.8487419882219354, + "height": 5.075697882904947, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 80.27989339002653, + 18.01069062459738, + 3.8487419882219354, + 5.075697882904947 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 255, + "annotation_id": 1011, + "image": "images/95a1fedb-library_22.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u5730\u56fe\u4e2d\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library on the map in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1754, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 26.89167637831132, + "y": 54.84655468569017, + "width": 3.629551413023613, + "height": 2.932970838806952, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 26.89167637831132, + 54.84655468569017, + 3.629551413023613, + 2.932970838806952 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 255, + "annotation_id": 1016, + "image": "images/95a1fedb-library_22.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u767b\u5f55", + "instruction_en": "login in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1754, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 47.06268488718898, + "y": 36.569662170475034, + "width": 3.239144796722763, + "height": 2.932970838806972, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.06268488718898, + 36.569662170475034, + 3.239144796722763, + 2.932970838806972 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 255, + "annotation_id": 1017, + "image": "images/95a1fedb-library_22.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close current tab in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1754, + 1185 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.298263533048015, + "y": 24.583632889838942, + "width": 2.604390893487377, + "height": 4.27387223546646, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.298263533048015, + 24.583632889838942, + 2.604390893487377, + 4.27387223546646 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 255, + "annotation_id": 1018, + "image": "images/95a1fedb-library_22.png", + "instruction_cn": "\u5728\u5730\u56fe\u754c\u9762\u67e5\u770b\u670d\u52a1\u6761\u6b3e", + "instruction_en": "view terms and conditions in the maps interface", + "sample_id": null, + "gaze_point": [ + 1754, + 1185 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.59101689712244, + "y": 63.11061104462322, + "width": 4.110091342030624, + "height": 2.266262951966726, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.59101689712244, + 63.11061104462322, + 4.110091342030624, + 2.266262951966726 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 256, + "annotation_id": 1005, + "image": "images/f1257c6c-library_21.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u624b\u4e2d\u996e\u6599\u76f8\u540c\u7684\u6e29\u5ea6\u9009\u9879", + "instruction_en": "On the order page, select the same temperature option as the drink in my hand.", + "sample_id": null, + "gaze_point": [ + 1893, + 992 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 39.442567567567565, + "y": 39.78978978978979, + "width": 6.756756756756758, + "height": 4.504504504504503, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 39.442567567567565, + 39.78978978978979, + 6.756756756756758, + 4.504504504504503 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 256, + "annotation_id": 1008, + "image": "images/f1257c6c-library_21.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u5206\u4eab\u5f53\u524d\u5546\u54c1", + "instruction_en": "On the order page, share current item", + "sample_id": null, + "gaze_point": [ + 1893, + 992 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.559215338620746, + "y": 13.3077293005921, + "width": 1.9934706990395161, + "height": 3.580711696741823, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.559215338620746, + 13.3077293005921, + 1.9934706990395161, + 3.580711696741823 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 256, + "annotation_id": 1009, + "image": "images/f1257c6c-library_21.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u624b\u4e2d\u5305\u88c5\u888b\u76f8\u540c\u7684\u5496\u5561\u8c46", + "instruction_en": "On the order page, select the same coffee beans as the packaging bag in my hand.", + "sample_id": null, + "gaze_point": [ + 1893, + 992 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 45.77702702702707, + "y": 30.030030030030037, + "width": 6.756756756756759, + "height": 6.756756756756749, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.77702702702707, + 30.030030030030037, + 6.756756756756759, + 6.756756756756749 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 256, + "annotation_id": 1010, + "image": "images/f1257c6c-library_21.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u624b\u4e2d\u5305\u88c5\u888b\u76f8\u540c\u7684\u7cd6\u5ea6", + "instruction_en": "On the order page, select the same suger level as the packaging bag in my hand.", + "sample_id": null, + "gaze_point": [ + 1893, + 992 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.283783783783825, + "y": 51.35135135135138, + "width": 6.756756756756759, + "height": 3.6036036036035717, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.283783783783825, + 51.35135135135138, + 6.756756756756759, + 3.6036036036035717 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 257, + "annotation_id": 1002, + "image": "images/806f8193-library_20.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u624b\u4e2d\u996e\u6599\u76f8\u540c\u7684\u676f\u578b", + "instruction_en": "On the order page, select the same cup type as the drink in my hand ", + "sample_id": null, + "gaze_point": [ + 1893, + 1330 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 50.03007031660989, + "y": 29.225816192936442, + "width": 9.324466698230424, + "height": 7.589391904316074, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.03007031660989, + 29.225816192936442, + 9.324466698230424, + 7.589391904316074 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 257, + "annotation_id": 1003, + "image": "images/806f8193-library_20.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u624b\u4e2d\u996e\u6599\u76f8\u540c\u7684\u6e29\u5ea6\u9009\u9879", + "instruction_en": "On the order page, select the same temperature option as the drink in my hand.", + "sample_id": null, + "gaze_point": [ + 1893, + 1330 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 44.17005221973053, + "y": 47.1675999957271, + "width": 5.918644214574209, + "height": 4.7845969177756915, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.17005221973053, + 47.1675999957271, + 5.918644214574209, + 4.7845969177756915 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 257, + "annotation_id": 1004, + "image": "images/806f8193-library_20.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u624b\u4e2d\u996e\u6599\u76f8\u540c\u7684\u7cd6\u5ea6", + "instruction_en": "On the order page, select the same sugar level as the drink in my hand", + "sample_id": null, + "gaze_point": [ + 1893, + 1330 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 50.32449437538986, + "y": 58.872172157394765, + "width": 5.918644214574186, + "height": 3.337756057342393, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 50.32449437538986, + 58.872172157394765, + 5.918644214574186, + 3.337756057342393 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 257, + "annotation_id": 1007, + "image": "images/806f8193-library_20.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u589e\u52a0\u5546\u54c1\u8d2d\u4e70\u6570\u91cf", + "instruction_en": "On the order page, add item purchase number", + "sample_id": null, + "gaze_point": [ + 1893, + 1330 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 61.240822627328384, + "y": 62.02698674575154, + "width": 1.34776785292511, + "height": 2.668552962842673, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 61.240822627328384, + 62.02698674575154, + 1.34776785292511, + 2.668552962842673 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 258, + "annotation_id": 985, + "image": "images/e6229678-library_19.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1835, + 1196 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 36.90878378378378, + "y": 62.46246246246246, + "width": 3.0405405405405403, + "height": 2.4024024024024087, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 36.90878378378378, + 62.46246246246246, + 3.0405405405405403, + 2.4024024024024087 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 258, + "annotation_id": 1000, + "image": "images/e6229678-library_19.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u5c06\u6211\u624b\u4e2d\u7684\u996e\u6599\u52a0\u5165\u8d2d\u7269\u8f66", + "instruction_en": "add the item in my hand to the shopping cart on the order page.", + "sample_id": null, + "gaze_point": [ + 1835, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 56.71682711868132, + "y": 56.912885286498984, + "width": 1.8485484394236806, + "height": 3.6597524659297207, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.71682711868132, + 56.912885286498984, + 1.8485484394236806, + 3.6597524659297207 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 258, + "annotation_id": 1001, + "image": "images/e6229678-library_19.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u9009\u62e9\u6211\u624b\u4e2d\u7684\u996e\u6599", + "instruction_en": "select the drink in my hand on the order page.", + "sample_id": null, + "gaze_point": [ + 1835, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.82816770529034, + "y": 50.78227062684072, + "width": 15.082054927420716, + "height": 10.86322469102829, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.82816770529034, + 50.78227062684072, + 15.082054927420716, + 10.86322469102829 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 258, + "annotation_id": 1006, + "image": "images/e6229678-library_19.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u5207\u6362\u4e3a\u5916\u9001", + "instruction_en": "switch to delivery on the order page.", + "sample_id": null, + "gaze_point": [ + 1835, + 1196 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.81138930660151, + "y": 24.071507112084493, + "width": 2.6008737093178778, + "height": 3.1865091926927795, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.81138930660151, + 24.071507112084493, + 2.6008737093178778, + 3.1865091926927795 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 259, + "annotation_id": 966, + "image": "images/e86cf4f7-library_18.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1824, + 886 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 28.462837837837835, + "y": 54.80480480480482, + "width": 3.04054054054054, + "height": 2.252252252252252, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.462837837837835, + 54.80480480480482, + 3.04054054054054, + 2.252252252252252 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 259, + "annotation_id": 968, + "image": "images/e86cf4f7-library_18.png", + "instruction_cn": "\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4e2d\u6253\u5f00\u5730\u56fe\u4e0a\u6211\u9644\u8fd1\u7684\u996e\u54c1\u5e97\u5c0f\u7a0b\u5e8f", + "instruction_en": "Open the beverage shop mini-program near me on the map in WeChat mini-program.", + "sample_id": null, + "gaze_point": [ + 1824, + 886 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 33.86824324324324, + "y": 14.864864864864865, + "width": 2.9560810810810807, + "height": 5.255255255255255, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.86824324324324, + 14.864864864864865, + 2.9560810810810807, + 5.255255255255255 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 259, + "annotation_id": 972, + "image": "images/e86cf4f7-library_18.png", + "instruction_cn": "\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4e2d\u6253\u5f00\u6211\u624b\u4e2d\u996e\u6599\u5bf9\u5e94\u7684\u996e\u54c1\u5e97\u5c0f\u7a0b\u5e8f", + "instruction_en": "In WeChat mini-program,open the mini-program matching with the item in my hand", + "sample_id": null, + "gaze_point": [ + 1824, + 886 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 33.86824324324324, + "y": 14.864864864864865, + "width": 2.9560810810810807, + "height": 5.255255255255255, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 33.86824324324324, + 14.864864864864865, + 2.9560810810810807, + 5.255255255255255 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 259, + "annotation_id": 980, + "image": "images/e86cf4f7-library_18.png", + "instruction_cn": "\u5728\u5730\u56fe\u4e0a\u6253\u5f00\u6211\u624b\u4e2d\u7269\u54c1\u5bf9\u5e94\u7684\u5e97\u94fa", + "instruction_en": "Open the shop corresponding to the item in my hand on the map.", + "sample_id": null, + "gaze_point": [ + 1824, + 886 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 71.24299324114989, + "y": 33.54346079391872, + "width": 3.607765082642615, + "height": 2.2116567556429843, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.24299324114989, + 33.54346079391872, + 3.607765082642615, + 2.2116567556429843 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 260, + "annotation_id": 963, + "image": "images/8d2d15d0-library_17.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2078, + 1232 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 35.89527027027029, + "y": 65.31531531531526, + "width": 3.2939189189189086, + "height": 3.0030030030030574, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.89527027027029, + 65.31531531531526, + 3.2939189189189086, + 3.0030030030030574 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 260, + "annotation_id": 964, + "image": "images/8d2d15d0-library_17.png", + "instruction_cn": "\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4e2d\u6253\u5f00\u5730\u56fe\u4e0a\u6211\u9644\u8fd1\u7684\u996e\u54c1\u5e97\u5c0f\u7a0b\u5e8f", + "instruction_en": "Open the beverage shop mini-program near me on the map in WeChat mini-program.", + "sample_id": null, + "gaze_point": [ + 2078, + 1232 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 40.45608108108109, + "y": 28.07807807807808, + "width": 3.12499999999999, + "height": 5.855855855855845, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.45608108108109, + 28.07807807807808, + 3.12499999999999, + 5.855855855855845 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 260, + "annotation_id": 998, + "image": "images/8d2d15d0-library_17.png", + "instruction_cn": "\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4e2d\u6253\u5f00\u9ea6\u5f53\u52b3\u5c0f\u7a0b\u5e8f", + "instruction_en": "open mcdonalds's mini program in WeChat mini-program.", + "sample_id": null, + "gaze_point": [ + 2078, + 1232 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.56890442893536, + "y": 52.25447387352086, + "width": 3.12499999999999, + "height": 5.855855855855845, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.56890442893536, + 52.25447387352086, + 3.12499999999999, + 5.855855855855845 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 260, + "annotation_id": 999, + "image": "images/8d2d15d0-library_17.png", + "instruction_cn": "\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4e2d\u641c\u7d22\u5c0f\u7a0b\u5e8f", + "instruction_en": "search mini program in WeChat mini-program.", + "sample_id": null, + "gaze_point": [ + 2078, + 1232 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.074653816955234, + "y": 23.770862300837322, + "width": 21.745118225622402, + "height": 4.316201176251342, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.074653816955234, + 23.770862300837322, + 21.745118225622402, + 4.316201176251342 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 261, + "annotation_id": 960, + "image": "images/cbd77af3-library_16.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1964, + 1079 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 35.39304488673504, + "y": 58.62686119370694, + "width": 3.1170707433206957, + "height": 2.2344593142083724, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.39304488673504, + 58.62686119370694, + 3.1170707433206957, + 2.2344593142083724 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 261, + "annotation_id": 961, + "image": "images/cbd77af3-library_16.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u5730\u56fe\u4e0a\u8ddd\u79bb\u6211\u6700\u8fd1\u7684\u996e\u54c1\u5e97", + "instruction_en": "On Meituan app, select the nearest beverage shop on the map", + "sample_id": null, + "gaze_point": [ + 1964, + 1079 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.07885569754583, + "y": 41.35959392643968, + "width": 17.475178851428822, + "height": 15.297522377271418, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.07885569754583, + 41.35959392643968, + 17.475178851428822, + 15.297522377271418 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 261, + "annotation_id": 962, + "image": "images/cbd77af3-library_16.png", + "instruction_cn": "\u5728\u5730\u56fe\u4e0a\u6253\u5f00\u548c\u684c\u4e0a\u996e\u6599\u54c1\u724c\u76f8\u540c\u7684\u996e\u54c1\u5e97", + "instruction_en": "On the map, open the store of the same brand as the drink on the table", + "sample_id": null, + "gaze_point": [ + 1964, + 1079 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 82.0874868774534, + "y": 40.52034006554456, + "width": 4.393771814336162, + "height": 2.741413183303756, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 82.0874868774534, + 40.52034006554456, + 4.393771814336162, + 2.741413183303756 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 261, + "annotation_id": 997, + "image": "images/cbd77af3-library_16.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u67e5\u770b\u6c34\u679c\u8336\u7ed3\u679c", + "instruction_en": "On Meituan app, see fruit tea results", + "sample_id": null, + "gaze_point": [ + 1964, + 1079 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.78982757951567, + "y": 39.54239544078419, + "width": 1.7870956656033232, + "height": 2.4191157180629577, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.78982757951567, + 39.54239544078419, + 1.7870956656033232, + 2.4191157180629577 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 262, + "annotation_id": 958, + "image": "images/ac66befc-library_15.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2173, + 1321 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 35.81081081081082, + "y": 59.75975975975976, + "width": 2.9560810810810794, + "height": 2.2522522522521666, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 35.81081081081082, + 59.75975975975976, + 2.9560810810810794, + 2.2522522522521666 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 262, + "annotation_id": 959, + "image": "images/ac66befc-library_15.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e2d\u6253\u5f00\u548c\u684c\u5b50\u4e0a\u7684\u996e\u6599\u76f8\u540c\u7684\u54c1\u724c", + "instruction_en": "On Meituan app, open the the same brand of beverage as the one on the table.", + "sample_id": null, + "gaze_point": [ + 2173, + 1321 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 41.807432432432435, + "y": 41.14114114114114, + "width": 18.581081081081074, + "height": 13.813813813813816, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.807432432432435, + 41.14114114114114, + 18.581081081081074, + 13.813813813813816 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 262, + "annotation_id": 995, + "image": "images/ac66befc-library_15.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e2d\u67e5\u770b\u5496\u5561\u7ed3\u679c", + "instruction_en": "On Meituan app, see coffee results", + "sample_id": null, + "gaze_point": [ + 2173, + 1321 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 45.05171025839633, + "y": 36.24260609285316, + "width": 1.6930595212689237, + "height": 1.8835107123378345, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.05171025839633, + 36.24260609285316, + 1.6930595212689237, + 1.8835107123378345 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 262, + "annotation_id": 996, + "image": "images/ac66befc-library_15.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u5173\u95ed\u5f53\u524d\u6807\u7b7e\u9875", + "instruction_en": "close current tab in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2173, + 1321 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 34.249742539226794, + "y": 34.11157752319489, + "width": 2.5055012690892324, + "height": 4.331908380328339, + "rotation": 1.1395523226127011, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 34.249742539226794, + 34.11157752319489, + 2.5055012690892324, + 4.331908380328339 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 263, + "annotation_id": 954, + "image": "images/05aa8719-library_14.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 1940, + 1280 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 31.926230394057452, + "y": 62.07138584255486, + "width": 3.133917478355592, + "height": 2.5793559492638134, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 31.926230394057452, + 62.07138584255486, + 3.133917478355592, + 2.5793559492638134 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 263, + "annotation_id": 955, + "image": "images/05aa8719-library_14.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u6253\u5f00\u5730\u56fe\u4e0a\u8ddd\u79bb\u6211\u6700\u8fd1\u7684\u996e\u54c1\u5e97", + "instruction_en": "On Meituan app, select the nearest beverage shop on the map", + "sample_id": null, + "gaze_point": [ + 1940, + 1280 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 38.847564365806754, + "y": 70.697093208754, + "width": 17.986211423069232, + "height": 11.084835484439445, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 38.847564365806754, + 70.697093208754, + 17.986211423069232, + 11.084835484439445 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 263, + "annotation_id": 956, + "image": "images/05aa8719-library_14.png", + "instruction_cn": "\u5728\u7f8e\u56e2\u4e0a\u9009\u62e9\u5730\u56fe\u4e0a\u8ddd\u79bb\u6211\u6700\u8fd1\u7684\u996e\u54c1\u5e97\u4e2d\u7684\u7b2c\u4e00\u4e2a\u996e\u6599", + "instruction_en": "On Meituan app, select the first drink in the nearest beverage shop on the map", + "sample_id": null, + "gaze_point": [ + 1940, + 1280 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 40.1221111936013, + "y": 74.17141345044578, + "width": 5.750561876241418, + "height": 7.610515242747598, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.1221111936013, + 74.17141345044578, + 5.750561876241418, + 7.610515242747598 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 263, + "annotation_id": 957, + "image": "images/05aa8719-library_14.png", + "instruction_cn": "\u5728\u5730\u56fe\u4e0a\u6253\u5f00\u7f8e\u56e2\u9875\u9762\u5e95\u90e8\u7684\u5e97\u94fa", + "instruction_en": "Open the store shown at the bottom of Meituan on the map", + "sample_id": null, + "gaze_point": [ + 1940, + 1280 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 70.93406161360775, + "y": 45.10274311555082, + "width": 2.537045574769092, + "height": 2.065624369617982, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 70.93406161360775, + 45.10274311555082, + 2.537045574769092, + 2.065624369617982 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 264, + "annotation_id": 953, + "image": "images/9f59e1d9-library_13.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2052, + 1289 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 48.43277945619335, + "y": 55.58912386706949, + "width": 3.22885196374623, + "height": 2.2658610271903328, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.43277945619335, + 55.58912386706949, + 3.22885196374623, + 2.2658610271903328 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 264, + "annotation_id": 992, + "image": "images/9f59e1d9-library_13.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u5207\u6362\u8bed\u8a00", + "instruction_en": "switch language in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2052, + 1289 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.34910770813197, + "y": 33.60102219064163, + "width": 2.69110180355221, + "height": 2.743863237547438, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.34910770813197, + 33.60102219064163, + 2.69110180355221, + 2.743863237547438 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 264, + "annotation_id": 993, + "image": "images/9f59e1d9-library_13.png", + "instruction_cn": "\u5728\u5730\u56fe\u754c\u9762\u6dfb\u52a0\u5de5\u4f5c\u5730\u5740", + "instruction_en": "add work address in the maps interface", + "sample_id": null, + "gaze_point": [ + 2052, + 1289 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.91416323465787, + "y": 39.38988305937829, + "width": 2.3599607712123647, + "height": 3.3816190959676806, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.91416323465787, + 39.38988305937829, + 2.3599607712123647, + 3.3816190959676806 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 264, + "annotation_id": 994, + "image": "images/9f59e1d9-library_13.png", + "instruction_cn": "\u5728\u5730\u56fe\u754c\u9762\u67e5\u770b\u670d\u52a1\u6761\u6b3e", + "instruction_en": "see terms and conditions in the maps interface", + "sample_id": null, + "gaze_point": [ + 2052, + 1289 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 57.6577276192135, + "y": 69.60727074182614, + "width": 4.178049216646847, + "height": 2.4478807436545793, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 57.6577276192135, + 69.60727074182614, + 4.178049216646847, + 2.4478807436545793 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 265, + "annotation_id": 952, + "image": "images/41e1ef68-library_12.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u6240\u5728\u7684\u56fe\u4e66\u9986\u7684\u9009\u5ea7\u9875\u9762", + "instruction_en": "Open the seat selection page for the library I'm at in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2415, + 1151 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "exam review", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 71.8844410876133, + "y": 56.646525679758305, + "width": 3.3987915407854956, + "height": 3.021148036253777, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.8844410876133, + 56.646525679758305, + 3.3987915407854956, + 3.021148036253777 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 265, + "annotation_id": 989, + "image": "images/41e1ef68-library_12.png", + "instruction_cn": "\u5728\u5ea7\u4f4d\u9884\u7ea6\u754c\u9762\u767b\u5f55", + "instruction_en": "login in the seat reservation interface", + "sample_id": null, + "gaze_point": [ + 2415, + 1151 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "studio", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 78.99293626136149, + "y": 38.74541338856855, + "width": 3.3242311805965414, + "height": 4.171584226630962, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 78.99293626136149, + 38.74541338856855, + 3.3242311805965414, + 4.171584226630962 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 265, + "annotation_id": 990, + "image": "images/41e1ef68-library_12.png", + "instruction_cn": "\u5728\u5730\u56fe\u754c\u9762\u5207\u6362\u4e3a\u7e41\u4f53\u4e2d\u6587", + "instruction_en": "switch to traditional chinese in the map interface", + "sample_id": null, + "gaze_point": [ + 2415, + 1151 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "studio", + "activity": "roaming around", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 23.76655482881053, + "y": 50.4119439423798, + "width": 1.9065443535774342, + "height": 2.607240141644354, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 23.76655482881053, + 50.4119439423798, + 1.9065443535774342, + 2.607240141644354 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 265, + "annotation_id": 991, + "image": "images/41e1ef68-library_12.png", + "instruction_cn": "\u5728\u5730\u56fe\u754c\u9762\u8fd4\u56de\u4e0a\u4e00\u9875", + "instruction_en": "return to previous page in the map interface", + "sample_id": null, + "gaze_point": [ + 2415, + 1151 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "studio", + "activity": null, + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 12.581351496774928, + "y": 41.138701061451535, + "width": 1.9065443535774342, + "height": 2.607240141644354, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 12.581351496774928, + 41.138701061451535, + 1.9065443535774342, + 2.607240141644354 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 266, + "annotation_id": 946, + "image": "images/883e55b6-meeting_room_14.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u6211\u53f3\u8fb9\u4e24\u4e2a\u5e7f\u544a\u724c\u4e2d\u7684\u5de6\u8fb9\u724c\u5b50\u4e2d\u7684\u4e00\u6837\u7684\u996e\u6599", + "instruction_en": "On the order page, select the same drink as the one on the left of the two billboards to my right", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 28.125, + "y": 59.93377483443708, + "width": 23.096026490066222, + "height": 16.887417218543057, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.125, + 59.93377483443708, + 23.096026490066222, + 16.887417218543057 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 266, + "annotation_id": 947, + "image": "images/883e55b6-meeting_room_14.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u6211\u53f3\u8fb9\u4e24\u4e2a\u5e7f\u544a\u724c\u4e2d\u7684\u53f3\u8fb9\u724c\u5b50\u4e2d\u7684\u4e00\u6837\u7684\u996e\u6599", + "instruction_en": "On the order page, select the same drink as the one on the right of the two billboards to my right", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 28.125, + "y": 43.04635761589403, + "width": 23.096026490066222, + "height": 16.887417218543057, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.125, + 43.04635761589403, + 23.096026490066222, + 16.887417218543057 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 266, + "annotation_id": 948, + "image": "images/883e55b6-meeting_room_14.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u9ec4\u8272\u5e7f\u544a\u724c\u4e2d\u7684\u4e00\u6837\u7684\u996e\u6599", + "instruction_en": "On the order page, select the same drink as the one on the yellow billboard.", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 28.125, + "y": 43.04635761589403, + "width": 23.096026490066222, + "height": 16.887417218543057, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.125, + 43.04635761589403, + 23.096026490066222, + 16.887417218543057 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 266, + "annotation_id": 949, + "image": "images/883e55b6-meeting_room_14.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u7070\u8272\u5e7f\u544a\u724c\u4e2d\u4e00\u6837\u7684\u996e\u6599", + "instruction_en": "On the order page, select the same drink as the one on the grey billboard.", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 28.125, + "y": 59.93377483443708, + "width": 23.096026490066222, + "height": 16.887417218543057, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 28.125, + 59.93377483443708, + 23.096026490066222, + 16.887417218543057 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 267, + "annotation_id": 939, + "image": "images/df899a83-meeting_room_13.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u9009\u62e9\u6211\u9762\u524d\u4e24\u4e2a\u5e7f\u544a\u724c\u4e2d\u7684\u5de6\u8fb9\u8fd9\u4e2a\u4e2d\u7684\u996e\u6599", + "instruction_en": "On the order page, select the drink from the left-hand of the two billboards in front of me.", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.94619205298012, + "y": 64.56953642384106, + "width": 22.53725165562915, + "height": 17.549668874172184, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.94619205298012, + 64.56953642384106, + 22.53725165562915, + 17.549668874172184 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 267, + "annotation_id": 940, + "image": "images/df899a83-meeting_room_13.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u9009\u62e9\u6211\u9762\u524d\u4e24\u4e2a\u5e7f\u544a\u724c\u4e2d\u7684\u53f3\u8fb9\u8fd9\u4e2a\u4e2d\u7684\u996e\u6599", + "instruction_en": "On the order page, select the drink from the right-hand of the two billboards in front of me.", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.94619205298012, + "y": 48.01324503311258, + "width": 22.909768211920536, + "height": 19.205298013245027, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.94619205298012, + 48.01324503311258, + 22.909768211920536, + 19.205298013245027 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 267, + "annotation_id": 950, + "image": "images/df899a83-meeting_room_13.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u7070\u8272\u5e7f\u544a\u724c\u4e2d\u4e00\u6837\u7684\u996e\u6599", + "instruction_en": "On the order page, select the same drink as the one on the gray billboard", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 54.94619205298012, + "y": 64.56953642384106, + "width": 22.53725165562915, + "height": 17.549668874172184, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 54.94619205298012, + 64.56953642384106, + 22.53725165562915, + 17.549668874172184 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 267, + "annotation_id": 951, + "image": "images/df899a83-meeting_room_13.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u548c\u9ec4\u8272\u5e7f\u544a\u724c\u4e2d\u4e00\u6837\u7684\u996e\u6599", + "instruction_en": "On the order page, select the same drink as the one on the yellow billboard", + "sample_id": null, + "gaze_point": [ + 1936, + 1399 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 55.201101418539025, + "y": 49.16168143894681, + "width": 22.877130809707694, + "height": 17.70072627598487, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.201101418539025, + 49.16168143894681, + 22.877130809707694, + 17.70072627598487 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 268, + "annotation_id": 937, + "image": "images/e7753ac2-meeting_room_12.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\uff0c\u6253\u5f00\u6211\u5de6\u4fa7\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room on my left the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2441, + 1152 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 56.345852360623724, + "y": 82.5272773273429, + "width": 1.1906426910552241, + "height": 2.116698117431523, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.345852360623724, + 82.5272773273429, + 1.1906426910552241, + 2.116698117431523 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 268, + "annotation_id": 938, + "image": "images/e7753ac2-meeting_room_12.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\uff0c\u6253\u5f00\u6211\u53f3\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room on my front right the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2441, + 1152 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 77.76269464759622, + "y": 75.43159624640658, + "width": 1.482690540422947, + "height": 2.6358942940854013, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.76269464759622, + 75.43159624640658, + 1.482690540422947, + 2.6358942940854013 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 268, + "annotation_id": 987, + "image": "images/e7753ac2-meeting_room_12.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\uff0c\u7b5b\u9009\u4e2d\u578b\u4f1a\u8bae\u5ba4", + "instruction_en": "filter medium rooms in the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2441, + 1152 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 37.47187842185109, + "y": 70.0298400647869, + "width": 12.319209669269569, + "height": 7.3002723966042, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.47187842185109, + 70.0298400647869, + 12.319209669269569, + 7.3002723966042 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 268, + "annotation_id": 988, + "image": "images/e7753ac2-meeting_room_12.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\uff0c\u5207\u6362\u5217\u8868\u663e\u793a\u6a21\u5f0f", + "instruction_en": "switch list display mode in the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2441, + 1152 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Outdoor trip", + "place": "studio", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 77.64251267627273, + "y": 55.35094247889856, + "width": 2.5856927024572087, + "height": 3.8785390536858277, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 77.64251267627273, + 55.35094247889856, + 2.5856927024572087, + 3.8785390536858277 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 269, + "annotation_id": 934, + "image": "images/5da3dd82-meeting_room_11.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\uff0c\u6253\u5f00\u6211\u7684\u5de6\u8fb9\u7684\u4f1a\u8bae\u5ba4\u9884\u8ba2\u9875\u9762\u3002", + "instruction_en": "Open the booking page for the meeting room on my left the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1857, + 1429 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 46.01904264842277, + "y": 87.5865700602661, + "width": 1.4437346713230639, + "height": 2.406224452205109, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.01904264842277, + 87.5865700602661, + 1.4437346713230639, + 2.406224452205109 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 269, + "annotation_id": 935, + "image": "images/5da3dd82-meeting_room_11.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\uff0c\u6253\u5f00\u6211\u7684\u5de6\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u9884\u8ba2\u9875\u9762\u3002", + "instruction_en": "Open the booking page for the meeting room on my front left the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1857, + 1429 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 66.84753836778978, + "y": 77.42190112532448, + "width": 1.4437346713230639, + "height": 2.406224452205109, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 66.84753836778978, + 77.42190112532448, + 1.4437346713230639, + 2.406224452205109 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 269, + "annotation_id": 936, + "image": "images/5da3dd82-meeting_room_11.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\uff0c\u6253\u5f00\u6211\u7684\u53f3\u4fa7\u7684\u4f1a\u8bae\u5ba4\u9884\u8ba2\u9875\u9762\u3002", + "instruction_en": "Open the booking page for the meeting room on my right on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1857, + 1429 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 56.767196484547334, + "y": 93.21858503124513, + "width": 1.4437346713230639, + "height": 2.406224452205109, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.767196484547334, + 93.21858503124513, + 1.4437346713230639, + 2.406224452205109 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 269, + "annotation_id": 986, + "image": "images/5da3dd82-meeting_room_11.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\uff0c\u7b5b\u9009\u4f1a\u8bae\u5ba4\u4eba\u5458\u5bb9\u91cf", + "instruction_en": "filter meeting room capacity on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1857, + 1429 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 27.807768900733837, + "y": 65.52898282328223, + "width": 10.540843759155724, + "height": 3.470236628528639, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 27.807768900733837, + 65.52898282328223, + 10.540843759155724, + 3.470236628528639 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 270, + "annotation_id": 932, + "image": "images/fef3f613-meeting_room_10.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u6253\u5f00\u6211\u7684\u53f3\u4fa7\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u8ba2\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room on my right on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1881, + 1153 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 47.02237532604535, + "y": 54.83082169754476, + "width": 0.732348614630915, + "height": 1.841787301836007, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 47.02237532604535, + 54.83082169754476, + 0.732348614630915, + 1.841787301836007 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 270, + "annotation_id": 933, + "image": "images/fef3f613-meeting_room_10.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u6253\u5f00\u6211\u7684\u5de6\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u8ba2\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room to my left on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1881, + 1153 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 52.23796080033257, + "y": 72.77415279426812, + "width": 0.7806410727253349, + "height": 2.013493819506552, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.23796080033257, + 72.77415279426812, + 0.7806410727253349, + 2.013493819506552 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 270, + "annotation_id": 983, + "image": "images/fef3f613-meeting_room_10.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u66f4\u6539\u8bed\u8a00", + "instruction_en": "switch language on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1881, + 1153 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.50252201335206, + "y": 43.71532531784113, + "width": 1.979670975318804, + "height": 2.9448166889095977, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.50252201335206, + 43.71532531784113, + 1.979670975318804, + 2.9448166889095977 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 270, + "annotation_id": 984, + "image": "images/fef3f613-meeting_room_10.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u8fd4\u56de\u4e0a\u4e00\u7f51\u9875", + "instruction_en": "return to previous web page on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1881, + 1153 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 40.85812211438339, + "y": 41.24235121732755, + "width": 1.2445224549298644, + "height": 3.3457080631176908, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 40.85812211438339, + 41.24235121732755, + 1.2445224549298644, + 3.3457080631176908 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 271, + "annotation_id": 930, + "image": "images/03bc69ab-meeting_room_9.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u6240\u5728\u7684\u697c\u5c42", + "instruction_en": "Select my current floor on the meeting room booking page.", + "sample_id": null, + "gaze_point": [ + 1871, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 37.69211222756121, + "y": 65.69334648592576, + "width": 11.132404608688425, + "height": 3.50725546040254, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.69211222756121, + 65.69334648592576, + 11.132404608688425, + 3.50725546040254 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 271, + "annotation_id": 931, + "image": "images/03bc69ab-meeting_room_9.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u6240\u5728\u7684\u697c\u5c42\u7684\u4e0b\u4e00\u5c42", + "instruction_en": "Select the floor below my current floor on the meeting room booking page.", + "sample_id": null, + "gaze_point": [ + 1871, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 37.62417218543045, + "y": 61.90803404046963, + "width": 11.175496688741717, + "height": 3.9860056946296485, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 37.62417218543045, + 61.90803404046963, + 11.175496688741717, + 3.9860056946296485 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 271, + "annotation_id": 981, + "image": "images/03bc69ab-meeting_room_9.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u67e5\u770b\u6240\u6709\u6807\u7b7e\u9875", + "instruction_en": "view all tabs on the meeting room booking page.", + "sample_id": null, + "gaze_point": [ + 1871, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 73.63927972164805, + "y": 38.25063803259573, + "width": 2.933145159349891, + "height": 4.424407513093442, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 73.63927972164805, + 38.25063803259573, + 2.933145159349891, + 4.424407513093442 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 271, + "annotation_id": 982, + "image": "images/03bc69ab-meeting_room_9.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u5207\u6362\u5217\u8868\u663e\u793a\u65b9\u5f0f", + "instruction_en": "switch list viewing mode on the meeting room booking page.", + "sample_id": null, + "gaze_point": [ + 1871, + 1253 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "office", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 75.38650096316083, + "y": 47.35612921173752, + "width": 1.8988680783670162, + "height": 3.5912398645239136, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 75.38650096316083, + 47.35612921173752, + 1.8988680783670162, + 3.5912398645239136 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 272, + "annotation_id": 928, + "image": "images/b0575694-meeting_room_8.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u6240\u5728\u7684\u697c\u5c42", + "instruction_en": "Select my floor on the meeting room reservation page.", + "sample_id": null, + "gaze_point": [ + 2009, + 1047 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 49.022726796386934, + "y": 45.98480110709771, + "width": 10.974364523265773, + "height": 4.052073054744197, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 49.022726796386934, + 45.98480110709771, + 10.974364523265773, + 4.052073054744197 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 272, + "annotation_id": 929, + "image": "images/b0575694-meeting_room_8.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u9009\u62e9\u6211\u6240\u5728\u7684\u697c\u5c42\u7684\u4e0a\u4e00\u5c42", + "instruction_en": "Select the floor above my current floor on the meeting room reservation page.", + "sample_id": null, + "gaze_point": [ + 2009, + 1047 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 48.83646851824124, + "y": 49.95831104087255, + "width": 10.97436452326577, + "height": 4.332932570025752, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 48.83646851824124, + 49.95831104087255, + 10.97436452326577, + 4.332932570025752 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 272, + "annotation_id": 978, + "image": "images/b0575694-meeting_room_8.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u8c03\u6362\u663e\u793a\u987a\u5e8f", + "instruction_en": "reverse display order on the meeting room reservation page.", + "sample_id": null, + "gaze_point": [ + 2009, + 1047 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 90.80007447925242, + "y": 30.433117132680838, + "width": 2.4040531324498886, + "height": 3.8583568792405565, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 90.80007447925242, + 30.433117132680838, + 2.4040531324498886, + 3.8583568792405565 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 272, + "annotation_id": 979, + "image": "images/b0575694-meeting_room_8.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u5206\u4eab\u7f51\u9875", + "instruction_en": "share web page on the meeting room reservation page.", + "sample_id": null, + "gaze_point": [ + 2009, + 1047 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 85.41034500120206, + "y": 19.04654086038171, + "width": 3.9040162070947275, + "height": 5.994045085640369, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 85.41034500120206, + 19.04654086038171, + 3.9040162070947275, + 5.994045085640369 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 273, + "annotation_id": 926, + "image": "images/a33e87c2-meeting_room_7.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room in front of me on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2070, + 1362 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 56.659256847962624, + "y": 52.22308303616132, + "width": 0.8289771787378228, + "height": 1.551302322784224, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.659256847962624, + 52.22308303616132, + 0.8289771787378228, + 1.551302322784224 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 273, + "annotation_id": 927, + "image": "images/a33e87c2-meeting_room_7.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u5de6\u8fb9\u663e\u793a\u5c4f\u4e0a\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the meeting room booking page on my left-hand screen in the meeting room booking interface.", + "sample_id": null, + "gaze_point": [ + 2070, + 1362 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 51.005344261578266, + "y": 69.40466950974672, + "width": 0.796333697385279, + "height": 1.5444047464441581, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.005344261578266, + 69.40466950974672, + 0.796333697385279, + 1.5444047464441581 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 273, + "annotation_id": 976, + "image": "images/a33e87c2-meeting_room_7.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u8fd4\u56de\u4e0a\u4e00\u7f51\u9875", + "instruction_en": "return to previous page in the meeting room booking interface.", + "sample_id": null, + "gaze_point": [ + 2070, + 1362 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 41.32161566622612, + "y": 43.71533023708319, + "width": 2.100875320746475, + "height": 3.7348894591048563, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 41.32161566622612, + 43.71533023708319, + 2.100875320746475, + 3.7348894591048563 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 273, + "annotation_id": 977, + "image": "images/a33e87c2-meeting_room_7.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u5207\u6362\u8bed\u8a00", + "instruction_en": "switch language in the meeting room booking interface.", + "sample_id": null, + "gaze_point": [ + 2070, + 1362 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 60.3123656724447, + "y": 49.04970175203821, + "width": 2.0732802347180828, + "height": 2.36126145635383, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 60.3123656724447, + 49.04970175203821, + 2.0732802347180828, + 2.36126145635383 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 274, + "annotation_id": 925, + "image": "images/7fba3ec4-meeting_room_6.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room in front of me on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2294, + 946 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 45.93299098599608, + "y": 63.83706647607068, + "width": 1.4526147114055306, + "height": 2.4991220841385555, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 45.93299098599608, + 63.83706647607068, + 1.4526147114055306, + 2.4991220841385555 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 274, + "annotation_id": 973, + "image": "images/7fba3ec4-meeting_room_6.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u6253\u5f00\u65b0\u6807\u7b7e\u9875", + "instruction_en": "Open new tab on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2294, + 946 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.545430082516376, + "y": 39.22123471441863, + "width": 2.9575880356778157, + "height": 6.309521142779332, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.545430082516376, + 39.22123471441863, + 2.9575880356778157, + 6.309521142779332 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 274, + "annotation_id": 974, + "image": "images/7fba3ec4-meeting_room_6.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u5207\u6362\u8bed\u8a00", + "instruction_en": "switch language on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2294, + 946 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 42.44366937636845, + "y": 49.902053740575234, + "width": 2.571001266647791, + "height": 3.395354053731694, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 42.44366937636845, + 49.902053740575234, + 2.571001266647791, + 3.395354053731694 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 274, + "annotation_id": 975, + "image": "images/7fba3ec4-meeting_room_6.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u8c03\u6362\u663e\u793a\u987a\u5e8f", + "instruction_en": "reverse display order on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 2294, + 946 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 44.45473124319726, + "y": 49.459756433689535, + "width": 1.8660929834294657, + "height": 3.6165027071745848, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 44.45473124319726, + 49.459756433689535, + 1.8660929834294657, + 3.6165027071745848 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 275, + "annotation_id": 1037, + "image": "images/251c0707-meeting_room_5.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u9009\u62e9\u661f\u671f\u4e8c11\u70b9", + "instruction_en": "Select Tuesday at 11:00 AM on the meeting room booking page", + "sample_id": null, + "gaze_point": [ + 2206, + 1430 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 55.68735830796261, + "y": 69.27217011120862, + "width": 4.510987125505345, + "height": 3.594962919942944, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 55.68735830796261, + 69.27217011120862, + 4.510987125505345, + 3.594962919942944 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 275, + "annotation_id": 1040, + "image": "images/251c0707-meeting_room_5.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u9009\u62e9\u661f\u671f\u4e0010\u70b9", + "instruction_en": "Select Monday at 10:00 AM on the meeting room booking page", + "sample_id": null, + "gaze_point": [ + 2206, + 1430 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 51.54596807029019, + "y": 66.35503781066363, + "width": 4.486327077633398, + "height": 3.220952773685525, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 51.54596807029019, + 66.35503781066363, + 4.486327077633398, + 3.220952773685525 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 275, + "annotation_id": 1054, + "image": "images/251c0707-meeting_room_5.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u9009\u62e9\u661f\u671f\u4e09\u4e0b\u53485\u70b9", + "instruction_en": "Select Wednesday at 5 PM on the meeting room booking page", + "sample_id": null, + "gaze_point": [ + 2206, + 1430 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 59.446117548050495, + "y": 86.73862023619596, + "width": 5.674845140659285, + "height": 4.9610146880603105, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 59.446117548050495, + 86.73862023619596, + 5.674845140659285, + 4.9610146880603105 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 275, + "annotation_id": 1056, + "image": "images/251c0707-meeting_room_5.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u8ba2\u754c\u9762\u5173\u95ed\u9884\u7ea6\u9762\u677f", + "instruction_en": "close booking panel on the meeting room booking page", + "sample_id": null, + "gaze_point": [ + 2206, + 1430 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 68.45967213395372, + "y": 55.10113088392822, + "width": 2.6703269453584273, + "height": 2.7011940200412874, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 68.45967213395372, + 55.10113088392822, + 2.6703269453584273, + 2.7011940200412874 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 276, + "annotation_id": 923, + "image": "images/a305934b-meeting_room_4.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u7684\u53f3\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room to my rignt on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 63.9482980506903, + "y": 81.22835711524492, + "width": 1.76877472613333, + "height": 3.144488402014815, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.9482980506903, + 81.22835711524492, + 1.76877472613333, + 3.144488402014815 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 276, + "annotation_id": 924, + "image": "images/a305934b-meeting_room_4.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u6253\u5f00\u6211\u7684\u5de6\u524d\u65b9\u7684\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room to my left on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 63.57511836844093, + "y": 75.5923162346507, + "width": 2.0689070983578284, + "height": 3.4066298383214044, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.57511836844093, + 75.5923162346507, + 2.0689070983578284, + 3.4066298383214044 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 276, + "annotation_id": 970, + "image": "images/a305934b-meeting_room_4.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u5207\u6362\u697c\u5c42", + "instruction_en": "switch floors on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 29.236283921966216, + "y": 66.24701694265677, + "width": 9.878344039163895, + "height": 3.0496018856766796, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 29.236283921966216, + 66.24701694265677, + 9.878344039163895, + 3.0496018856766796 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 276, + "annotation_id": 971, + "image": "images/a305934b-meeting_room_4.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u5237\u65b0\u7f51\u9875", + "instruction_en": "refresh web page on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 63.01872891987104, + "y": 49.35768231302313, + "width": 2.8629452185361117, + "height": 5.344164407934095, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 63.01872891987104, + 49.35768231302313, + 2.8629452185361117, + 5.344164407934095 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 277, + "annotation_id": 944, + "image": "images/7f5b209f-meeting_room_3.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u524d\u65b9\u5c4f\u5e55\u4e0a\u4e00\u6837\u7684\u996e\u54c1", + "instruction_en": "On the order page, select the same drink as the one shown on the screen in front of me", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "library", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.211920529801326, + "y": 76.49006622516556, + "width": 16.949503311258276, + "height": 13.907284768211909, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.211920529801326, + 76.49006622516556, + 16.949503311258276, + 13.907284768211909 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 277, + "annotation_id": 945, + "image": "images/7f5b209f-meeting_room_3.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u9875\u9762\u4e0a\u65b9\u5c4f\u5e55\u4e0a\u4e00\u6837\u7684\u996e\u54c1", + "instruction_en": "On the order page, select the same drink as shown on the screen at the top of the page", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 43.211920529801326, + "y": 76.49006622516556, + "width": 16.949503311258276, + "height": 13.907284768211909, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 43.211920529801326, + 76.49006622516556, + 16.949503311258276, + 13.907284768211909 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 277, + "annotation_id": 967, + "image": "images/7f5b209f-meeting_room_3.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u67e5\u770b\u5e97\u94fa\u8be6\u60c5", + "instruction_en": "On the order page, view store details", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 53.55033941065405, + "y": 49.56979064472852, + "width": 6.506693678491196, + "height": 6.883113973941094, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 53.55033941065405, + 49.56979064472852, + 6.506693678491196, + 6.883113973941094 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 277, + "annotation_id": 969, + "image": "images/7f5b209f-meeting_room_3.png", + "instruction_cn": "\u5728\u70b9\u5355\u754c\u9762\u67e5\u770b\u6d3b\u52a8", + "instruction_en": "On the order page, see activity", + "sample_id": null, + "gaze_point": [ + 1922, + 1545 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 46.1751305548219, + "y": 89.80806126448117, + "width": 5.42187438546496, + "height": 7.900727701952576, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 46.1751305548219, + 89.80806126448117, + 5.42187438546496, + 7.900727701952576 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 278, + "annotation_id": 941, + "image": "images/ed69a3d3-meeting_room_2.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u5496\u5561\u5e97\u5185\u5c4f\u5e55\u4e0a\u4e00\u6837\u7684\u996e\u54c1\u7684\u89c4\u683c", + "instruction_en": "On the ordering page, select the same drink size as shown on the screen in the coffee shop.", + "sample_id": null, + "gaze_point": [ + 1142, + 973 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 83.07119205298012, + "y": 80.4635761589404, + "width": 10.616721854304629, + "height": 4.966887417218544, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 83.07119205298012, + 80.4635761589404, + 10.616721854304629, + 4.966887417218544 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 278, + "annotation_id": 942, + "image": "images/ed69a3d3-meeting_room_2.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u5de6\u8fb9\u5c4f\u5e55\u4e0a\u4e00\u6837\u7684\u996e\u54c1\u7684\u89c4\u683c", + "instruction_en": "On the order page, select the same drink size as the one shown on the left side of the screen", + "sample_id": null, + "gaze_point": [ + 1142, + 973 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 83.07119205298012, + "y": 80.4635761589404, + "width": 10.616721854304629, + "height": 4.966887417218544, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 83.07119205298012, + 80.4635761589404, + 10.616721854304629, + 4.966887417218544 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 278, + "annotation_id": 943, + "image": "images/ed69a3d3-meeting_room_2.png", + "instruction_cn": "\u5728\u70b9\u5355\u9875\u9762\u4e2d\u9009\u62e9\u4e0e\u6211\u5de6\u8fb9\u5c4f\u5e55\u4e0a\u4e00\u6837\u7684\u996e\u54c1", + "instruction_en": "On the order page, select the same drink as the one shown on the left side of the screen", + "sample_id": null, + "gaze_point": [ + 1142, + 973 + ], + "choices": { + "is_same_window": "false", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 71.52317880794702, + "y": 66.22516556291392, + "width": 22.164735099337708, + "height": 19.205298013245077, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 71.52317880794702, + 66.22516556291392, + 22.164735099337708, + 19.205298013245077 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 278, + "annotation_id": 965, + "image": "images/ed69a3d3-meeting_room_2.png", + "instruction_cn": "\u9000\u51fa\u5c0f\u7a0b\u5e8f", + "instruction_en": "exit mini program", + "sample_id": null, + "gaze_point": [ + 1142, + 973 + ], + "choices": { + "is_same_window": "false", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "ordering food", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 88.55609263827947, + "y": 22.093833926432563, + "width": 3.5136145863852586, + "height": 6.24642593135155, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 88.55609263827947, + 22.093833926432563, + 3.5136145863852586, + 6.24642593135155 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 279, + "annotation_id": 919, + "image": "images/5ed0b947-meeting_room_1.png", + "instruction_cn": "\u5728\u4f1a\u8bae\u5ba4\u9884\u7ea6\u754c\u9762\u4e2d\u6253\u5f00\u6211\u524d\u65b9\u8fd9\u4e2a\u4f1a\u8bae\u5ba4\u7684\u9884\u7ea6\u9875\u9762", + "instruction_en": "Open the booking page for the meeting room in front of me on the meeting room booking interface", + "sample_id": null, + "gaze_point": [ + 1798, + 1488 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 52.19832984214088, + "y": 67.80162465771863, + "width": 1.6581919073898375, + "height": 2.846245113067516, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 52.19832984214088, + 67.80162465771863, + 1.6581919073898375, + 2.846245113067516 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 279, + "annotation_id": 920, + "image": "images/5ed0b947-meeting_room_1.png", + "instruction_cn": "\u5207\u6362\u4e2d\u6587", + "instruction_en": "switch the language to Chinese", + "sample_id": null, + "gaze_point": [ + 1798, + 1488 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 56.602884717397615, + "y": 57.44029242591395, + "width": 2.236567800100363, + "height": 2.608962695545023, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 56.602884717397615, + 57.44029242591395, + 2.236567800100363, + 2.608962695545023 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 279, + "annotation_id": 921, + "image": "images/5ed0b947-meeting_room_1.png", + "instruction_cn": "\u6253\u5f00\u4f1a\u8bae\u5ba4\u6392\u5e8f", + "instruction_en": "Open meeting room sorting", + "sample_id": null, + "gaze_point": [ + 1798, + 1488 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 58.87499500467766, + "y": 57.725014042887665, + "width": 1.1812082888519195, + "height": 1.9982742356669243, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 58.87499500467766, + 57.725014042887665, + 1.1812082888519195, + 1.9982742356669243 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 279, + "annotation_id": 922, + "image": "images/5ed0b947-meeting_room_1.png", + "instruction_cn": "\u4fee\u6539\u697c\u5c42\u663e\u793a", + "instruction_en": "Change displayed floor", + "sample_id": null, + "gaze_point": [ + 1798, + 1488 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Work & Study", + "place": "meeting room", + "activity": "meeting", + "task type": "Semantic-matching" + }, + "target_bbox": { + "x": 16.419070884720114, + "y": 68.83655851633291, + "width": 10.556573938321865, + "height": 3.4888472747875663, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 16.419070884720114, + 68.83655851633291, + 10.556573938321865, + 3.4888472747875663 + ] + ], + "category": [ + 0 + ] + } + } +] \ No newline at end of file diff --git a/examples.json b/examples.json new file mode 100644 index 0000000000000000000000000000000000000000..c05057c3686f4731b9f6cbb82b3ed68904c6f677 --- /dev/null +++ b/examples.json @@ -0,0 +1,98 @@ +[ + { + "task_id": 136, + "annotation_id": 227, + "image": "images/b5b8eeb3-restaurant_10.png", + "instruction_cn": "\u5728APP\u91cc\u6539\u53d8\u8bb0\u5f55\u65e5\u671f", + "instruction_en": "change record date on the APP", + "sample_id": "restaurant_10_4", + "gaze_point": [ + 1797, + 899 + ], + "choices": { + "is_same_window": "true", + "ui_type": "text", + "platform": "apple vision pro", + "scenario": "Sport & Health", + "place": "restaurant", + "activity": "exercise", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 30.577206424416385, + "y": 5.980391885972485, + "width": 21.47208913902094, + "height": 7.507278573050281, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 30.577206424416385, + 5.980391885972485, + 21.47208913902094, + 7.507278573050281 + ] + ], + "category": [ + 0 + ] + } + }, + { + "task_id": 242, + "annotation_id": 1063, + "image": "images/796c563c-office_15.png", + "instruction_cn": "\u5c06\u89c6\u9891\u6dfb\u52a0\u5230\u7f16\u8f91\u533a", + "instruction_en": "add video to editing space", + "sample_id": null, + "gaze_point": [ + 2041, + 1222 + ], + "choices": { + "is_same_window": "true", + "ui_type": "icon", + "platform": "apple vision pro", + "scenario": "Design & Creation", + "place": "office", + "activity": "video editing", + "task type": "Simple Grounding" + }, + "target_bbox": { + "x": 25.555791698900805, + "y": 44.94002514952747, + "width": 1.3158808733851366, + "height": 2.585590488054997, + "rotation": 0, + "labels": [ + "Target" + ], + "original_width": 3840, + "original_height": 2160, + "image_rotation": 0 + }, + "is_ok": true, + "objects": { + "bbox": [ + [ + 25.555791698900805, + 44.94002514952747, + 1.3158808733851366, + 2.585590488054997 + ] + ], + "category": [ + 0 + ] + } + } +] \ No newline at end of file diff --git a/images/00fb9264-supermarket_4.png b/images/00fb9264-supermarket_4.png new file mode 100644 index 0000000000000000000000000000000000000000..128fbbd88a9944949aa22f8cae687c43b4cc5c7d --- /dev/null +++ b/images/00fb9264-supermarket_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55f3cf903211a60d427b2f3f6b3d3f511be25203bcfca406b00b42aff5dcf21 +size 8375363 diff --git a/images/028e9330-library_8.png b/images/028e9330-library_8.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd01e11a0d1d52b7239677a4770bb0868fc29a9 --- /dev/null +++ b/images/028e9330-library_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265620c551ecc256416664ad7580239da0664dc3c39edd3639f5df1044be32af +size 5576152 diff --git a/images/02cd6456-livingroom_9.png b/images/02cd6456-livingroom_9.png new file mode 100644 index 0000000000000000000000000000000000000000..841384d0f9d03790a4275acb61633a8b4a7361a8 --- /dev/null +++ b/images/02cd6456-livingroom_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090d3745974cf53f462b3d7749c7d5ee65946c0da58e141d0ac7bbf495e5f6b5 +size 6768333 diff --git a/images/037a4ef9-kitchen_21.png b/images/037a4ef9-kitchen_21.png new file mode 100644 index 0000000000000000000000000000000000000000..a3265cba8c2ad185289b715995f46899ce8cb07e --- /dev/null +++ b/images/037a4ef9-kitchen_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee75d6788ff0d03d8451b6fad0e8e4939f0e51b3d43208713766ae2252539a3 +size 6262965 diff --git a/images/03bc69ab-meeting_room_9.png b/images/03bc69ab-meeting_room_9.png new file mode 100644 index 0000000000000000000000000000000000000000..bf09f3c6be053c629fc97cce0fa9c927de0dd8d0 --- /dev/null +++ b/images/03bc69ab-meeting_room_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75203e11541bf4683d95948f34a31b572045674e008374379c1962fe73d08eba +size 6935627 diff --git a/images/058006e6-office_14.png b/images/058006e6-office_14.png new file mode 100644 index 0000000000000000000000000000000000000000..9eab7768df275d5989b9f05aa5d128154d5340cf --- /dev/null +++ b/images/058006e6-office_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb6de215f84dfc2f562ef2d9cb1b087b47992b3cc6600cab13188404edb1a79 +size 6562850 diff --git a/images/05aa8719-library_14.png b/images/05aa8719-library_14.png new file mode 100644 index 0000000000000000000000000000000000000000..b8319a6cb52a2b527c9dc98bd498cf78fa57172e --- /dev/null +++ b/images/05aa8719-library_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97618f82acaab6baa5f9d21415627a345ce268503bc4d4d408491c602ce006d3 +size 6852430 diff --git a/images/064cfa2a-kitchen_6.png b/images/064cfa2a-kitchen_6.png new file mode 100644 index 0000000000000000000000000000000000000000..eae81509534f2869a550db9844b43d1a3618c86c --- /dev/null +++ b/images/064cfa2a-kitchen_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1136e4f6540e778270d0a4247c30495af5a7487a8984028a4b282d6d6367ada6 +size 5518534 diff --git a/images/06831454-livingroom_39.png b/images/06831454-livingroom_39.png new file mode 100644 index 0000000000000000000000000000000000000000..68c522a2226a61ff5233bf5d150649c3cd1d5ce1 --- /dev/null +++ b/images/06831454-livingroom_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cecad17db9d571d79f3a5167657047cbc7b4f2a1b696fd94b5cbdedeb97b83 +size 6709739 diff --git a/images/06a4125b-library_6.png b/images/06a4125b-library_6.png new file mode 100644 index 0000000000000000000000000000000000000000..a116c0689ca5033dba23dfa027d240fd841aadf9 --- /dev/null +++ b/images/06a4125b-library_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03124a0b30bb4a147bb3f977e1fc117e2d0effdea7345e2d6706c41af13b10a1 +size 4887931 diff --git a/images/0762b4ca-supermarket_29.png b/images/0762b4ca-supermarket_29.png new file mode 100644 index 0000000000000000000000000000000000000000..d291b9fe61058cb73e7a0240557bb3d11faf19dc --- /dev/null +++ b/images/0762b4ca-supermarket_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3743f63493270b62f0913dc061b55618ee8cecba9ccb4ad337c439cf7a15ac55 +size 8722268 diff --git a/images/0ab07e86-office_8.png b/images/0ab07e86-office_8.png new file mode 100644 index 0000000000000000000000000000000000000000..cf90bfec7c69a113bedbdda8a561d83f358e1936 --- /dev/null +++ b/images/0ab07e86-office_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc95c448d4180f41a9dce495cef2eb6966fff34e2615497310a4f232733dda7 +size 5058344 diff --git a/images/0c7b86e0-food_2.png b/images/0c7b86e0-food_2.png new file mode 100644 index 0000000000000000000000000000000000000000..479571a86090efc0278190cb7af02de63dfb8e76 --- /dev/null +++ b/images/0c7b86e0-food_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e2f04d45a5721998c4cf047b09b1150f3680c3c573740a89b9a303ea15c37b +size 5542956 diff --git a/images/0d50dfd1-kitchen_5.png b/images/0d50dfd1-kitchen_5.png new file mode 100644 index 0000000000000000000000000000000000000000..37d1574d31a645da32e4bdb4241268d6897ad011 --- /dev/null +++ b/images/0d50dfd1-kitchen_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fceff4e9673fcf8da68683c2496a04b9bd55b307f96d98c289432e66dd34bd +size 5653892 diff --git a/images/10e6c483-livingroom_18.png b/images/10e6c483-livingroom_18.png new file mode 100644 index 0000000000000000000000000000000000000000..878c60497be282ecc3ff6e0f1828572cf6acab00 --- /dev/null +++ b/images/10e6c483-livingroom_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1c749bb705c012f82b11740452106b4bdc9963559c4191b2f2923a2a2872ce +size 6915537 diff --git a/images/10f21d42-street_7.png b/images/10f21d42-street_7.png new file mode 100644 index 0000000000000000000000000000000000000000..8769ae91b6e4755b34572550c9f31915a05a25f3 --- /dev/null +++ b/images/10f21d42-street_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d442ae3c3a348f2abb241a18314d4f10e0c2e26143e93128c95e5db0d1344c9 +size 6019861 diff --git a/images/11ae6588-food_3.1.png b/images/11ae6588-food_3.1.png new file mode 100644 index 0000000000000000000000000000000000000000..decceed6111b81b6bf12f5853800ea974dbd6dbd --- /dev/null +++ b/images/11ae6588-food_3.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a68a05b626e7fb2f0cb12dc73eebc709b030ae5a7bbc664661419f23c6c0c9 +size 5790137 diff --git a/images/125a8e55-library_7.png b/images/125a8e55-library_7.png new file mode 100644 index 0000000000000000000000000000000000000000..736e47eb1d5396c7556f09b95ef20dcbc5d82288 --- /dev/null +++ b/images/125a8e55-library_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408842baadb06f854c59ebc52a2664a048f1708f89796175abaceba1aeb891a9 +size 5305806 diff --git a/images/12c4871e-supermarket_21.png b/images/12c4871e-supermarket_21.png new file mode 100644 index 0000000000000000000000000000000000000000..9a97035d365ceb7a83fa25f7c13c441faffbcfba --- /dev/null +++ b/images/12c4871e-supermarket_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841b71f3c7badaf78f7839d9a2c046702dc5de68f83855a02bb73120f79b7af3 +size 9856255 diff --git a/images/135ae45e-food_11.png b/images/135ae45e-food_11.png new file mode 100644 index 0000000000000000000000000000000000000000..433cd056615e08a13d1708390171392375795b3e --- /dev/null +++ b/images/135ae45e-food_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ac20f0b8bdf7be591488ab3374e3ce8685271b9c4a1afe36e87939c4fa01fc +size 7390268 diff --git a/images/15da5e00-restaurant_1.png b/images/15da5e00-restaurant_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6e1026236bcad2a8f4fdfaef8461965cee6e64 --- /dev/null +++ b/images/15da5e00-restaurant_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872161430d8975db7c000f4876feabf7859128a2ea46f7ff44beb077ab215a8a +size 6846114 diff --git a/images/1614ea00-studio_1.png b/images/1614ea00-studio_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2e17fa1e5d57af1350387fe181858d3077a7198f --- /dev/null +++ b/images/1614ea00-studio_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53f583c83bfef7276c463ec836244bbbe99cbd38d480be54d2464939a22ded9 +size 5570310 diff --git a/images/16982f74-supermarket_23.png b/images/16982f74-supermarket_23.png new file mode 100644 index 0000000000000000000000000000000000000000..44f8d4bc65a4c0e9ded12fb3f1a0200d8c558417 --- /dev/null +++ b/images/16982f74-supermarket_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f84947533e94277aba07b790b1a7413afdfe93cfb3b4fb8f15191fc45a7fac +size 9894393 diff --git a/images/16f4eb2e-kitchen_4.png b/images/16f4eb2e-kitchen_4.png new file mode 100644 index 0000000000000000000000000000000000000000..39e0b92d2313b57ef30d15126ea20b6a0eea86c4 --- /dev/null +++ b/images/16f4eb2e-kitchen_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a33416ae94ba7dbd6ca2a41b4c4e8c997f82f9cff58436a7066ec32fbf85c39 +size 5570875 diff --git a/images/1725ceb4-livingroom_10.png b/images/1725ceb4-livingroom_10.png new file mode 100644 index 0000000000000000000000000000000000000000..1bf8a0fc2e6f902fb96eef518b8623937dd4ee8d --- /dev/null +++ b/images/1725ceb4-livingroom_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f9f0e561edc4f19a2ea17d72fde1b65b13f804030de51d10a675d81becf4da +size 6405340 diff --git a/images/186f8c57-kitchen_26.png b/images/186f8c57-kitchen_26.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb470407bcca852654c94bb1c7611fadd327721 --- /dev/null +++ b/images/186f8c57-kitchen_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f06a1cd645c5078907038522779544aa147901d19f7086a81a9aa6bf9a1856 +size 5816685 diff --git a/images/188614cb-restaurant_14.png b/images/188614cb-restaurant_14.png new file mode 100644 index 0000000000000000000000000000000000000000..d7030cdc4ed9dcf08a092a9f88b07970dca6f7ec --- /dev/null +++ b/images/188614cb-restaurant_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9f8dfab1a201141b1cb86ee1ac36ea50e0fd7ae1b14118761ce99c129f7f62 +size 6800299 diff --git a/images/191dbcfb-kitchen_24.png b/images/191dbcfb-kitchen_24.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4c7f10e4f0602f4cec0a3c72c1bcf96d9e8a41 --- /dev/null +++ b/images/191dbcfb-kitchen_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41547ee74185737f4328f0fe1894a6e98ea593e6d8dd061a7f96035d0e92cc5f +size 6130113 diff --git a/images/1ae0072a-kitchen_2.png b/images/1ae0072a-kitchen_2.png new file mode 100644 index 0000000000000000000000000000000000000000..27aeab2b68c17f615668379060e8b4badfc99fa4 --- /dev/null +++ b/images/1ae0072a-kitchen_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a09862639c712e3c4c0f245c76f393c54dcc1c8de60313a5ebfa22a6166db4 +size 5506976 diff --git a/images/1b160bcf-supermarket_8.png b/images/1b160bcf-supermarket_8.png new file mode 100644 index 0000000000000000000000000000000000000000..4f78c48597e8d01d54a9db4ed56c3f1b6ce71204 --- /dev/null +++ b/images/1b160bcf-supermarket_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcf39b83bf6cd10b95af79a4a7730de7692a42b574a8fb26f0bd726220ca395 +size 8816432 diff --git a/images/1b2ed862-food_1.png b/images/1b2ed862-food_1.png new file mode 100644 index 0000000000000000000000000000000000000000..891c8a2e0b6769c88292a00874ab0a3dfa09aef8 --- /dev/null +++ b/images/1b2ed862-food_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7cf7a5f8143ce6ed4f6585008500718d120127c6cbb20f7491c7dcafcd19d6 +size 5718340 diff --git a/images/1c0a0906-livingroom_3.png b/images/1c0a0906-livingroom_3.png new file mode 100644 index 0000000000000000000000000000000000000000..aa226b5455513ccacdfc2feb648ff0b89a183ee5 --- /dev/null +++ b/images/1c0a0906-livingroom_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e44da073c448e66e07f60238cc51d86b5d3d10b1ce760701f18d8baece7497d +size 7246701 diff --git a/images/1c57fad0-livingroom_31.png b/images/1c57fad0-livingroom_31.png new file mode 100644 index 0000000000000000000000000000000000000000..fc75360d7590dd2127ec594b0d75d0ad520ad6c1 --- /dev/null +++ b/images/1c57fad0-livingroom_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3a219f3b43ea1906f13b3f0eefc738897eabe4620418617fe01dfc9630c390 +size 5041432 diff --git a/images/1c7ff13a-studio_2.png b/images/1c7ff13a-studio_2.png new file mode 100644 index 0000000000000000000000000000000000000000..6c7a9421931a23f8298c7fd7220a0b3726982d98 --- /dev/null +++ b/images/1c7ff13a-studio_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638c9421c1e31e8890900c68edc6da59e5e544d737209a88d2495096ce18c609 +size 6508963 diff --git a/images/1e1a63a4-supermarket_32.png b/images/1e1a63a4-supermarket_32.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec10721ecf82807c52ef0118c38a7d7c495f919 --- /dev/null +++ b/images/1e1a63a4-supermarket_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0539e7d77b313ae289bb661317c8b309e292c512a349bc2dd3c56484752dfe8 +size 8635148 diff --git a/images/1eaa26d0-library_31.png b/images/1eaa26d0-library_31.png new file mode 100644 index 0000000000000000000000000000000000000000..0f82ff2633623bd3604e0ac5f5de83c61d3ef9fa --- /dev/null +++ b/images/1eaa26d0-library_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d617293d0771198818b4078ae26867802a125cff7de5156f2cdfd1156198a496 +size 5700168 diff --git a/images/1ffe14ad-restaurant_16.png b/images/1ffe14ad-restaurant_16.png new file mode 100644 index 0000000000000000000000000000000000000000..f23eedff85eee0b866fd4fe2487fe40d6be9783e --- /dev/null +++ b/images/1ffe14ad-restaurant_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c830b7db12a9fdd1dd7244ba8ef4aea04a7e66f8dc258aab47d8a589f1a9038c +size 6244131 diff --git a/images/2236ea4b-supermarket_28.png b/images/2236ea4b-supermarket_28.png new file mode 100644 index 0000000000000000000000000000000000000000..749c9284dd3a94e8d693ab92333807445cbe5da5 --- /dev/null +++ b/images/2236ea4b-supermarket_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239b60a81a9c17dc4c9e350453fde4b6cd59ada323d68140455c229affa00f57 +size 8120963 diff --git a/images/24b4a5b8-livingroom_24.png b/images/24b4a5b8-livingroom_24.png new file mode 100644 index 0000000000000000000000000000000000000000..776e6a70f9a7d2f683874994e4f5179edbc75b2c --- /dev/null +++ b/images/24b4a5b8-livingroom_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df01528fe2d5f53e9e04f23a58a9413ef110beee2a1567321c3ce1459e8e837 +size 6935366 diff --git a/images/250ff6d8-supermarket_24.png b/images/250ff6d8-supermarket_24.png new file mode 100644 index 0000000000000000000000000000000000000000..ac920c51f2b48c3030f276983af810f40f6244f5 --- /dev/null +++ b/images/250ff6d8-supermarket_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f084f7c1323d545f720a1d2754b60e8365684d0e7e0b2e6838b05a8c6294488 +size 8654795 diff --git a/images/251c0707-meeting_room_5.png b/images/251c0707-meeting_room_5.png new file mode 100644 index 0000000000000000000000000000000000000000..b606e190b6a8a139792da59c995549fd6b6360d2 --- /dev/null +++ b/images/251c0707-meeting_room_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a47a89e7545525d6633cab028892821e7c4f321e0db75f58b675fdbff73ad5 +size 5950372 diff --git a/images/274cc3c8-supermarket_18.png b/images/274cc3c8-supermarket_18.png new file mode 100644 index 0000000000000000000000000000000000000000..e40ece82daad6ec76018058ae859df5c3a261cdb --- /dev/null +++ b/images/274cc3c8-supermarket_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0423023f5fbdcd255803515f7bc40486a24e278b04aeb3994789e7acbded31c4 +size 8818098 diff --git a/images/27f1f6ae-supermarket_5.png b/images/27f1f6ae-supermarket_5.png new file mode 100644 index 0000000000000000000000000000000000000000..de9cc209d7a613c1bf900f55bb892c38e5ce50b7 --- /dev/null +++ b/images/27f1f6ae-supermarket_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64e76d7c7a83f283e93a494a6d2d494a79f86ce726f717811d107c66249c89b +size 8905226 diff --git a/images/296aaf5f-livingroom_2.png b/images/296aaf5f-livingroom_2.png new file mode 100644 index 0000000000000000000000000000000000000000..32ce327034521443bd842bdf160792b3daa061a2 --- /dev/null +++ b/images/296aaf5f-livingroom_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dfbd71464872dc6d3a1e2480347a14502efb2ebdb32fd2004d635aec7c67e8 +size 6402695 diff --git a/images/2b5fb720-street_8.png b/images/2b5fb720-street_8.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c29213307a7e839e7ca7247ee431f61d08f66c --- /dev/null +++ b/images/2b5fb720-street_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbe14328f5ae0da4c6dc4ee92c8b3eb04b2ed2106d13aee28e1f23733759ca0 +size 5817383 diff --git a/images/2c61ab8d-supermarket_22.png b/images/2c61ab8d-supermarket_22.png new file mode 100644 index 0000000000000000000000000000000000000000..215c77cc17de1c708dcd35c6cca3de956fb2e613 --- /dev/null +++ b/images/2c61ab8d-supermarket_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4545f1e98e9a4d5dc3eb5d242c65f56220bcb1017675c2cdf801c9f3c1129151 +size 10106944 diff --git a/images/2ddf278c-restaurant_7.png b/images/2ddf278c-restaurant_7.png new file mode 100644 index 0000000000000000000000000000000000000000..2365a1c51bfbff3771cc8851c6777d8e5032db73 --- /dev/null +++ b/images/2ddf278c-restaurant_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c964c2e7872f539fc95cadddaa05f589e7c6040e248b897e64559d196abe3116 +size 7502000 diff --git a/images/2e89f983-street_9.png b/images/2e89f983-street_9.png new file mode 100644 index 0000000000000000000000000000000000000000..d2e7bce6426ef8be5b2f1efe51f9b41d681b965d --- /dev/null +++ b/images/2e89f983-street_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02acae3367ac865c92f904519412cbbb16a46ae99f65d87940fd21938df279ba +size 6106872 diff --git a/images/2f698d57-studio_3.png b/images/2f698d57-studio_3.png new file mode 100644 index 0000000000000000000000000000000000000000..760860e77e58d912bebc5813bd3c46e477a4829a --- /dev/null +++ b/images/2f698d57-studio_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94762ec64e954fe84f80975921befc9ef844989c7480eff72d0e967ee669cbd4 +size 6570652 diff --git a/images/2fa4d18b-restaurant_8.png b/images/2fa4d18b-restaurant_8.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7e4068e322796cc0cf367b1a59e463aa0e8795 --- /dev/null +++ b/images/2fa4d18b-restaurant_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b362c07504953f096214af87e19ea3e9289aa324d70ee4ae98c4cd92f42f34 +size 7234079 diff --git a/images/325a93ad-kitchen_1.png b/images/325a93ad-kitchen_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd3a9bd2f319f8bc0fc909b7476d1c02b0b092f --- /dev/null +++ b/images/325a93ad-kitchen_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c6518d1b9724ababc502413cc85848d71b3591329f5a82e3fd9f5f2c746f0d +size 5240437 diff --git a/images/330db52a-restaurant_17.png b/images/330db52a-restaurant_17.png new file mode 100644 index 0000000000000000000000000000000000000000..8d4cc7a9ebbdc91dc063a9ce836346ef69492dfb --- /dev/null +++ b/images/330db52a-restaurant_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7298df502326e50b33c3a8115817a7d9ae42ddb155cdb58cb97681c332230a85 +size 6353665 diff --git a/images/3391f616-food_10.png b/images/3391f616-food_10.png new file mode 100644 index 0000000000000000000000000000000000000000..092b3670fe271ca0ef6791e00f39efeaf5b3deb0 --- /dev/null +++ b/images/3391f616-food_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd850d359c0720bd35053e455dd2b4415b4102aef9833675cd5e142c5bd345 +size 7116966 diff --git a/images/343ed39f-supermarket_3.png b/images/343ed39f-supermarket_3.png new file mode 100644 index 0000000000000000000000000000000000000000..4016c7f4e40e59a55008830bae940c385cfc8f92 --- /dev/null +++ b/images/343ed39f-supermarket_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f6d2222ec44b0084ed14b602654068f1a6d4e7124bdf15451b755e330792d1 +size 8754257 diff --git a/images/34724d66-livingroom_11.png b/images/34724d66-livingroom_11.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d51f0894921eaf3745c812aeeb0686b1c15bbd --- /dev/null +++ b/images/34724d66-livingroom_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f6c79bd007c74265ec49e4567b0091886ed0c76def5b78b5a6a734cf73246b +size 6261324 diff --git a/images/34771fd4-supermarket_38.png b/images/34771fd4-supermarket_38.png new file mode 100644 index 0000000000000000000000000000000000000000..fc45df672c27b54dce290dde9798de838883adfd --- /dev/null +++ b/images/34771fd4-supermarket_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d24576a7127e8f67be68f7066d6d85ce303c9c0c8e21a6b150ed28c54eaaa2e +size 8641705 diff --git a/images/35dbafa0-library_23.png b/images/35dbafa0-library_23.png new file mode 100644 index 0000000000000000000000000000000000000000..448b4d5bb6178e71bc0182e2574411d9cb0711df --- /dev/null +++ b/images/35dbafa0-library_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5be1c59d6e49e0439c238e6324acc03dd0da9b4e02f8bf980e553768f243f8 +size 6118254 diff --git a/images/376a8f19-supermarket_27.png b/images/376a8f19-supermarket_27.png new file mode 100644 index 0000000000000000000000000000000000000000..148bb503c3a343bdf27185445c19e9a7638d7e65 --- /dev/null +++ b/images/376a8f19-supermarket_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a91914b318d9015c8755cd0f2c844055e3fb4df81d249c3a6f9d2c0484b72f7 +size 8086066 diff --git a/images/37d16fb2-library_25.png b/images/37d16fb2-library_25.png new file mode 100644 index 0000000000000000000000000000000000000000..a74b6be33e95cfda20e8701fbb2b880cbfac6e8e --- /dev/null +++ b/images/37d16fb2-library_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e296ad78c0577253118361ce51761d075520b9afa958262b9a8976f25d42e77 +size 6304242 diff --git a/images/388153b9-playground_3.png b/images/388153b9-playground_3.png new file mode 100644 index 0000000000000000000000000000000000000000..fea7f4b8eea86bff538755f7d7444e08b8b702f8 --- /dev/null +++ b/images/388153b9-playground_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5048613193c38e4e6446fb61581ba30fe6edab260f5fbf87468376b78bea6eaa +size 6433774 diff --git a/images/3b9f5198-library_30.png b/images/3b9f5198-library_30.png new file mode 100644 index 0000000000000000000000000000000000000000..02c93dc833683b6e33c96f78bc4244dc04fb4ff6 --- /dev/null +++ b/images/3b9f5198-library_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8086700a64f464c7900520348c0d6ab4fcb7ac6198e82b2a1b5e4d83e1da1dc4 +size 6485227 diff --git a/images/3ce81bf5-kitchen_3.png b/images/3ce81bf5-kitchen_3.png new file mode 100644 index 0000000000000000000000000000000000000000..140a741f1655cb5e447faa285bd89dc98f5ae6e3 --- /dev/null +++ b/images/3ce81bf5-kitchen_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef2ee912d8e8e11ebfa5d0e15aab959ffb66e2e13d171f24d787846f84a2ebe +size 5363896 diff --git a/images/3ebc3cd7-kitchen_22.png b/images/3ebc3cd7-kitchen_22.png new file mode 100644 index 0000000000000000000000000000000000000000..f98c9af5fae96001944e7ee31da9bdc24cce9e0b --- /dev/null +++ b/images/3ebc3cd7-kitchen_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a47b2dc31b3b8aaad25b95ef9a999da321ac8c3991df9e91871b911a32508d +size 5933072 diff --git a/images/40c63abb-supermarket_37.png b/images/40c63abb-supermarket_37.png new file mode 100644 index 0000000000000000000000000000000000000000..19b448449f4f4a08a909e2443dcf0ae200bb9563 --- /dev/null +++ b/images/40c63abb-supermarket_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f6101abae540a7bb733612a476ab5b8b1de9726f31b3e01861d592352f2e37 +size 9014920 diff --git a/images/41e1ef68-library_12.png b/images/41e1ef68-library_12.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3b9a22ceecaae79944efc70f411a89fa65a5e8 --- /dev/null +++ b/images/41e1ef68-library_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b377c04ed6706fe3ba825ef0c4afc3c450f9bbcde98386caf98d4d4453cbd0 +size 6550542 diff --git a/images/41e7f818-office_3.png b/images/41e7f818-office_3.png new file mode 100644 index 0000000000000000000000000000000000000000..ae9a785fea1828ac12a4331ecdb9a698b1db1be7 --- /dev/null +++ b/images/41e7f818-office_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372eac705a43370a82d0d8a4cc8e906225302eec51f2666d213c38c4157f9e86 +size 5965685 diff --git a/images/457ff8fe-office_5.png b/images/457ff8fe-office_5.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc514ea2b2233475833345eccd54bbc7f3c884d --- /dev/null +++ b/images/457ff8fe-office_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed18672337e6bbe35c3f4034eb6b9d2fc98cd3538063d07626f432c9db06a3e3 +size 6197801 diff --git a/images/47a59c29-livingroom_6.png b/images/47a59c29-livingroom_6.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7607cff9af00b626411d74b969019c6f27f84a --- /dev/null +++ b/images/47a59c29-livingroom_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9393c504c2824766354e710e5b21d7594636df4732e0c4895c0784910aafac +size 7488240 diff --git a/images/48730d0a-library_9.png b/images/48730d0a-library_9.png new file mode 100644 index 0000000000000000000000000000000000000000..bcef364f8bd67650a6268906b6478107d6aabc88 --- /dev/null +++ b/images/48730d0a-library_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff71dddfe2348ef392b66cbb1c2bf1e3374877c8e5780e5d3ed8b8b7ce4e2c99 +size 6365062 diff --git a/images/48fc000d-food_14.png b/images/48fc000d-food_14.png new file mode 100644 index 0000000000000000000000000000000000000000..233056e2963390d102d13a6ae2151ea6ca2cf538 --- /dev/null +++ b/images/48fc000d-food_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfa45c5ccb1b1de815e3a9e9c4e302b84d95b5d0063e6b0938dfc0fb56c2e16 +size 6896080 diff --git a/images/494bc87a-supermarket_11.png b/images/494bc87a-supermarket_11.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a911b90df23e02454029dcad70224c47e10261 --- /dev/null +++ b/images/494bc87a-supermarket_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b487f5140097577d9e753b0e459883b7a8856e20e7ff058a960ef17c28fb9f +size 9222507 diff --git a/images/4989dcb9-library_28.png b/images/4989dcb9-library_28.png new file mode 100644 index 0000000000000000000000000000000000000000..b0627c9fb2fb6f5a5511e86cdf41140469e0494c --- /dev/null +++ b/images/4989dcb9-library_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95496edec9330553d8a0372bf47db4a72786e916fee0848eb1661e9871991b9a +size 6397070 diff --git a/images/4a6a8e1a-kitchen_25.png b/images/4a6a8e1a-kitchen_25.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe0c465dc2c90b8b96e903706fbd4a03e845eef --- /dev/null +++ b/images/4a6a8e1a-kitchen_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58580a3403de8a677ad10311e6470d294c5cbe0e3c05b1c700d4f2e672f65f0d +size 5770011 diff --git a/images/4af194cf-kitchen_10.png b/images/4af194cf-kitchen_10.png new file mode 100644 index 0000000000000000000000000000000000000000..3d036cd56915126c095c6755e1eeda6f7322d330 --- /dev/null +++ b/images/4af194cf-kitchen_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6861c5183d6001c75d0a22d860b8843433d80865cb3dce5089db1f7dbe872197 +size 5684706 diff --git a/images/4bfbfcc0-food_7.png b/images/4bfbfcc0-food_7.png new file mode 100644 index 0000000000000000000000000000000000000000..22ddf35c37008e42f3700af0b56fb652e8e3325d --- /dev/null +++ b/images/4bfbfcc0-food_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd2d4c5365e0402ac230a696ed7b21d2a151e960c25d9c8e11c504c2116fc86 +size 5885634 diff --git a/images/4c88c1b2-library_2.png b/images/4c88c1b2-library_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ae3a3506b85ac647e7f28a505ed7fb5019f94a --- /dev/null +++ b/images/4c88c1b2-library_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb85b5f7508017682b78d2af04815fef4f8866ed3e6c9149ffe4e3723fa575f6 +size 6048367 diff --git a/images/4caa92d4-studio_6.png b/images/4caa92d4-studio_6.png new file mode 100644 index 0000000000000000000000000000000000000000..b9161faece061905736575830300cf5d4d91f0ef --- /dev/null +++ b/images/4caa92d4-studio_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d394e28928934899b2d8b63a34e5658b00f79db5af01325f79ab1a87e9e970 +size 7677339 diff --git a/images/4e52cc43-kitchen_11.png b/images/4e52cc43-kitchen_11.png new file mode 100644 index 0000000000000000000000000000000000000000..6da890e61e35756a4fe5f5f23ff21ad58efba61a --- /dev/null +++ b/images/4e52cc43-kitchen_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170229c105f6036cd2a4d4522f2209923227a069576ed1e61bdbf02da0ed1983 +size 6546378 diff --git a/images/4fae5460-office_1.png b/images/4fae5460-office_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7e4c5943143f6b1506bbde485ea4399df9e3bbcf --- /dev/null +++ b/images/4fae5460-office_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bd17efe2c00f252bffb80482c673b99abe08319a9cd065b940e89e7c041b4c +size 6883857 diff --git a/images/5001eb79-restaurant_18.png b/images/5001eb79-restaurant_18.png new file mode 100644 index 0000000000000000000000000000000000000000..0e11f253ed1486734a0734c3afc0e2aed7a4c5ae --- /dev/null +++ b/images/5001eb79-restaurant_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2272ccd7be7500dff69407a4d8aafb12a1f1ed52742fea4288d59782c12b0a +size 7252478 diff --git a/images/50841ba4-kitchen_27.png b/images/50841ba4-kitchen_27.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb470407bcca852654c94bb1c7611fadd327721 --- /dev/null +++ b/images/50841ba4-kitchen_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f06a1cd645c5078907038522779544aa147901d19f7086a81a9aa6bf9a1856 +size 5816685 diff --git a/images/522dacae-street_2.png b/images/522dacae-street_2.png new file mode 100644 index 0000000000000000000000000000000000000000..377c49231a395123cfab696a07fc0739972885a8 --- /dev/null +++ b/images/522dacae-street_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc2fa6e6993f860619b4811706f8c465a7dda7b39b9aa1a6e8244a62db3ee2c +size 6584083 diff --git a/images/5242c2a8-kitchen_17.png b/images/5242c2a8-kitchen_17.png new file mode 100644 index 0000000000000000000000000000000000000000..bc101e45b9ec77401434d5fd4c01e025713b8d96 --- /dev/null +++ b/images/5242c2a8-kitchen_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90ce0dd1ef75ef6320298bcd53bee4c70bb665a839d091b759500b7d1544b45 +size 6173376 diff --git a/images/54280c4e-supermarket_12.png b/images/54280c4e-supermarket_12.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5a5dbce3dc87b715031c45e27e14a571fee819 --- /dev/null +++ b/images/54280c4e-supermarket_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e203a6a7cd768e3cbc4b5ebff2b7195d5ad3e061a16a2f6b851df529ca2320e3 +size 9205563 diff --git a/images/5605567a-supermarket_16.png b/images/5605567a-supermarket_16.png new file mode 100644 index 0000000000000000000000000000000000000000..4a93264eecac2c3e8c96cd9482ed154265499cfc --- /dev/null +++ b/images/5605567a-supermarket_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbc53838b85b703cf6a7a6c8881d16f20843079f8881585101c5d06ff9f99d6 +size 7781490 diff --git a/images/56c30916-office_16.png b/images/56c30916-office_16.png new file mode 100644 index 0000000000000000000000000000000000000000..276ca1bbb41790a4d12529382c0086f26ef70f0d --- /dev/null +++ b/images/56c30916-office_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f5540a6b7be99cf3c58269243e8b95eb91a95ba44e361d6b35e36b67861456 +size 5566396 diff --git a/images/570e3d3e-livingroom_32.png b/images/570e3d3e-livingroom_32.png new file mode 100644 index 0000000000000000000000000000000000000000..b21c265bb1dab9dab46ffccc870a3fbf91cf6021 --- /dev/null +++ b/images/570e3d3e-livingroom_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d102b99e1be799fa62ea08c39ab6e3bd5fb62efc1dc54c430a9864d3966d45bd +size 5177108 diff --git a/images/592f4d37-food_5.png b/images/592f4d37-food_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c390dd9fcd24360a92be1bf8db76ba4bca384e43 --- /dev/null +++ b/images/592f4d37-food_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d52ba272e94aec2ed4aaf71c4fb30df8b0c1101fbaf987f91efbd9a77c09feb +size 5352106 diff --git a/images/5c758248-supermarket_10.png b/images/5c758248-supermarket_10.png new file mode 100644 index 0000000000000000000000000000000000000000..cc476a06567f1abc54db278f92388d46bdfde6d4 --- /dev/null +++ b/images/5c758248-supermarket_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e07c714d5018a733fc89bad78c94af857d1838c0d9b7ab579af7393d5c0d73b +size 9317693 diff --git a/images/5da3dd82-meeting_room_11.png b/images/5da3dd82-meeting_room_11.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d2513b2cb7bae4e8c22c38803bbb486c1ad228 --- /dev/null +++ b/images/5da3dd82-meeting_room_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea5e5bb0c35aa6d26a5c7dac76c6c5a89f6d2b0938afc5b8f3abfd31f6fa830 +size 5818891 diff --git a/images/5ed0b947-meeting_room_1.png b/images/5ed0b947-meeting_room_1.png new file mode 100644 index 0000000000000000000000000000000000000000..100d22d1343db51c5ef1ebb16cfe9dc367593a25 --- /dev/null +++ b/images/5ed0b947-meeting_room_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbca00030f9468a0827d5887ff682dc0a95e89a072c42851446f9e6f9df34ef +size 6122869 diff --git a/images/5f94e861-office_3.png b/images/5f94e861-office_3.png new file mode 100644 index 0000000000000000000000000000000000000000..cef9fe972d6258541460ad67cdde139acdf5e14a --- /dev/null +++ b/images/5f94e861-office_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073d2d9fa5cec1204672083a86ee78a240392dcf365e6c88706fcc70c6f1f380 +size 6777867 diff --git a/images/6085cea4-livingroom_5.png b/images/6085cea4-livingroom_5.png new file mode 100644 index 0000000000000000000000000000000000000000..2ded6e35b342eee7d093ddb254ff36b7a0771e5c --- /dev/null +++ b/images/6085cea4-livingroom_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f575ab02ab2cc49b61db9948b96447cb74a1ceee4488a504f31db644ec71dd +size 7080414 diff --git a/images/60b03715-library_26.png b/images/60b03715-library_26.png new file mode 100644 index 0000000000000000000000000000000000000000..029519e0497e170749bc92ede0c3a89303a5ad09 --- /dev/null +++ b/images/60b03715-library_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373682afb19760a45b0dac1050f412d3ff56541611b9499493cbd715b05f95a9 +size 6688410 diff --git a/images/61baf10e-kitchen_14.png b/images/61baf10e-kitchen_14.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c2106fe9ed92f5472c7f62298fdd014f5f8d6c --- /dev/null +++ b/images/61baf10e-kitchen_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797d8ac249292431d54ef0f7dc6c3df51941b75ac9ddcda967ff331f7a72ffe0 +size 6113874 diff --git a/images/628ab6b0-livingroom_8.png b/images/628ab6b0-livingroom_8.png new file mode 100644 index 0000000000000000000000000000000000000000..11cc9dad571729d1306c4dcca5fe2e4a00a3a4ae --- /dev/null +++ b/images/628ab6b0-livingroom_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2407f6c9334bb9ca54f896868275cca5102cf01308d2d40b25ba1e51a20425 +size 6407246 diff --git a/images/64e5f0f2-office_4.png b/images/64e5f0f2-office_4.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2cb1938ee956b62fcb5b26292cfe07e6e6c987 --- /dev/null +++ b/images/64e5f0f2-office_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd973c69be1fa7299400bf0466e23a734ffbe8d2d1e15a42ea8cd701f82e53f +size 5681567 diff --git a/images/67875a46-livingroom_38.png b/images/67875a46-livingroom_38.png new file mode 100644 index 0000000000000000000000000000000000000000..9e68194fec384f05565eb431f9f93b5bb98fe9b0 --- /dev/null +++ b/images/67875a46-livingroom_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4cb3ee979d108b418afc33242e56ef5d0c319e970c5b47e551ad5d18315112 +size 6916753 diff --git a/images/679dd9f7-livingroom_27.png b/images/679dd9f7-livingroom_27.png new file mode 100644 index 0000000000000000000000000000000000000000..22949005feb29e8cecd973955fab38443f94d7ea --- /dev/null +++ b/images/679dd9f7-livingroom_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f900c166d605d158456ef4e7a7930d6ecacefece367da867ebc387ccfa254a +size 4917662 diff --git a/images/67a16d54-restaurant_11.png b/images/67a16d54-restaurant_11.png new file mode 100644 index 0000000000000000000000000000000000000000..a50136ea079f063f72fc516d548fd5d6017000f5 --- /dev/null +++ b/images/67a16d54-restaurant_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8267df55cc49b2bbd91744c3fd5885319644f2f9d3affe9071ae09e53c31776e +size 6777060 diff --git a/images/68642c78-livingroom_33.png b/images/68642c78-livingroom_33.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3c701851eb416531adca0c34440a679ab219e2 --- /dev/null +++ b/images/68642c78-livingroom_33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd18ac8ed67b01b238b8d852cc2644df9783d027a5da54211e6811e4292fc26f +size 4806326 diff --git a/images/68f34672-livingroom_26.png b/images/68f34672-livingroom_26.png new file mode 100644 index 0000000000000000000000000000000000000000..93d52262a3d5bb16c3681de8be90c24645f89296 --- /dev/null +++ b/images/68f34672-livingroom_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafbe6b8e36c54e0cc08a80a29a27e6a469e3a283849559894a8a45baebc683f +size 6705327 diff --git a/images/694cdad6-street_3.png b/images/694cdad6-street_3.png new file mode 100644 index 0000000000000000000000000000000000000000..0216196a86820511e6e3ebc6b92f26e30efe8d75 --- /dev/null +++ b/images/694cdad6-street_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a356b1fd8050bf7bea8e9d7b82b6033534a6aec5d8ae7593a298425149ba368f +size 7453223 diff --git a/images/6c7d5f5c-supermarket_6.png b/images/6c7d5f5c-supermarket_6.png new file mode 100644 index 0000000000000000000000000000000000000000..acc8b296bd6c3ef01fe1ea9a45d09eaa81c1c46f --- /dev/null +++ b/images/6c7d5f5c-supermarket_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022fc23dbef4a35cbd1b68300139ab1459f3d26ce5955c86df355ec3fe6df44e +size 9196331 diff --git a/images/6c82e347-kitchen_28.png b/images/6c82e347-kitchen_28.png new file mode 100644 index 0000000000000000000000000000000000000000..1306ed6d1280345897b6b7bd4a9ae7bcbc76b945 --- /dev/null +++ b/images/6c82e347-kitchen_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c9c7053961ef76461a30d3ef62d5ff7423e7a54b578cd46c1b3a70ac213040 +size 5755415 diff --git a/images/6ea4c66e-supermarket_36.png b/images/6ea4c66e-supermarket_36.png new file mode 100644 index 0000000000000000000000000000000000000000..021c6049615f33e744231c956fd567722c8ffec7 --- /dev/null +++ b/images/6ea4c66e-supermarket_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b4e2ec5b2949fb507353bf27f0638a1840dcc693da97fb1077e613706092f8 +size 8941129 diff --git a/images/744dc9c7-supermarket_14.png b/images/744dc9c7-supermarket_14.png new file mode 100644 index 0000000000000000000000000000000000000000..85b39516c88b7a793b7f7b608b1a6be7c6620eb7 --- /dev/null +++ b/images/744dc9c7-supermarket_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7360de44c600760cff57f6a426821ff0c0f17cae7c7a3055e191226d4708b9a +size 8380873 diff --git a/images/74a89df7-supermarket_9.png b/images/74a89df7-supermarket_9.png new file mode 100644 index 0000000000000000000000000000000000000000..eef22547540f558c26db4005ca81e9010505435a --- /dev/null +++ b/images/74a89df7-supermarket_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e50ecf22125a3b6d4657444c9dde306bb67a7f5f6fba97c751841d2f1d2646 +size 9190476 diff --git a/images/74af4fcf-livingroom_16.png b/images/74af4fcf-livingroom_16.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0421a4af8b05297d353dd5230144d583994cb1 --- /dev/null +++ b/images/74af4fcf-livingroom_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172581e97a408acb838222214a6f308e6ca9f8c0d70678a04bd9f3603f8606ea +size 7336063 diff --git a/images/75dd3a54-supermarket_26.png b/images/75dd3a54-supermarket_26.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9651d63e20e26c6d3850396b6cac98d817a1f0 --- /dev/null +++ b/images/75dd3a54-supermarket_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a055fc19feb5bb6567967196638ec377dac4f3be67c7544c017e3c9e4d10a9 +size 8616848 diff --git a/images/791d3653-livingroom_7.png b/images/791d3653-livingroom_7.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f1fd6ea30ff271076c9c285319f81e62d61bb0 --- /dev/null +++ b/images/791d3653-livingroom_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc56e4ca353547eb0f201ac2cd189c9c12e1ac2c0f5d7b9d560bbb69d11af1c5 +size 7168551 diff --git a/images/7952920f-restaurant_6.png b/images/7952920f-restaurant_6.png new file mode 100644 index 0000000000000000000000000000000000000000..e36d46e83357bfe7e68f1f396983293a7802b9f3 --- /dev/null +++ b/images/7952920f-restaurant_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb3d3574922bc689ffacfdbc8be69ecd46e14efff9de815d9e8b824dd8e95f3 +size 7377098 diff --git a/images/796c563c-office_15.png b/images/796c563c-office_15.png new file mode 100644 index 0000000000000000000000000000000000000000..1563bd707d2dfd829c8db7ce8399e36873a6cc0b --- /dev/null +++ b/images/796c563c-office_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e9b00e57cb320ac2213037ed3ab94f9a4dc63337b2ec26ca0b41e41f795e52 +size 5529144 diff --git a/images/7f40c163-office_12.png b/images/7f40c163-office_12.png new file mode 100644 index 0000000000000000000000000000000000000000..be631c856750e56b5aeb6dd3824dd044292a5318 --- /dev/null +++ b/images/7f40c163-office_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd13b164163d4210c256f76260e2f6ea74a7b3c65426b3ba3722882bbd80d2d +size 6256598 diff --git a/images/7f5b209f-meeting_room_3.png b/images/7f5b209f-meeting_room_3.png new file mode 100644 index 0000000000000000000000000000000000000000..f0bdc67b9f8d6075f6aed6f26c103c84aa9bfbb5 --- /dev/null +++ b/images/7f5b209f-meeting_room_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b920d67730b89b7c1b5c71e6093edee6f5dd3326ae59b3eaf035bfdeccaa32 +size 6391734 diff --git a/images/7fba3ec4-meeting_room_6.png b/images/7fba3ec4-meeting_room_6.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f767e213f8b957cbb30101faf8c506e8c8f71f --- /dev/null +++ b/images/7fba3ec4-meeting_room_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba36d543ff4dd65d803fc96ad76fbbcf9d2f11436e1d4cf2a3dab22b769f50f +size 5949836 diff --git a/images/7fce6255-food_15.png b/images/7fce6255-food_15.png new file mode 100644 index 0000000000000000000000000000000000000000..7b314160d5059b55138c696ab1483f90b2fd0fcc --- /dev/null +++ b/images/7fce6255-food_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56f20a8f6a442f86065600b31dc07ec439b6755de67c6ed0e496cbd20633d5a +size 6001387 diff --git a/images/806f8193-library_20.png b/images/806f8193-library_20.png new file mode 100644 index 0000000000000000000000000000000000000000..0195c176d8b47ae5438b6cdd9333030d8184f424 --- /dev/null +++ b/images/806f8193-library_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a7a6ca9e0698a73f3bae3a346da2754fb66f05b40f832b0da4c8dbf227e347 +size 6369668 diff --git a/images/837167eb-kitchen_15.png b/images/837167eb-kitchen_15.png new file mode 100644 index 0000000000000000000000000000000000000000..39a2d2dae1e8fbd4d63ec25333b4ef7f236a9979 --- /dev/null +++ b/images/837167eb-kitchen_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5897eedd958a4b19c4be16b0d5dfca66d825fec1d43e27a56113f621183d05a8 +size 5936694 diff --git a/images/842e615c-kitchen_16.png b/images/842e615c-kitchen_16.png new file mode 100644 index 0000000000000000000000000000000000000000..0f823f0ea0ce3d1d7f096ab9c62bc85d63ce62fd --- /dev/null +++ b/images/842e615c-kitchen_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596061bfdd7c219a318c7f0387957eb8929c811a4b68609616764f9145108815 +size 5710420 diff --git a/images/860879e7-library_24.png b/images/860879e7-library_24.png new file mode 100644 index 0000000000000000000000000000000000000000..add8eba7d46ae865950e0d660b7c177e24aaad9a --- /dev/null +++ b/images/860879e7-library_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e144f108d76ef98be56de3e495828d3f6b50f3e518066617c22503e8c9072a +size 6577097 diff --git a/images/86b0128e-shopping_mall_4.png b/images/86b0128e-shopping_mall_4.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0fffb131c79e5378489c8ccef11c783046ac28 --- /dev/null +++ b/images/86b0128e-shopping_mall_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce93f8d8fcf6ffe6e6ebff28407c891fb386256506b956d663f7f9e6b2470da3 +size 6405404 diff --git a/images/883e55b6-meeting_room_14.png b/images/883e55b6-meeting_room_14.png new file mode 100644 index 0000000000000000000000000000000000000000..31833ce8b478b0db26c0eb0122b43c420ae09caf --- /dev/null +++ b/images/883e55b6-meeting_room_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa8be72c87d8251d136f3d5e9e79b355afa1c3e13808aef81c9530150f8be92 +size 5336800 diff --git a/images/8970b503-kitchen_8.png b/images/8970b503-kitchen_8.png new file mode 100644 index 0000000000000000000000000000000000000000..cc34600ac2fa98b0fd11f5e845618bb2ca55deb3 --- /dev/null +++ b/images/8970b503-kitchen_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1996d713e6eec7fc7ead9421d021c9bd8b5da07c09ac9c895cc9f536c0e65594 +size 5824051 diff --git a/images/899422c4-playground_2.png b/images/899422c4-playground_2.png new file mode 100644 index 0000000000000000000000000000000000000000..d76988ec5172e25dd1dc6a9fa338e9e27897f20d --- /dev/null +++ b/images/899422c4-playground_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f623d8a48bf502bf2f74d59261429a18ee088187c6b2c452291b8792d0a531 +size 6294226 diff --git a/images/8af8450e-livingroom_20.png b/images/8af8450e-livingroom_20.png new file mode 100644 index 0000000000000000000000000000000000000000..bf04fec120694aed9b0b49be7af2ef8c01583faf --- /dev/null +++ b/images/8af8450e-livingroom_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a58ec1b7dcb817f28384e164f4a108ab9d6c269ebd4af2d78474f2216ac927 +size 7216516 diff --git a/images/8b100289-kitchen_20.png b/images/8b100289-kitchen_20.png new file mode 100644 index 0000000000000000000000000000000000000000..17fb3def589ef80a27883bafee8a809830c633a2 --- /dev/null +++ b/images/8b100289-kitchen_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3340becce4bb49882b1fcd0737553f4bb51843da34e665cc14a484d2b1af4879 +size 5884210 diff --git a/images/8d2d15d0-library_17.png b/images/8d2d15d0-library_17.png new file mode 100644 index 0000000000000000000000000000000000000000..74a15976e2f1cbf747a4852bc55d7a1cd0446f35 --- /dev/null +++ b/images/8d2d15d0-library_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550eef467a6efc28080765a4e75d814d36a326256f04b84561ba5e6f7d5f2eac +size 6538452 diff --git a/images/8e22fd09-office_11.png b/images/8e22fd09-office_11.png new file mode 100644 index 0000000000000000000000000000000000000000..211df8805270aec061ca722b85ddec02b91dbcfe --- /dev/null +++ b/images/8e22fd09-office_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2d13ff0513bb95f1e75ec54c1820c9fa0daea7945f75e6ca7428f31707686d +size 6525896 diff --git a/images/8f385b36-supermarket_25.png b/images/8f385b36-supermarket_25.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5eb47b6bbbc74426104c3e5fb6c664d6f4f3d --- /dev/null +++ b/images/8f385b36-supermarket_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db411a903fe53c709d6f5929f9db3c7e363f37a30f86e43a62314171567ef21 +size 9372283 diff --git a/images/9359490d-restaurant_13.png b/images/9359490d-restaurant_13.png new file mode 100644 index 0000000000000000000000000000000000000000..01453de05bbe4ec961fb99d42543103c9cbeb44b --- /dev/null +++ b/images/9359490d-restaurant_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fac9a1fab32e2b6a22ce762abb37ef687fedaf86e2e9f8e5cf94047fef6d5df +size 6795940 diff --git a/images/93b45e68-food_13.png b/images/93b45e68-food_13.png new file mode 100644 index 0000000000000000000000000000000000000000..dec06cca7c0fc9941d96c75092a0d78ea68fec4d --- /dev/null +++ b/images/93b45e68-food_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfe36e194be229e15ba39f26bb37d13970537629a694dda600e6e701be63f08 +size 5777943 diff --git a/images/9447321b-playground_6.png b/images/9447321b-playground_6.png new file mode 100644 index 0000000000000000000000000000000000000000..77859c3cb93a369940cf14a78d87ba9e2c5c3818 --- /dev/null +++ b/images/9447321b-playground_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f39e438a4432289bd963c3feeddf850d180960bb0da2905ecbfcc19610302f +size 6909986 diff --git a/images/95145718-office_10.png b/images/95145718-office_10.png new file mode 100644 index 0000000000000000000000000000000000000000..bf32ef39986073841a6591560ea9dc3462f42547 --- /dev/null +++ b/images/95145718-office_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa72f26c790cee499f166a0fe7a4e90a1e1cb15198a68a1109c3234ec46d348 +size 4527781 diff --git a/images/9572c690-supermarket_30.png b/images/9572c690-supermarket_30.png new file mode 100644 index 0000000000000000000000000000000000000000..ed4374178fc16239eb89776138e832aace90cc2a --- /dev/null +++ b/images/9572c690-supermarket_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029b5d3ae691f5abd2c7bab329018d508d84efa2227a25690940bf337f1f6a29 +size 8617356 diff --git a/images/95a1fedb-library_22.png b/images/95a1fedb-library_22.png new file mode 100644 index 0000000000000000000000000000000000000000..50613dd0f0c6e4144f26ea62d18d7fb7bc2f7666 --- /dev/null +++ b/images/95a1fedb-library_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adf28ed3ccc3237070c35fa3bc7884bce240894301c9da9134d10c3302efcf6 +size 6742991 diff --git a/images/989c33d1-food_12.png b/images/989c33d1-food_12.png new file mode 100644 index 0000000000000000000000000000000000000000..ffdaae1e9faf14176360c14f43b306e64d7e9c1e --- /dev/null +++ b/images/989c33d1-food_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3766b07d08af402473ab6730f9c7bee6cbffcac42ca09ab4c30575047c733c90 +size 6119128 diff --git a/images/98bf1f0d-kitchen_9.png b/images/98bf1f0d-kitchen_9.png new file mode 100644 index 0000000000000000000000000000000000000000..79faa9c3acf76b09be6ae1ac7dc82885e31911f9 --- /dev/null +++ b/images/98bf1f0d-kitchen_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab0bbdb56ec0064a17cae7bba910f1c46228790add3ca01fb0d6d669731056e +size 6879596 diff --git a/images/9a8e2ef3-supermarket_17.png b/images/9a8e2ef3-supermarket_17.png new file mode 100644 index 0000000000000000000000000000000000000000..769174ccfc16239f53ccfcfcd0c88cabb07b6bc4 --- /dev/null +++ b/images/9a8e2ef3-supermarket_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9294ad9fde6a607952130032ada4684e7c25f6889aa568c101d7a64cc84c8dd +size 6860662 diff --git a/images/9b1b2d88-supermarket_34.png b/images/9b1b2d88-supermarket_34.png new file mode 100644 index 0000000000000000000000000000000000000000..384618b01077022e4b4cd4735cd75e0b0cece930 --- /dev/null +++ b/images/9b1b2d88-supermarket_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19033b89a230f9ae12eb3e29bf17ee88a19d6f8ab9733ada534e16828cfe191e +size 9687420 diff --git a/images/9b5ddd56-restaurant_15.png b/images/9b5ddd56-restaurant_15.png new file mode 100644 index 0000000000000000000000000000000000000000..1a17dbf4777d9e72006c484a734237079c9e9e74 --- /dev/null +++ b/images/9b5ddd56-restaurant_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce1ae4f152480b08bfd6bc31f33091ff3e78ae758516805eb715dc9e1cd461f +size 6429993 diff --git a/images/9c4313d8-library_27.png b/images/9c4313d8-library_27.png new file mode 100644 index 0000000000000000000000000000000000000000..210ac413aeff58f2ddd56c8a79431af72dd78e21 --- /dev/null +++ b/images/9c4313d8-library_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db75811f93ddeb49e63ea992a887da9a01e634633ed73169444716c0035573dc +size 6492511 diff --git a/images/9ceff5ab-supermarket_20.png b/images/9ceff5ab-supermarket_20.png new file mode 100644 index 0000000000000000000000000000000000000000..9db2e58c38f8b9ba8351c810734e7673e4595b92 --- /dev/null +++ b/images/9ceff5ab-supermarket_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665d7cb5978d4c4d4c1f223c15373f51cbd6c31f2dc9a56a69036c040d41bb33 +size 10214330 diff --git a/images/9f248fe0-livingroom_43.png b/images/9f248fe0-livingroom_43.png new file mode 100644 index 0000000000000000000000000000000000000000..c3cd49463da5d31ece1725e977818d965263d784 --- /dev/null +++ b/images/9f248fe0-livingroom_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83ad0e53b862a797f29870450381987bc164aa99055094cdeb493346860d926 +size 6477934 diff --git a/images/9f57b6e4-library_1.png b/images/9f57b6e4-library_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bfe5ced5806f5cf90731a0c09e4da8effd742ccb --- /dev/null +++ b/images/9f57b6e4-library_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef1d010e8db149d95ad92725da06baa2ee914bc66c8b35798c9054240ac115f +size 6064797 diff --git a/images/9f59e1d9-library_13.png b/images/9f59e1d9-library_13.png new file mode 100644 index 0000000000000000000000000000000000000000..227371e6d90b50eaf50008166c29f45ffd6e6435 --- /dev/null +++ b/images/9f59e1d9-library_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1282bbb6d68ceaf994a7160d289b3960d3113f18f38088ed88739a9ef388d1e +size 6425967 diff --git a/images/a11a2937-food_6.png b/images/a11a2937-food_6.png new file mode 100644 index 0000000000000000000000000000000000000000..ea96eeb4db7989f2d76730cf8523b434b0e48a44 --- /dev/null +++ b/images/a11a2937-food_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c032c0b9b3f079ddfbfb9a0ca74f2b0451372b88cd426fb067065c85dc5c2dcc +size 5208995 diff --git a/images/a22f8810-restaurant_3.png b/images/a22f8810-restaurant_3.png new file mode 100644 index 0000000000000000000000000000000000000000..28e90537094c6df47d547ce9d3eb4ece7c10cd53 --- /dev/null +++ b/images/a22f8810-restaurant_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f204be26f7c8a7a22a50b6856c477f2940bde723e526582a428faf832538020 +size 7146991 diff --git a/images/a305934b-meeting_room_4.png b/images/a305934b-meeting_room_4.png new file mode 100644 index 0000000000000000000000000000000000000000..6febfd372104185853318eb9b997d48bd8cdfc96 --- /dev/null +++ b/images/a305934b-meeting_room_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2974455736c1756f34969d976d2aa568153ebafd64aaac7483b38c90b3bebb09 +size 5588074 diff --git a/images/a33e87c2-meeting_room_7.png b/images/a33e87c2-meeting_room_7.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b7132538c117deda511fe74faccb26a9ec1b34 --- /dev/null +++ b/images/a33e87c2-meeting_room_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeaba5993dbcde4a4fb3c8f9d73ae448e332de135ec42274756eb1a3425711f +size 5421049 diff --git a/images/a4d2e0c1-supermarket_19.png b/images/a4d2e0c1-supermarket_19.png new file mode 100644 index 0000000000000000000000000000000000000000..ece536693f3b548c0cea77c07053144d3841ac21 --- /dev/null +++ b/images/a4d2e0c1-supermarket_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a63ce45a2c4f8886716d8228b84ee5cb57f4677d7449907ca2d5a54ebafa69f +size 9922990 diff --git a/images/a50f3600-livingroom_23.png b/images/a50f3600-livingroom_23.png new file mode 100644 index 0000000000000000000000000000000000000000..dca7596c12a63bc0c43e5fb06d99f54a923a8a50 --- /dev/null +++ b/images/a50f3600-livingroom_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699166ecd11cb36b2e3ff536e58d68cb2005cbe4df45922991eda08c67331dce +size 6797906 diff --git a/images/a61f880b-food_8.png b/images/a61f880b-food_8.png new file mode 100644 index 0000000000000000000000000000000000000000..3fbd351bd1eed5602a5f9c4d08edc0a24b3ba6d1 --- /dev/null +++ b/images/a61f880b-food_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776589af2156044eb708cb0c58882e889852ec11de1fd95da7cffe704e3dcdd2 +size 7062033 diff --git a/images/a7030615-library_29.png b/images/a7030615-library_29.png new file mode 100644 index 0000000000000000000000000000000000000000..a45edaefc77e8958c29175b637c53b93d3a40c8d --- /dev/null +++ b/images/a7030615-library_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad662c77918304ab9f1b475278aebd942189d8b38a69ac01504efe67e0ed52fc +size 6503874 diff --git a/images/a7574d3e-livingroom_41.png b/images/a7574d3e-livingroom_41.png new file mode 100644 index 0000000000000000000000000000000000000000..63a5a87f74d3daa557dafb6accfd90323452d72b --- /dev/null +++ b/images/a7574d3e-livingroom_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e78189122ca85845817258c5413a54bc8feb9621210887d464aa80c1e73e30 +size 6756605 diff --git a/images/aaf91c9a-office_9.png b/images/aaf91c9a-office_9.png new file mode 100644 index 0000000000000000000000000000000000000000..20e0f66b90b7475ab12eafded27a2f5bb2bd82ff --- /dev/null +++ b/images/aaf91c9a-office_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8f615d0e4f97bcaf5ce6864af0c3a67bea036e23e6f95a7dbd786552558f77 +size 4982869 diff --git a/images/ab4f835f-office_6.png b/images/ab4f835f-office_6.png new file mode 100644 index 0000000000000000000000000000000000000000..a00bd3869e5fc8fe7372c051b40bdd8f78b51968 --- /dev/null +++ b/images/ab4f835f-office_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57f4f80a9b94180aa1336b413f6bae140836cae708e7b7129deaee02ed955ff +size 5494109 diff --git a/images/ace834a5-livingroom_21.png b/images/ace834a5-livingroom_21.png new file mode 100644 index 0000000000000000000000000000000000000000..241a2d52a2ad73be69162e82c2ed7acb4b6ec1e6 --- /dev/null +++ b/images/ace834a5-livingroom_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33c42f0bb656d2e73332ce4e4a2872a5c7a4d2a7d0a3e789e7dd84b60727a1a +size 7288097 diff --git a/images/ada6f603-kitchen_18.png b/images/ada6f603-kitchen_18.png new file mode 100644 index 0000000000000000000000000000000000000000..f99796e6f37e07ad86a3c291bee8168a8dcb982d --- /dev/null +++ b/images/ada6f603-kitchen_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7cdce89f45e9c6d1434f78fd8d1ae6a0b5c52f281de36c79be4f669127e629 +size 5998551 diff --git a/images/b0575694-meeting_room_8.png b/images/b0575694-meeting_room_8.png new file mode 100644 index 0000000000000000000000000000000000000000..07f5e97b72463745dc18abff7f95eb9774eac717 --- /dev/null +++ b/images/b0575694-meeting_room_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d03f9e96d49b090be7612633695fb0b33a3fdb33fd4c8db4a4a19beb79a26e6 +size 6011715 diff --git a/images/b072db28-street_1.png b/images/b072db28-street_1.png new file mode 100644 index 0000000000000000000000000000000000000000..281cf29d8d692a28491ed58cf26977db609d2f33 --- /dev/null +++ b/images/b072db28-street_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9718953e486ddd3c1deb35cd9b0a8e33e6f6858a210711bd4826191d1bdebf4 +size 7288783 diff --git a/images/b2abcf3d-shopping_mall_1.png b/images/b2abcf3d-shopping_mall_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5a615d7524910be3e74ed709118c06ae89f0f8 --- /dev/null +++ b/images/b2abcf3d-shopping_mall_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1ecc8764de0adee84510c529b005a411ad832fd82b9e75944a20a047ee610a +size 6637995 diff --git a/images/b4ba09da-livingroom_34.png b/images/b4ba09da-livingroom_34.png new file mode 100644 index 0000000000000000000000000000000000000000..2d047bf2e2eedd8c7d0f1ac942512109a973ab78 --- /dev/null +++ b/images/b4ba09da-livingroom_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497aea47c162827f806e7f7d0c9c63b3529eda9ab6e5f2b961fcec4cbbcce370 +size 4644828 diff --git a/images/b4ededa0-shopping_mall_2.png b/images/b4ededa0-shopping_mall_2.png new file mode 100644 index 0000000000000000000000000000000000000000..c846e7858505718217020304e006bb55c715e080 --- /dev/null +++ b/images/b4ededa0-shopping_mall_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ebf319a2b485b0a8934dea05e242e8e839928c413e41d8409353b3757c4dac +size 6540690 diff --git a/images/b5a1e9a8-kitchen_19.png b/images/b5a1e9a8-kitchen_19.png new file mode 100644 index 0000000000000000000000000000000000000000..8f24f36884e8591bdf73ecf84e6ed3974ede38a1 --- /dev/null +++ b/images/b5a1e9a8-kitchen_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509e02b03b35dc649533ca4295301d73792b7766e0c2fc1557e4a00276b1975f +size 6164952 diff --git a/images/b5b8eeb3-restaurant_10.png b/images/b5b8eeb3-restaurant_10.png new file mode 100644 index 0000000000000000000000000000000000000000..1e46e1b355a6b3208d1a4dd28e5f08070da9248e --- /dev/null +++ b/images/b5b8eeb3-restaurant_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638e126fdd91733e0befdf4736a3acda7455c5e6215c2f653b00c2819f874109 +size 6701484 diff --git a/images/b62576ec-livingroom_13.png b/images/b62576ec-livingroom_13.png new file mode 100644 index 0000000000000000000000000000000000000000..cfcf9d92de68b904caf2f1183b245a2a56eab112 --- /dev/null +++ b/images/b62576ec-livingroom_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedef35dd82856adb34e98c5f5e6aaa71ed8acf864edc6848477fb35df5a5a2a +size 6878900 diff --git a/images/b68c4034-kitchen_30.png b/images/b68c4034-kitchen_30.png new file mode 100644 index 0000000000000000000000000000000000000000..e32716095ae3785ac06bb3e8f2f8f4f1fc2c9c4f --- /dev/null +++ b/images/b68c4034-kitchen_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad4106e52e0d295e0545dc867005759207c335dbc3fb8359b078c2b90ff4f70 +size 5815930 diff --git a/images/b805c1d3-supermarket_13.png b/images/b805c1d3-supermarket_13.png new file mode 100644 index 0000000000000000000000000000000000000000..52ffb2d0465c3fc1e35141e22495a4c1dc19a1d4 --- /dev/null +++ b/images/b805c1d3-supermarket_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f003152a7f4efb87b7e05d0efb4cb7aaa019cb532b141111b480c716ee5f0b62 +size 9153266 diff --git a/images/b865fcba-kitchen_7.png b/images/b865fcba-kitchen_7.png new file mode 100644 index 0000000000000000000000000000000000000000..c876dfecad49e6f1b602801db4e3c8121c2843e4 --- /dev/null +++ b/images/b865fcba-kitchen_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb0c1c63160072456fe683ec31009922e8b031988b5d4d109afb84b242e8a45 +size 5818072 diff --git a/images/ba65f5f2-livingroom_15.png b/images/ba65f5f2-livingroom_15.png new file mode 100644 index 0000000000000000000000000000000000000000..8e41910d5832a86149b556298a209da55a4c7ec7 --- /dev/null +++ b/images/ba65f5f2-livingroom_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e59b9b9964b0dcec7f0e2959127516341c8717870709ad477a193cf354b0ab4 +size 6921359 diff --git a/images/bd9945f8-livingroom_30.png b/images/bd9945f8-livingroom_30.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb3e3d68d26e415ae196c9c3c6b6ad14cb8e50b --- /dev/null +++ b/images/bd9945f8-livingroom_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2f7dff8d6314d7a8b15cb3ff75c7596bd7830f36960c914e6456f6852a9ad1 +size 5564609 diff --git a/images/bf3033ac-library_10.png b/images/bf3033ac-library_10.png new file mode 100644 index 0000000000000000000000000000000000000000..7f39bf3621d67b8953c0de3d1522705e7354ed50 --- /dev/null +++ b/images/bf3033ac-library_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a67b074b6eca94992819fe4cf492a6da07f49a801e7e4ebba3e831d5a658bd +size 5296962 diff --git a/images/bf601539-supermarket_7.png b/images/bf601539-supermarket_7.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4a07a09b95e9e688c92f3051eeb68702ee6330 --- /dev/null +++ b/images/bf601539-supermarket_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b4f4b7647f88210b6735bc84af0667413e4780caed4d52af373d04869deb5f +size 8917337 diff --git a/images/c061975c-supermarker_1.png b/images/c061975c-supermarker_1.png new file mode 100644 index 0000000000000000000000000000000000000000..55f2002ecc8dcf0679bf6e4f7aee2585b8772f97 --- /dev/null +++ b/images/c061975c-supermarker_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029b7a77fce5856bbece4f6785c91423c158493872026ada01cf6dd8506deee7 +size 8125073 diff --git a/images/c1126b4e-supermarket_33.png b/images/c1126b4e-supermarket_33.png new file mode 100644 index 0000000000000000000000000000000000000000..c73476f207f100be06ebacaea00ad0389ac902ff --- /dev/null +++ b/images/c1126b4e-supermarket_33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfa66d05ca945d8570b8daf8566d16d2e9d8656070ddc1d2f69f28d48b2c971 +size 8440610 diff --git a/images/c43b445c-library_4.png b/images/c43b445c-library_4.png new file mode 100644 index 0000000000000000000000000000000000000000..7239294b05cf3af4bcbafa9154d3f8a13a30b59c --- /dev/null +++ b/images/c43b445c-library_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19f134c73761f633a08984f205ac74635a8c7f0227b72c6c7857506f7fd9a7f +size 5143040 diff --git a/images/c6f62f1f-kitchen_29.png b/images/c6f62f1f-kitchen_29.png new file mode 100644 index 0000000000000000000000000000000000000000..14b0d825c7974ada1e73920ea08499e580b0247c --- /dev/null +++ b/images/c6f62f1f-kitchen_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a07140e68adaaea9c5f3749599c91788a7427ca5f9157e762abd85a6c6f6db +size 6051694 diff --git a/images/c96968b4-kitchen_12.png b/images/c96968b4-kitchen_12.png new file mode 100644 index 0000000000000000000000000000000000000000..fc24bc9bb1d71056306e3e66e64ff0d587a1236f --- /dev/null +++ b/images/c96968b4-kitchen_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005d42b1fc155a5ca7f755e00ea2c43a579e4fc1b602ff1586b3045ea5bba14a +size 5654210 diff --git a/images/caa0d110-library_3.png b/images/caa0d110-library_3.png new file mode 100644 index 0000000000000000000000000000000000000000..210c9153718c7e70de0e3652beb02bae4d074583 --- /dev/null +++ b/images/caa0d110-library_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b523290a8dd1e40253a736715b2132f115f211708dc00287e4d7bad9e745ea +size 6803905 diff --git a/images/caa724d7-livingroom_12.png b/images/caa724d7-livingroom_12.png new file mode 100644 index 0000000000000000000000000000000000000000..8567618a08ce1c719ac95d0451e9f84d84e7847e --- /dev/null +++ b/images/caa724d7-livingroom_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8980586167fd944cd6a4cbd7889cc846635f04693b9ad4cb2ee93b66b5bf4477 +size 6265795 diff --git a/images/cbd77af3-library_16.png b/images/cbd77af3-library_16.png new file mode 100644 index 0000000000000000000000000000000000000000..86d03cec9e26a432825bdcc9e1bcbc1aff407076 --- /dev/null +++ b/images/cbd77af3-library_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ee3acdd15d8e1d8d1d466f9caf114f8d71439ddd08865fd46cf84f7b6ef80e +size 6863375 diff --git a/images/cd981e3c-playground_5.png b/images/cd981e3c-playground_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf8bb5cdcdd992c140ca294add4c864ead72e9e --- /dev/null +++ b/images/cd981e3c-playground_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105a54199327a006a56b9bc56efcdd0cf742987cc5177e9ca35ba8e6f2bf8bec +size 7475715 diff --git a/images/cef003b1-livingroom_25.png b/images/cef003b1-livingroom_25.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf8a75bfcc8ccf08b274e3c5f212f72c5471417 --- /dev/null +++ b/images/cef003b1-livingroom_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f53cce48a1f10b401d20e17015990f2a19c46d68d21b9aa876ad4504eb6529 +size 6981166 diff --git a/images/d0c89e4d-street_4.png b/images/d0c89e4d-street_4.png new file mode 100644 index 0000000000000000000000000000000000000000..97291535a0fa8c971e609179f82821bf72e174f8 --- /dev/null +++ b/images/d0c89e4d-street_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be79808b4d316442831296b20f0840be7981b42c6452cd0493a808030cf2a3fd +size 6876409 diff --git a/images/d1144f57-restaurant_12.png b/images/d1144f57-restaurant_12.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ec6172d5b5b619f74f801af1dc54e58e4e2b58 --- /dev/null +++ b/images/d1144f57-restaurant_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e8d3fc08fdc7861fb359fb8d1b749e940d82f815729889fc0c4bd439ef4fa8 +size 7155655 diff --git a/images/d5949718-livingroom_29.png b/images/d5949718-livingroom_29.png new file mode 100644 index 0000000000000000000000000000000000000000..0223738ac51e37d4881459e930a60c5b82af79eb --- /dev/null +++ b/images/d5949718-livingroom_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0db41001dfb55324b0b520c3673d1ccdbd237ffb0a8c9cfd911cbd45996e6d2 +size 5640913 diff --git a/images/d6c0b41f-food_3.png b/images/d6c0b41f-food_3.png new file mode 100644 index 0000000000000000000000000000000000000000..e513da96c5210793a63fbeb5357b2afa5f9a3fb5 --- /dev/null +++ b/images/d6c0b41f-food_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fdebd293a906edbfc6bddf0527c92e6176d811ef41b9fa29f35921301f05f9 +size 5548708 diff --git a/images/d7032448-livingroom_42.png b/images/d7032448-livingroom_42.png new file mode 100644 index 0000000000000000000000000000000000000000..fee6b22a903544f44475aeb318e87cef7990a2a7 --- /dev/null +++ b/images/d7032448-livingroom_42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff15cb1e816058c2877fca75c1cfcc3999f276c73d218c35f253f15e898bce9 +size 6923213 diff --git a/images/d7591fe8-kitchen_23.png b/images/d7591fe8-kitchen_23.png new file mode 100644 index 0000000000000000000000000000000000000000..a15a09cc254d2a36caa8a344769cca8f44989b07 --- /dev/null +++ b/images/d7591fe8-kitchen_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4066ed09c9fc27b7bf0aaed821bd8753662d2b423268777b0c5dc1da1ed3682d +size 6131565 diff --git a/images/d8003577-restaurant_4.png b/images/d8003577-restaurant_4.png new file mode 100644 index 0000000000000000000000000000000000000000..75c468cefbb0a9566198ddabc63d2da7c583e762 --- /dev/null +++ b/images/d8003577-restaurant_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382dc5d00dea034c8ca5a304f023de3aa13717292933a0c5429fafa0077762fc +size 6970749 diff --git a/images/d8e1deff-library_11.png b/images/d8e1deff-library_11.png new file mode 100644 index 0000000000000000000000000000000000000000..020b68f8138fcd8f91ddc1977d4a60af3b3b422e --- /dev/null +++ b/images/d8e1deff-library_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2d2b157d7e060822fbb9d9bce130284ec85280e1d9fce3413b7988bbfdb7d +size 5505117 diff --git a/images/da09082a-office_7.png b/images/da09082a-office_7.png new file mode 100644 index 0000000000000000000000000000000000000000..40015c4ba6eea472e4faad153b085e50ef19eae6 --- /dev/null +++ b/images/da09082a-office_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e620c5d1bf067f4ba5f1408e1be56561e2a9564fcae43227fe1d5b9355916744 +size 5129217 diff --git a/images/dd06d021-studio_5.png b/images/dd06d021-studio_5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c0e35b551eea6fe512e62cfb8490e856862876b --- /dev/null +++ b/images/dd06d021-studio_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63a5ae9fb00d2defe6cc76f1472e4ea4cb3ee29fae6247f1fb3dd3e2ea54f9d +size 6390406 diff --git a/images/dd8b8a1c-livingroom_4.png b/images/dd8b8a1c-livingroom_4.png new file mode 100644 index 0000000000000000000000000000000000000000..80486c761f0a2e4871274a1daab507e55d4aa762 --- /dev/null +++ b/images/dd8b8a1c-livingroom_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95e9c70f256fb8a4c6a1a913f6178aaf18e3c429bac90779b09a4575d54da86 +size 7378844 diff --git a/images/debf868c-playground_7.png b/images/debf868c-playground_7.png new file mode 100644 index 0000000000000000000000000000000000000000..e93529893cfdfb3dbacefd4327b38c01e98064d9 --- /dev/null +++ b/images/debf868c-playground_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa293925e89b6ab1271f263424733f270563495653619968ca368ca4777eade +size 6872712 diff --git a/images/df899a83-meeting_room_13.png b/images/df899a83-meeting_room_13.png new file mode 100644 index 0000000000000000000000000000000000000000..cd54142f4144d5107e72ca87d908957f0dd494e1 --- /dev/null +++ b/images/df899a83-meeting_room_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609d3db869e82bcd508e1c8a45aefa4572a6cb0bec31559ef98c92b59f3444f3 +size 5325261 diff --git a/images/df8b15ed-street_5.png b/images/df8b15ed-street_5.png new file mode 100644 index 0000000000000000000000000000000000000000..3289d8b13742e48b9783e98acb4389f26c203d11 --- /dev/null +++ b/images/df8b15ed-street_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f838c28bcab65292afcb6d8963a66dd195ad6712b6c4f87b7c1bb5b86701de87 +size 7101356 diff --git a/images/df9e5009-livingroom_22.png b/images/df9e5009-livingroom_22.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d21b5fa58183a429fbfaaf446592a634e6edf2 --- /dev/null +++ b/images/df9e5009-livingroom_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5650b446cc8267e574c9a6b31038add3f8d80673505d6b3a3d600d04bf3d1c5 +size 6948148 diff --git a/images/e02bcfc8-office_2.png b/images/e02bcfc8-office_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc787b1fd421b586e29c142cb6a5d8c80b980d3 --- /dev/null +++ b/images/e02bcfc8-office_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd26c4b7d8732b74e225c74d272332ed24b39f2fe9a6ec20b9e9dcf8861b147 +size 6485699 diff --git a/images/e069ee9f-supermarket_2.png b/images/e069ee9f-supermarket_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b59732004289405c91cca04a2eab379dd44452fc --- /dev/null +++ b/images/e069ee9f-supermarket_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358c2c4e95dbb281227cf4ed5c4cd57164d9a1b1a1731522343e1fd30ea0d1e8 +size 8236943 diff --git a/images/e0bb57b4-kitchen_31.png b/images/e0bb57b4-kitchen_31.png new file mode 100644 index 0000000000000000000000000000000000000000..f5af72d0839b6631faa4f951e3b1baa604a1e72c --- /dev/null +++ b/images/e0bb57b4-kitchen_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f788a7af1f523b42b59239010df9b765dd1204b67f3aea3292514fa5e35d100 +size 5555732 diff --git a/images/e274096f-studio_4.png b/images/e274096f-studio_4.png new file mode 100644 index 0000000000000000000000000000000000000000..36edfee0ec3d95f98b57a646ea35cf4be58ff6ad --- /dev/null +++ b/images/e274096f-studio_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b1157c7e64924d11af36b4ad2859b643a83f545a12ae1748f1c457a0f46dec +size 6426673 diff --git a/images/e303ccd7-livingroom_37.png b/images/e303ccd7-livingroom_37.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b8f99b40311d5cb108c8dfb3ed926f99e513ad --- /dev/null +++ b/images/e303ccd7-livingroom_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a6a701e4afd42784a4b2117dc58bd285941a02a821e014a2927dd92a988342 +size 6351930 diff --git a/images/e589b81f-supermarket_35.png b/images/e589b81f-supermarket_35.png new file mode 100644 index 0000000000000000000000000000000000000000..200d2b285088c2709ce67894be18e8649266260e --- /dev/null +++ b/images/e589b81f-supermarket_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c371109f306aef48ef751fd69d82789768a4e39f7f21b34190c86d3f50c3d8e2 +size 9171468 diff --git a/images/e6229678-library_19.png b/images/e6229678-library_19.png new file mode 100644 index 0000000000000000000000000000000000000000..83d812e8a4665dd52f4cd23b7d0fcc7e73360355 --- /dev/null +++ b/images/e6229678-library_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c9e11b39008373f80b9cc98c6a6180705288e65ba76b915f576d721839da0d +size 6613879 diff --git a/images/e7753ac2-meeting_room_12.png b/images/e7753ac2-meeting_room_12.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc2e4b3b629269a5c08bc123fcc026d2ae6fd58 --- /dev/null +++ b/images/e7753ac2-meeting_room_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ac65dcab3ba57fcf65e53473a4cada8c013b316b8908c5dfc8c76571091522 +size 6047118 diff --git a/images/e842bb02-library_5.png b/images/e842bb02-library_5.png new file mode 100644 index 0000000000000000000000000000000000000000..439cb278445c460cd3b0b9666fbe57bf2359b878 --- /dev/null +++ b/images/e842bb02-library_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1e8fba7dc6dac84c05a12de8aebc089e7d4e5f8c4abcc6a5e9775e538b0c84 +size 4978386 diff --git a/images/e86cf4f7-library_18.png b/images/e86cf4f7-library_18.png new file mode 100644 index 0000000000000000000000000000000000000000..d30bc95a2c6ef7e049d4018ccb120d88bc863ae9 --- /dev/null +++ b/images/e86cf4f7-library_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8dc7e0fb9d17ff58059d97509ead014dfb53e238525e48a512c5abbe8509c7 +size 6845447 diff --git a/images/eb14e380-livingroom_35.png b/images/eb14e380-livingroom_35.png new file mode 100644 index 0000000000000000000000000000000000000000..5371b78b9e7a17856e7edfe25f4f9e7d6f744632 --- /dev/null +++ b/images/eb14e380-livingroom_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cd70e2f6c01de768021a4fc3e0edc582c948195b67e0bf30b8a25ce5eed679 +size 4720962 diff --git a/images/ec0a267c-food_4.png b/images/ec0a267c-food_4.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4e46862f692256676a8a26b7a324ea4830d6c8 --- /dev/null +++ b/images/ec0a267c-food_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d164056a1664bcc687ca2489b471b8b4f4e57d5dd16d356439f5c3f3397a2e5 +size 4985013 diff --git a/images/ed69a3d3-meeting_room_2.png b/images/ed69a3d3-meeting_room_2.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3114b394359bd2f9f74a3d5b59c42c01b78ec5 --- /dev/null +++ b/images/ed69a3d3-meeting_room_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abe7037d2a899538b3f6e634453adcd151ced6ef58e09a2f8dbbb34d9243475 +size 6413824 diff --git a/images/ee01d1ce-livingroom_14.png b/images/ee01d1ce-livingroom_14.png new file mode 100644 index 0000000000000000000000000000000000000000..272c73bfa928eab12be47e5a2c4beb2acc622c57 --- /dev/null +++ b/images/ee01d1ce-livingroom_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15564af30e7b27f27079ee2a87b308a46ea764082f15bb1e053e17ee865d1846 +size 6867043 diff --git a/images/f09c91a9-shopping_mall_3.png b/images/f09c91a9-shopping_mall_3.png new file mode 100644 index 0000000000000000000000000000000000000000..e7b2b8ba348d7bfc023beb23a104277535e2daa5 --- /dev/null +++ b/images/f09c91a9-shopping_mall_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1669a3594ec97419436a99e241dba9d2519b56ba1173d6a74502848b163d84 +size 6634643 diff --git a/images/f116726c-food_9.png b/images/f116726c-food_9.png new file mode 100644 index 0000000000000000000000000000000000000000..33c85081fcd90ab547ea6ea7cbf8430efcc7119f --- /dev/null +++ b/images/f116726c-food_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d079918c7d7560980687887e3aacd55443902466034553c25129eafc96e649 +size 6280702 diff --git a/images/f1257c6c-library_21.png b/images/f1257c6c-library_21.png new file mode 100644 index 0000000000000000000000000000000000000000..e663b9222bcc6cadad0c476bc0746887ff784247 --- /dev/null +++ b/images/f1257c6c-library_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000c9b143b2fb01a9e10ac971a5a6d08239bc66d61206e67eeff7072a0bc5b45 +size 6596504 diff --git a/images/f1ef020d-livingroom_1.png b/images/f1ef020d-livingroom_1.png new file mode 100644 index 0000000000000000000000000000000000000000..96be84dadb986f10f79fb4b29e7190dc7f31a471 --- /dev/null +++ b/images/f1ef020d-livingroom_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad06c0fe2813094f06ddafe85dc3d0432377602c8fa35c2ea5356e2514a00bc +size 6510538 diff --git a/images/f2939242-livingroom_28.png b/images/f2939242-livingroom_28.png new file mode 100644 index 0000000000000000000000000000000000000000..ae466fd8d549d76b15c247603aeba29467fb510c --- /dev/null +++ b/images/f2939242-livingroom_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efa59067e7f39bc6926c537e86d26e22fc4d3828f8322142b162e57a395296c +size 5790319 diff --git a/images/f5c1071d-playground_1.png b/images/f5c1071d-playground_1.png new file mode 100644 index 0000000000000000000000000000000000000000..06cfed1ec473ad744b1ea3a05533907434ce5d59 --- /dev/null +++ b/images/f5c1071d-playground_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6a6baa134f87dae6556cd6b4058a0c20eb847cdd87bb16a83f91c35cfb325e +size 6256005 diff --git a/images/f6f7ea69-street_6.png b/images/f6f7ea69-street_6.png new file mode 100644 index 0000000000000000000000000000000000000000..2c12acb7b7f0d0d43e49aaa20429a753240b9af2 --- /dev/null +++ b/images/f6f7ea69-street_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1268e69d4099fb0ac30c8f0f74fae91f659f104a9bd35e432a4540cd2c413e15 +size 6380974 diff --git a/images/f85a7ed3-livingroom_36.png b/images/f85a7ed3-livingroom_36.png new file mode 100644 index 0000000000000000000000000000000000000000..4099d5c7ce9fbd6d614fd07d52e54a469e7e6965 --- /dev/null +++ b/images/f85a7ed3-livingroom_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b9e584af65e3eae4d2b1ff5eebec68505e36723429913c9b368a7c73bd6c57 +size 5164984 diff --git a/images/f960d3fe-shopping_mall_5.png b/images/f960d3fe-shopping_mall_5.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ab853f0d09820a7cd694c8badf5030b066791e --- /dev/null +++ b/images/f960d3fe-shopping_mall_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6727f778928b14fa36d7718ed187b5d1f0975c7932c2ee1a1d7416f28462cf60 +size 6597049 diff --git a/images/fb684cfc-kitchen_13.png b/images/fb684cfc-kitchen_13.png new file mode 100644 index 0000000000000000000000000000000000000000..e75be402bd573a966b073f638484657feed8e061 --- /dev/null +++ b/images/fb684cfc-kitchen_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f391bc2d40137a047a45db53800cc6b7491d2393aa89f620216fbbb707b13fe2 +size 6474088 diff --git a/images/fba0bcc1-livingroom_40.png b/images/fba0bcc1-livingroom_40.png new file mode 100644 index 0000000000000000000000000000000000000000..7e4011e802c0caca6e8d5fb992e47683d31b9866 --- /dev/null +++ b/images/fba0bcc1-livingroom_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da7badd10b59e3e5922acef471b3051c4b413370421101a1257571917c7c9c +size 7160768 diff --git a/images/fc59686b-supermarket_31.png b/images/fc59686b-supermarket_31.png new file mode 100644 index 0000000000000000000000000000000000000000..fe04f4cc51a36486cf4c25388403a5969f0a84db --- /dev/null +++ b/images/fc59686b-supermarket_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55719c303f3723a73fd6bb3de4fbc03fe013802b98125563b487a97ec619bf6 +size 8543071 diff --git a/images/fdf810c1-restaurant_5.png b/images/fdf810c1-restaurant_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c3eb9f0a3a716454e719bea90694291e0c0a19 --- /dev/null +++ b/images/fdf810c1-restaurant_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb123c8d078443b409782ef2043816f7b6492313a2870f678cb3d0616934366e +size 7390222 diff --git a/images/fece2d17-supermarket_15.png b/images/fece2d17-supermarket_15.png new file mode 100644 index 0000000000000000000000000000000000000000..2934e40caadb155867e6d4fad346d01a69326546 --- /dev/null +++ b/images/fece2d17-supermarket_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3813b041630c277508fca11feafa9f95754620dbf51ff480d339632ed3539930 +size 7753779 diff --git a/images/fef3f613-meeting_room_10.png b/images/fef3f613-meeting_room_10.png new file mode 100644 index 0000000000000000000000000000000000000000..b9e02ece37e29dbcbdea3f9bb6a70aa2e87cb2fb --- /dev/null +++ b/images/fef3f613-meeting_room_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dee143ab6426b3fa25c11cd35130767ffb59559e7eee5aee8ec6acaf01ef7a +size 6058734 diff --git a/images/ff86a03a-restaurant_2.png b/images/ff86a03a-restaurant_2.png new file mode 100644 index 0000000000000000000000000000000000000000..984f51e98f9d458880aa7ed1a70c4cc96c4d7c3e --- /dev/null +++ b/images/ff86a03a-restaurant_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05a955572ee67cb49393005a8bd9ace6e82e5ebeaa553fe96635d864ab90f03 +size 7150512 diff --git a/images/ffc12454-livingroom_19.png b/images/ffc12454-livingroom_19.png new file mode 100644 index 0000000000000000000000000000000000000000..a1e87b6d45501d0d7016dc0daf7ed1f7b9f0362b --- /dev/null +++ b/images/ffc12454-livingroom_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e9fd9a7d87b42ed287c97bff4741ef64b87c11cda58cf347b1f2da6d5f816a +size 7370123