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
0355744122200813.json228 linesDownload Raw Back to annotations
1{2    "episode_id": "0355744122200813",3    "device_info": {4        "product": "sdk_gphone64_x86_64",5        "release_version": "14",6        "sdk_version": "34",7        "h": 3120,8        "w": 1440,9        "device_name": "Pixel 7 Pro"10    },11    "task_info": {12        "category": "General_Tool",13        "app": [14            "GPS",15            "Uber"16        ],17        "meta_task": "Find a nearby {} on map and call a ride-sharing service.",18        "task": "Find a nearby movie theater on map and call a ride-sharing service.",19        "instruction": "Locate a nearby movie theater using GPS and then use Uber to call a ride-sharing service."20    },21    "step_length": 15,22    "steps": [23        {24            "step": 0,25            "screenshot": "0355744122200813_0.png",26            "action": "CLICK",27            "info": [28                [29                    151,30                    9931                ],32                [33                    151,34                    9835                ]36            ],37            "ps": "[(151, 99), (151, 98)]"38        },39        {40            "step": 1,41            "screenshot": "0355744122200813_1.png",42            "action": "CLICK",43            "info": [44                [45                    209,46                    83447                ],48                [49                    209,50                    83451                ]52            ],53            "ps": "[(209, 834)]"54        },55        {56            "step": 2,57            "screenshot": "0355744122200813_2.png",58            "action": "CLICK",59            "info": [60                [61                    530,62                    18163                ],64                [65                    530,66                    18167                ]68            ],69            "ps": "[(530, 181)]"70        },71        {72            "step": 3,73            "screenshot": "0355744122200813_3.png",74            "action": "CLICK",75            "info": [76                [77                    279,78                    76179                ],80                [81                    279,82                    76183                ]84            ],85            "ps": "[(279, 761)]"86        },87        {88            "step": 4,89            "screenshot": "0355744122200813_4.png",90            "action": "TEXT",91            "info": "movie theater",92            "ps": ""93        },94        {95            "step": 5,96            "screenshot": "0355744122200813_5.png",97            "action": "CLICK",98            "info": [99                [100                    948,101                    901102                ],103                [104                    948,105                    901106                ]107            ],108            "ps": "[(948, 901)]"109        },110        {111            "step": 6,112            "screenshot": "0355744122200813_6.png",113            "action": "CLICK",114            "info": [115                [116                    343,117                    157118                ],119                [120                    343,121                    157122                ]123            ],124            "ps": "[(343, 157)]"125        },126        {127            "step": 7,128            "screenshot": "0355744122200813_7.png",129            "action": "CLICK",130            "info": "KEY_HOME",131            "ps": ""132        },133        {134            "step": 8,135            "screenshot": "0355744122200813_8.png",136            "action": "CLICK",137            "info": [138                [139                    843,140                    119141                ],142                [143                    843,144                    119145                ]146            ],147            "ps": "[(843, 119)]"148        },149        {150            "step": 9,151            "screenshot": "0355744122200813_9.png",152            "action": "CLICK",153            "info": [154                [155                    151,156                    559157                ],158                [159                    151,160                    559161                ]162            ],163            "ps": "[(151, 559)]"164        },165        {166            "step": 10,167            "screenshot": "0355744122200813_10.png",168            "action": "TEXT",169            "info": "The Overpass, Hours After",170            "ps": ""171        },172        {173            "step": 11,174            "screenshot": "0355744122200813_11.png",175            "action": "CLICK",176            "info": [177                [178                    413,179                    356180                ],181                [182                    413,183                    356184                ]185            ],186            "ps": "[(413, 356)]"187        },188        {189            "step": 12,190            "screenshot": "0355744122200813_12.png",191            "action": "CLICK",192            "info": [193                [194                    355,195                    931196                ],197                [198                    355,199                    931200                ]201            ],202            "ps": "[(355, 931)]"203        },204        {205            "step": 13,206            "screenshot": "0355744122200813_13.png",207            "action": "CLICK",208            "info": [209                [210                    595,211                    944212                ],213                [214                    595,215                    944216                ]217            ],218            "ps": "[(595, 944)]"219        },220        {221            "step": 14,222            "screenshot": "0355744122200813_14.png",223            "action": "COMPLETE",224            "info": "",225            "ps": ""226        }227    ]228}
OpenGVLab/GUI-Odyssey · CoolFace