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
0422061539071365.json148 linesDownload Raw Back to annotations
1{2    "episode_id": "0422061539071365",3    "device_info": {4        "product": "sdk_gphone64_x86_64",5        "release_version": "14",6        "sdk_version": "34",7        "h": 1600,8        "w": 2560,9        "device_name": "Pixel Tablet"10    },11    "task_info": {12        "category": "General_Tool",13        "app": [14            "Lyft",15            "Opera browser with AI"16        ],17        "meta_task": "Find the best {} in local city and nevigate to it",18        "task": "Find the best art gallery in local city and nevigate to it",19        "instruction": "Locate the top-rated art gallery in your city using the Opera browser with AI, then arrange transportation to it via Lyft."20    },21    "step_length": 10,22    "steps": [23        {24            "step": 0,25            "screenshot": "0422061539071365_0.png",26            "action": "CLICK",27            "info": [28                [29                    571,30                    58431                ],32                [33                    571,34                    58435                ]36            ],37            "ps": "[(571, 584)]"38        },39        {40            "step": 1,41            "screenshot": "0422061539071365_1.png",42            "action": "CLICK",43            "info": [44                [45                    242,46                    12647                ],48                [49                    242,50                    12651                ]52            ],53            "ps": "[(242, 126)]"54        },55        {56            "step": 2,57            "screenshot": "0422061539071365_2.png",58            "action": "TEXT",59            "info": "the best art gallery in San Jose",60            "ps": ""61        },62        {63            "step": 3,64            "screenshot": "0422061539071365_3.png",65            "action": "CLICK",66            "info": [67                [68                    826,69                    7170                ],71                [72                    826,73                    7174                ]75            ],76            "ps": "[(826, 71)]"77        },78        {79            "step": 4,80            "screenshot": "0422061539071365_4.png",81            "action": "CLICK",82            "info": "KEY_HOME",83            "ps": ""84        },85        {86            "step": 5,87            "screenshot": "0422061539071365_5.png",88            "action": "CLICK",89            "info": [90                [91                    561,92                    39793                ],94                [95                    561,96                    39797                ]98            ],99            "ps": "[(561, 397)]"100        },101        {102            "step": 6,103            "screenshot": "0422061539071365_6.png",104            "action": "CLICK",105            "info": [106                [107                    420,108                    672109                ],110                [111                    420,112                    672113                ]114            ],115            "ps": "[(420, 672)]"116        },117        {118            "step": 7,119            "screenshot": "0422061539071365_7.png",120            "action": "TEXT",121            "info": "San Jose Museum of Art",122            "ps": ""123        },124        {125            "step": 8,126            "screenshot": "0422061539071365_8.png",127            "action": "CLICK",128            "info": [129                [130                    442,131                    274132                ],133                [134                    442,135                    274136                ]137            ],138            "ps": "[(442, 274)]"139        },140        {141            "step": 9,142            "screenshot": "0422061539071365_9.png",143            "action": "COMPLETE",144            "info": "",145            "ps": ""146        }147    ]148}
OpenGVLab/GUI-Odyssey · CoolFace