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
0950201125859187.json148 linesDownload Raw Back to annotations
1{2    "episode_id": "0950201125859187",3    "device_info": {4        "product": "sdk_gphone64_x86_64",5        "release_version": "14",6        "sdk_version": "34",7        "h": 1280,8        "w": 720,9        "device_name": "Small Phone"10    },11    "task_info": {12        "category": "Media_Entertainment",13        "app": [14            "Youtube",15            "Clock"16        ],17        "meta_task": "Learn a {} from a video and practice it while using a timer.",18        "task": "Learn a Drawing technique from a video and practice it while using a timer.",19        "instruction": "Watch a tutorial on YouTube to learn a drawing technique, then practice the technique while keeping track of time using the Clock app."20    },21    "step_length": 10,22    "steps": [23        {24            "step": 0,25            "screenshot": "0950201125859187_0.png",26            "action": "CLICK",27            "info": [28                [29                    811,30                    61231                ],32                [33                    811,34                    61235                ]36            ],37            "ps": "[(811, 612)]"38        },39        {40            "step": 1,41            "screenshot": "0950201125859187_1.png",42            "action": "TEXT",43            "info": "Drawing technique",44            "ps": ""45        },46        {47            "step": 2,48            "screenshot": "0950201125859187_2.png",49            "action": "CLICK",50            "info": [51                [52                    916,53                    89054                ],55                [56                    916,57                    89058                ]59            ],60            "ps": "[(916, 890)]"61        },62        {63            "step": 3,64            "screenshot": "0950201125859187_3.png",65            "action": "SCROLL",66            "info": [67                [68                    436,69                    65170                ],71                [72                    383,73                    31274                ]75            ],76            "ps": "[(436, 651), (436, 623), (411, 564), (402, 464), (394, 426), (394, 414), (383, 407), (383, 393), (383, 389), (383, 374), (383, 362), (383, 353), (383, 339), (383, 329), (383, 323), (383, 318), (383, 312)]"77        },78        {79            "step": 4,80            "screenshot": "0950201125859187_4.png",81            "action": "CLICK",82            "info": [83                [84                    980,85                    45986                ],87                [88                    980,89                    45990                ]91            ],92            "ps": "[(980, 459)]"93        },94        {95            "step": 5,96            "screenshot": "0950201125859187_5.png",97            "action": "CLICK",98            "info": "KEY_HOME",99            "ps": ""100        },101        {102            "step": 6,103            "screenshot": "0950201125859187_6.png",104            "action": "CLICK",105            "info": [106                [107                    380,108                    203109                ],110                [111                    380,112                    203113                ]114            ],115            "ps": "[(380, 203)]"116        },117        {118            "step": 7,119            "screenshot": "0950201125859187_7.png",120            "action": "TEXT",121            "info": "1000",122            "ps": ""123        },124        {125            "step": 8,126            "screenshot": "0950201125859187_8.png",127            "action": "CLICK",128            "info": [129                [130                    397,131                    687132                ],133                [134                    397,135                    687136                ]137            ],138            "ps": "[(397, 687)]"139        },140        {141            "step": 9,142            "screenshot": "0950201125859187_9.png",143            "action": "COMPLETE",144            "info": "",145            "ps": ""146        }147    ]148}
OpenGVLab/GUI-Odyssey · CoolFace