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
0628518977177785.json164 linesDownload Raw Back to annotations
1{2    "episode_id": "0628518977177785",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": "Information_Management",13        "app": [14            "Microsoft to do",15            "Yahoo Sports"16        ],17        "meta_task": "Search for the next {} and set a reminder.",18        "task": "Search for the next MLB game and set a reminder.",19        "instruction": "Utilize Yahoo Sports to find out when the next MLB game is scheduled, and then use Microsoft To Do to set a reminder for that game."20    },21    "step_length": 11,22    "steps": [23        {24            "step": 0,25            "screenshot": "0628518977177785_0.png",26            "action": "CLICK",27            "info": [28                [29                    292,30                    57331                ],32                [33                    292,34                    57335                ]36            ],37            "ps": "[(292, 573)]"38        },39        {40            "step": 1,41            "screenshot": "0628518977177785_1.png",42            "action": "CLICK",43            "info": [44                [45                    978,46                    7347                ],48                [49                    978,50                    7351                ]52            ],53            "ps": "[(978, 73)]"54        },55        {56            "step": 2,57            "screenshot": "0628518977177785_2.png",58            "action": "TEXT",59            "info": "MLB",60            "ps": ""61        },62        {63            "step": 3,64            "screenshot": "0628518977177785_3.png",65            "action": "CLICK",66            "info": [67                [68                    161,69                    22670                ],71                [72                    161,73                    22674                ]75            ],76            "ps": "[(161, 226)]"77        },78        {79            "step": 4,80            "screenshot": "0628518977177785_4.png",81            "action": "CLICK",82            "info": "KEY_HOME",83            "ps": ""84        },85        {86            "step": 5,87            "screenshot": "0628518977177785_5.png",88            "action": "CLICK",89            "info": [90                [91                    733,92                    40493                ],94                [95                    733,96                    40497                ]98            ],99            "ps": "[(733, 404)]"100        },101        {102            "step": 6,103            "screenshot": "0628518977177785_6.png",104            "action": "CLICK",105            "info": [106                [107                    619,108                    559109                ],110                [111                    619,112                    559113                ]114            ],115            "ps": "[(619, 559)]"116        },117        {118            "step": 7,119            "screenshot": "0628518977177785_7.png",120            "action": "CLICK",121            "info": [122                [123                    961,124                    899125                ],126                [127                    961,128                    899129                ]130            ],131            "ps": "[(961, 899)]"132        },133        {134            "step": 8,135            "screenshot": "0628518977177785_8.png",136            "action": "TEXT",137            "info": "4:35 MLB game",138            "ps": ""139        },140        {141            "step": 9,142            "screenshot": "0628518977177785_9.png",143            "action": "CLICK",144            "info": [145                [146                    974,147                    377148                ],149                [150                    974,151                    377152                ]153            ],154            "ps": "[(974, 377)]"155        },156        {157            "step": 10,158            "screenshot": "0628518977177785_10.png",159            "action": "COMPLETE",160            "info": "",161            "ps": ""162        }163    ]164}
OpenGVLab/GUI-Odyssey · CoolFace