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
0192114458632720.json228 linesDownload Raw Back to annotations
1{2    "episode_id": "0192114458632720",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            "Firefox",15            "GPS"16        ],17        "meta_task": "Find the best {} in local city and nevigate to it",18        "task": "Find the best bookstore in local city and nevigate to it",19        "instruction": "Use Firefox to search for the highest-rated bookstore in your local city and then utilize GPS to navigate to it."20    },21    "step_length": 15,22    "steps": [23        {24            "step": 0,25            "screenshot": "0192114458632720_0.png",26            "action": "CLICK",27            "info": [28                [29                    438,30                    25231                ],32                [33                    438,34                    25235                ]36            ],37            "ps": "[(438, 252)]"38        },39        {40            "step": 1,41            "screenshot": "0192114458632720_1.png",42            "action": "CLICK",43            "info": [44                [45                    731,46                    7947                ],48                [49                    731,50                    7851                ]52            ],53            "ps": "[(731, 79), (731, 78)]"54        },55        {56            "step": 2,57            "screenshot": "0192114458632720_2.png",58            "action": "CLICK",59            "info": [60                [61                    916,62                    7463                ],64                [65                    916,66                    7467                ]68            ],69            "ps": "[(916, 74)]"70        },71        {72            "step": 3,73            "screenshot": "0192114458632720_3.png",74            "action": "TEXT",75            "info": "the best bookstore in Los Angeles",76            "ps": ""77        },78        {79            "step": 4,80            "screenshot": "0192114458632720_4.png",81            "action": "CLICK",82            "info": [83                [84                    929,85                    90186                ],87                [88                    929,89                    90190                ]91            ],92            "ps": "[(929, 901)]"93        },94        {95            "step": 5,96            "screenshot": "0192114458632720_5.png",97            "action": "CLICK",98            "info": "KEY_HOME",99            "ps": ""100        },101        {102            "step": 6,103            "screenshot": "0192114458632720_6.png",104            "action": "CLICK",105            "info": [106                [107                    172,108                    125109                ],110                [111                    172,112                    125113                ]114            ],115            "ps": "[(172, 125)]"116        },117        {118            "step": 7,119            "screenshot": "0192114458632720_7.png",120            "action": "CLICK",121            "info": [122                [123                    192,124                    839125                ],126                [127                    192,128                    839129                ]130            ],131            "ps": "[(192, 839)]"132        },133        {134            "step": 8,135            "screenshot": "0192114458632720_8.png",136            "action": "CLICK",137            "info": [138                [139                    522,140                    205141                ],142                [143                    522,144                    205145                ]146            ],147            "ps": "[(522, 205)]"148        },149        {150            "step": 9,151            "screenshot": "0192114458632720_9.png",152            "action": "CLICK",153            "info": [154                [155                    449,156                    835157                ],158                [159                    449,160                    835161                ]162            ],163            "ps": "[(449, 835)]"164        },165        {166            "step": 10,167            "screenshot": "0192114458632720_10.png",168            "action": "TEXT",169            "info": "The Last Bookstore",170            "ps": ""171        },172        {173            "step": 11,174            "screenshot": "0192114458632720_11.png",175            "action": "CLICK",176            "info": [177                [178                    938,179                    905180                ],181                [182                    938,183                    905184                ]185            ],186            "ps": "[(938, 905)]"187        },188        {189            "step": 12,190            "screenshot": "0192114458632720_12.png",191            "action": "CLICK",192            "info": [193                [194                    452,195                    166196                ],197                [198                    452,199                    166200                ]201            ],202            "ps": "[(452, 166)]"203        },204        {205            "step": 13,206            "screenshot": "0192114458632720_13.png",207            "action": "CLICK",208            "info": [209                [210                    919,211                    895212                ],213                [214                    919,215                    895216                ]217            ],218            "ps": "[(919, 895)]"219        },220        {221            "step": 14,222            "screenshot": "0192114458632720_14.png",223            "action": "COMPLETE",224            "info": "",225            "ps": ""226        }227    ]228}
OpenGVLab/GUI-Odyssey · CoolFace