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
0346068274624792.json148 linesDownload Raw Back to annotations
1{2    "episode_id": "0346068274624792",3    "device_info": {4        "product": "sdk_gphone64_x86_64",5        "release_version": "14",6        "sdk_version": "34",7        "h": 2992,8        "w": 1344,9        "device_name": "Pixel 8 Pro"10    },11    "task_info": {12        "category": "Media_Entertainment",13        "app": [14            "Clock",15            "Youtube"16        ],17        "meta_task": "Learn a {} from a video and practice it while using a timer.",18        "task": "Learn a Magic trick from a video and practice it while using a timer.",19        "instruction": "Watch a magic trick tutorial on YouTube and practice it, keeping track of your time with the Clock app."20    },21    "step_length": 10,22    "steps": [23        {24            "step": 0,25            "screenshot": "0346068274624792_0.png",26            "action": "CLICK",27            "info": [28                [29                    627,30                    83431                ],32                [33                    627,34                    83435                ]36            ],37            "ps": "[(627, 834)]"38        },39        {40            "step": 1,41            "screenshot": "0346068274624792_1.png",42            "action": "TEXT",43            "info": "Magic trick",44            "ps": ""45        },46        {47            "step": 2,48            "screenshot": "0346068274624792_2.png",49            "action": "CLICK",50            "info": [51                [52                    924,53                    90254                ],55                [56                    924,57                    90258                ]59            ],60            "ps": "[(924, 902)]"61        },62        {63            "step": 3,64            "screenshot": "0346068274624792_3.png",65            "action": "SCROLL",66            "info": [67                [68                    373,69                    74370                ],71                [72                    614,73                    15274                ]75            ],76            "ps": "[(373, 743), (375, 743), (380, 743), (389, 743), (411, 721), (433, 694), (456, 650), (471, 591), (516, 500), (529, 468), (536, 434), (549, 411), (563, 383), (569, 349), (569, 326), (576, 307), (581, 294), (587, 260), (587, 248), (594, 225), (601, 202), (607, 182), (614, 162), (614, 159), (614, 155), (614, 153), (614, 152)]"77        },78        {79            "step": 4,80            "screenshot": "0346068274624792_4.png",81            "action": "CLICK",82            "info": [83                [84                    679,85                    70486                ],87                [88                    679,89                    70490                ]91            ],92            "ps": "[(679, 704)]"93        },94        {95            "step": 5,96            "screenshot": "0346068274624792_5.png",97            "action": "CLICK",98            "info": "KEY_HOME",99            "ps": ""100        },101        {102            "step": 6,103            "screenshot": "0346068274624792_6.png",104            "action": "CLICK",105            "info": [106                [107                    400,108                    251109                ],110                [111                    400,112                    251113                ]114            ],115            "ps": "[(400, 251)]"116        },117        {118            "step": 7,119            "screenshot": "0346068274624792_7.png",120            "action": "TEXT",121            "info": "1600",122            "ps": ""123        },124        {125            "step": 8,126            "screenshot": "0346068274624792_8.png",127            "action": "CLICK",128            "info": [129                [130                    498,131                    799132                ],133                [134                    498,135                    799136                ]137            ],138            "ps": "[(498, 799)]"139        },140        {141            "step": 9,142            "screenshot": "0346068274624792_9.png",143            "action": "COMPLETE",144            "info": "",145            "ps": ""146        }147    ]148}
OpenGVLab/GUI-Odyssey · CoolFace