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
0243527942723374.json155 linesDownload Raw Back to annotations
1{2    "episode_id": "0243527942723374",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": "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 Makeup look from a video and practice it while using a timer.",19        "instruction": "Watch a makeup tutorial on YouTube and practice the look while keeping track of time using the Clock app."20    },21    "step_length": 11,22    "steps": [23        {24            "step": 0,25            "screenshot": "0243527942723374_0.png",26            "action": "CLICK",27            "info": [28                [29                    601,30                    89631                ],32                [33                    601,34                    89635                ]36            ],37            "ps": "[(601, 896)]"38        },39        {40            "step": 1,41            "screenshot": "0243527942723374_1.png",42            "action": "TEXT",43            "info": "makeup look",44            "ps": ""45        },46        {47            "step": 2,48            "screenshot": "0243527942723374_2.png",49            "action": "CLICK",50            "info": [51                [52                    165,53                    12354                ],55                [56                    165,57                    12358                ]59            ],60            "ps": "[(165, 123)]"61        },62        {63            "step": 3,64            "screenshot": "0243527942723374_3.png",65            "action": "CLICK",66            "info": [67                [68                    88,69                    74170                ],71                [72                    88,73                    74174                ]75            ],76            "ps": "[(88, 741)]"77        },78        {79            "step": 4,80            "screenshot": "0243527942723374_4.png",81            "action": "CLICK",82            "info": "KEY_HOME",83            "ps": ""84        },85        {86            "step": 5,87            "screenshot": "0243527942723374_5.png",88            "action": "CLICK",89            "info": [90                [91                    195,92                    50193                ],94                [95                    195,96                    50197                ]98            ],99            "ps": "[(195, 501)]"100        },101        {102            "step": 6,103            "screenshot": "0243527942723374_6.png",104            "action": "TEXT",105            "info": "50",106            "ps": ""107        },108        {109            "step": 7,110            "screenshot": "0243527942723374_7.png",111            "action": "CLICK",112            "info": [113                [114                    756,115                    858116                ],117                [118                    756,119                    858120                ]121            ],122            "ps": "[(756, 858)]"123        },124        {125            "step": 8,126            "screenshot": "0243527942723374_8.png",127            "action": "CLICK",128            "info": "KEY_APPSELECT",129            "ps": ""130        },131        {132            "step": 9,133            "screenshot": "0243527942723374_9.png",134            "action": "CLICK",135            "info": [136                [137                    42,138                    299139                ],140                [141                    42,142                    299143                ]144            ],145            "ps": "[(42, 299)]"146        },147        {148            "step": 10,149            "screenshot": "0243527942723374_10.png",150            "action": "COMPLETE",151            "info": "",152            "ps": ""153        }154    ]155}
OpenGVLab/GUI-Odyssey · CoolFace