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
0039770017320665.json180 linesDownload Raw Back to annotations
1{2    "episode_id": "0039770017320665",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": "Information_Management",13        "app": [14            "Opera",15            "Calendar"16        ],17        "meta_task": "Search for the next {} and set a reminder.",18        "task": "Search for the next Olympics opening ceremony and set a reminder.",19        "instruction": "Using Opera, find the date of the next Olympics opening ceremony and add a reminder for it in your Calendar."20    },21    "step_length": 12,22    "steps": [23        {24            "step": 0,25            "screenshot": "0039770017320665_0.png",26            "action": "CLICK",27            "info": [28                [29                    86,30                    14231                ],32                [33                    86,34                    14235                ]36            ],37            "ps": "[(86, 142)]"38        },39        {40            "step": 1,41            "screenshot": "0039770017320665_1.png",42            "action": "CLICK",43            "info": [44                [45                    672,46                    60147                ],48                [49                    672,50                    60151                ]52            ],53            "ps": "[(672, 601)]"54        },55        {56            "step": 2,57            "screenshot": "0039770017320665_2.png",58            "action": "CLICK",59            "info": [60                [61                    442,62                    15763                ],64                [65                    442,66                    15767                ]68            ],69            "ps": "[(442, 157)]"70        },71        {72            "step": 3,73            "screenshot": "0039770017320665_3.png",74            "action": "TEXT",75            "info": "when is the next Olympics opening ceremony",76            "ps": ""77        },78        {79            "step": 4,80            "screenshot": "0039770017320665_4.png",81            "action": "CLICK",82            "info": [83                [84                    900,85                    89286                ],87                [88                    900,89                    89290                ]91            ],92            "ps": "[(900, 892)]"93        },94        {95            "step": 5,96            "screenshot": "0039770017320665_5.png",97            "action": "CLICK",98            "info": "KEY_HOME",99            "ps": ""100        },101        {102            "step": 6,103            "screenshot": "0039770017320665_6.png",104            "action": "CLICK",105            "info": [106                [107                    569,108                    927109                ],110                [111                    569,112                    927113                ]114            ],115            "ps": "[(569, 927)]"116        },117        {118            "step": 7,119            "screenshot": "0039770017320665_7.png",120            "action": "CLICK",121            "info": [122                [123                    889,124                    464125                ],126                [127                    889,128                    464129                ]130            ],131            "ps": "[(889, 464)]"132        },133        {134            "step": 8,135            "screenshot": "0039770017320665_8.png",136            "action": "CLICK",137            "info": [138                [139                    151,140                    804141                ],142                [143                    151,144                    804145                ]146            ],147            "ps": "[(151, 804)]"148        },149        {150            "step": 9,151            "screenshot": "0039770017320665_9.png",152            "action": "TEXT",153            "info": "Olym[ics opening ceremony",154            "ps": ""155        },156        {157            "step": 10,158            "screenshot": "0039770017320665_10.png",159            "action": "CLICK",160            "info": [161                [162                    454,163                    197164                ],165                [166                    454,167                    197168                ]169            ],170            "ps": "[(454, 197)]"171        },172        {173            "step": 11,174            "screenshot": "0039770017320665_11.png",175            "action": "COMPLETE",176            "info": "",177            "ps": ""178        }179    ]180}
OpenGVLab/GUI-Odyssey · CoolFace