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
0530858766946167.json228 linesDownload Raw Back to annotations
1{2    "episode_id": "0530858766946167",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": "General_Tool",13        "app": [14            "WPS office",15            "Indeed Job Search"16        ],17        "meta_task": "Find a {} job on a recruitment app and record the company name.",18        "task": "Find a software developer job on a recruitment app and record the company name.",19        "instruction": "Utilize Indeed Job Search to find a software developer job, then use WPS Office to document the company name."20    },21    "step_length": 15,22    "steps": [23        {24            "step": 0,25            "screenshot": "0530858766946167_0.png",26            "action": "CLICK",27            "info": [28                [29                    140,30                    36431                ],32                [33                    140,34                    36435                ]36            ],37            "ps": "[(140, 364)]"38        },39        {40            "step": 1,41            "screenshot": "0530858766946167_1.png",42            "action": "CLICK",43            "info": [44                [45                    251,46                    17947                ],48                [49                    251,50                    17951                ]52            ],53            "ps": "[(251, 179)]"54        },55        {56            "step": 2,57            "screenshot": "0530858766946167_2.png",58            "action": "TEXT",59            "info": "software developer",60            "ps": ""61        },62        {63            "step": 3,64            "screenshot": "0530858766946167_3.png",65            "action": "CLICK",66            "info": [67                [68                    274,69                    31070                ],71                [72                    274,73                    31074                ]75            ],76            "ps": "[(274, 310)]"77        },78        {79            "step": 4,80            "screenshot": "0530858766946167_4.png",81            "action": "CLICK",82            "info": [83                [84                    368,85                    53986                ],87                [88                    368,89                    53990                ]91            ],92            "ps": "[(368, 539)]"93        },94        {95            "step": 5,96            "screenshot": "0530858766946167_5.png",97            "action": "CLICK",98            "info": "KEY_HOME",99            "ps": ""100        },101        {102            "step": 6,103            "screenshot": "0530858766946167_6.png",104            "action": "CLICK",105            "info": [106                [107                    131,108                    208109                ],110                [111                    131,112                    207113                ]114            ],115            "ps": "[(131, 208), (131, 207)]"116        },117        {118            "step": 7,119            "screenshot": "0530858766946167_7.png",120            "action": "CLICK",121            "info": [122                [123                    798,124                    807125                ],126                [127                    798,128                    807129                ]130            ],131            "ps": "[(798, 807)]"132        },133        {134            "step": 8,135            "screenshot": "0530858766946167_8.png",136            "action": "CLICK",137            "info": [138                [139                    116,140                    454141                ],142                [143                    116,144                    454145                ]146            ],147            "ps": "[(116, 454)]"148        },149        {150            "step": 9,151            "screenshot": "0530858766946167_9.png",152            "action": "CLICK",153            "info": [154                [155                    184,156                    295157                ],158                [159                    184,160                    295161                ]162            ],163            "ps": "[(184, 295)]"164        },165        {166            "step": 10,167            "screenshot": "0530858766946167_10.png",168            "action": "CLICK",169            "info": [170                [171                    122,172                    157173                ],174                [175                    122,176                    156177                ]178            ],179            "ps": "[(122, 157), (122, 156)]"180        },181        {182            "step": 11,183            "screenshot": "0530858766946167_11.png",184            "action": "CLICK",185            "info": [186                [187                    115,188                    160189                ],190                [191                    115,192                    160193                ]194            ],195            "ps": "[(115, 160)]"196        },197        {198            "step": 12,199            "screenshot": "0530858766946167_12.png",200            "action": "CLICK",201            "info": [202                [203                    111,204                    199205                ],206                [207                    111,208                    199209                ]210            ],211            "ps": "[(111, 199)]"212        },213        {214            "step": 13,215            "screenshot": "0530858766946167_13.png",216            "action": "TEXT",217            "info": "Morgan Stanley",218            "ps": ""219        },220        {221            "step": 14,222            "screenshot": "0530858766946167_14.png",223            "action": "COMPLETE",224            "info": "",225            "ps": ""226        }227    ]228}
OpenGVLab/GUI-Odyssey · CoolFace