CoolFace
Datasetpublic

OpenGVLab/GUI-Odyssey

Dataset Card for GUI Odyssey News⭐️ A new and improved version of the GUIOdyssey dataset has been released! 🎉🎉 👉 Please use the latest version and refer to the updated README for the most up-to-date information. We highly recommend using the new version for all training and evaluation! Repository: https://github.com/OpenGVLab/GUI-Odyssey Latest Version of Dataset: hflqf88888/GUIOdyssey Paper: https://arxiv.org/pdf/2406.08451 Introduction… See the full description on the dataset page: https://huggingface.co/datasets/OpenGVLab/GUI-Odyssey.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
26likes4.1kdownloads
0588220761709132.json180 linesDownload Raw Back to annotations
1{2    "episode_id": "0588220761709132",3    "device_info": {4        "product": "sdk_gphone64_x86_64",5        "release_version": "14",6        "sdk_version": "34",7        "h": 1840,8        "w": 2208,9        "device_name": "Pixel Fold"10    },11    "task_info": {12        "category": "General_Tool",13        "app": [14            "Citymapper",15            "Lyft"16        ],17        "meta_task": "Find a nearby {} on map and call a ride-sharing service.",18        "task": "Find a nearby pharmacy on map and call a ride-sharing service.",19        "instruction": "Use Citymapper to locate a nearby pharmacy and then book a ride with Lyft to get there."20    },21    "step_length": 12,22    "steps": [23        {24            "step": 0,25            "screenshot": "0588220761709132_0.png",26            "action": "CLICK",27            "info": [28                [29                    810,30                    15231                ],32                [33                    810,34                    15235                ]36            ],37            "ps": "[(810, 152)]"38        },39        {40            "step": 1,41            "screenshot": "0588220761709132_1.png",42            "action": "CLICK",43            "info": [44                [45                    567,46                    43247                ],48                [49                    567,50                    43251                ]52            ],53            "ps": "[(567, 432)]"54        },55        {56            "step": 2,57            "screenshot": "0588220761709132_2.png",58            "action": "TEXT",59            "info": "pharmacy",60            "ps": ""61        },62        {63            "step": 3,64            "screenshot": "0588220761709132_3.png",65            "action": "CLICK",66            "info": [67                [68                    440,69                    31570                ],71                [72                    440,73                    31574                ]75            ],76            "ps": "[(440, 315)]"77        },78        {79            "step": 4,80            "screenshot": "0588220761709132_4.png",81            "action": "CLICK",82            "info": "KEY_HOME",83            "ps": ""84        },85        {86            "step": 5,87            "screenshot": "0588220761709132_5.png",88            "action": "CLICK",89            "info": [90                [91                    559,92                    12993                ],94                [95                    559,96                    12997                ]98            ],99            "ps": "[(559, 129)]"100        },101        {102            "step": 6,103            "screenshot": "0588220761709132_6.png",104            "action": "CLICK",105            "info": [106                [107                    398,108                    610109                ],110                [111                    398,112                    610113                ]114            ],115            "ps": "[(398, 610)]"116        },117        {118            "step": 7,119            "screenshot": "0588220761709132_7.png",120            "action": "TEXT",121            "info": "Little Toyko Pharmacy",122            "ps": ""123        },124        {125            "step": 8,126            "screenshot": "0588220761709132_8.png",127            "action": "CLICK",128            "info": [129                [130                    428,131                    345132                ],133                [134                    428,135                    345136                ]137            ],138            "ps": "[(428, 345)]"139        },140        {141            "step": 9,142            "screenshot": "0588220761709132_9.png",143            "action": "CLICK",144            "info": [145                [146                    508,147                    892148                ],149                [150                    508,151                    892152                ]153            ],154            "ps": "[(508, 892)]"155        },156        {157            "step": 10,158            "screenshot": "0588220761709132_10.png",159            "action": "CLICK",160            "info": [161                [162                    508,163                    892164                ],165                [166                    508,167                    892168                ]169            ],170            "ps": "[(508, 892)]"171        },172        {173            "step": 11,174            "screenshot": "0588220761709132_11.png",175            "action": "COMPLETE",176            "info": "",177            "ps": ""178        }179    ]180}
OpenGVLab/GUI-Odyssey · CoolFace