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
0259967243050090.json196 linesDownload Raw Back to annotations
1{2    "episode_id": "0259967243050090",3    "device_info": {4        "product": "sdk_gphone64_x86_64",5        "release_version": "14",6        "sdk_version": "34",7        "h": 1840,8        "w": 2208,9        "device_name": "Pixel Fold"10    },11    "task_info": {12        "category": "Social_Sharing",13        "app": [14            "Tumblr",15            "Firefox Browser"16        ],17        "meta_task": "Find an event with the topic of {} and discuss it with a friend.",18        "task": "Find an event with the topic of photography workshop and discuss it with a friend.",19        "instruction": "Browse through Firefox Browser to discover a photography workshop event, then open Tumblr to chat with katsunaksu about it."20    },21    "step_length": 13,22    "steps": [23        {24            "step": 0,25            "screenshot": "0259967243050090_0.png",26            "action": "CLICK",27            "info": [28                [29                    82,30                    48931                ],32                [33                    82,34                    48935                ]36            ],37            "ps": "[(82, 489)]"38        },39        {40            "step": 1,41            "screenshot": "0259967243050090_1.png",42            "action": "CLICK",43            "info": [44                [45                    178,46                    7347                ],48                [49                    178,50                    7351                ]52            ],53            "ps": "[(178, 73)]"54        },55        {56            "step": 2,57            "screenshot": "0259967243050090_2.png",58            "action": "TEXT",59            "info": "photography workshop events",60            "ps": ""61        },62        {63            "step": 3,64            "screenshot": "0259967243050090_3.png",65            "action": "CLICK",66            "info": [67                [68                    839,69                    88870                ],71                [72                    839,73                    88874                ]75            ],76            "ps": "[(839, 888)]"77        },78        {79            "step": 4,80            "screenshot": "0259967243050090_4.png",81            "action": "SCROLL",82            "info": [83                [84                    348,85                    74586                ],87                [88                    330,89                    29690                ]91            ],92            "ps": "[(348, 745), (348, 741), (348, 739), (348, 736), (348, 732), (348, 729), (348, 723), (348, 717), (345, 713), (345, 710), (345, 707), (345, 702), (341, 695), (341, 692), (339, 688), (339, 684), (339, 680), (339, 674), (339, 667), (339, 659), (339, 652), (339, 640), (339, 633), (337, 622), (333, 609), (333, 595), (331, 583), (331, 572), (331, 562), (329, 546), (329, 535), (329, 528), (329, 519), (329, 509), (329, 494), (329, 484), (329, 475), (329, 470), (329, 459), (329, 451), (329, 445), (329, 440), (329, 436), (329, 432), (329, 427), (329, 424), (329, 420), (329, 418), (329, 415), (329, 413), (330, 407), (330, 402), (330, 399), (330, 395), (330, 392), (330, 390), (330, 385), (330, 379), (330, 377), (330, 376), (330, 370), (330, 364), (330, 358), (330, 353), (330, 349), (330, 345), (330, 342), (330, 338), (330, 333), (330, 330), (330, 327), (330, 323), (330, 321), (330, 317), (330, 313), (330, 310), (330, 305), (330, 303), (330, 300), (330, 296)]"93        },94        {95            "step": 5,96            "screenshot": "0259967243050090_5.png",97            "action": "CLICK",98            "info": "KEY_HOME",99            "ps": ""100        },101        {102            "step": 6,103            "screenshot": "0259967243050090_6.png",104            "action": "CLICK",105            "info": [106                [107                    672,108                    342109                ],110                [111                    672,112                    342113                ]114            ],115            "ps": "[(672, 342)]"116        },117        {118            "step": 7,119            "screenshot": "0259967243050090_7.png",120            "action": "CLICK",121            "info": [122                [123                    573,124                    911125                ],126                [127                    573,128                    911129                ]130            ],131            "ps": "[(573, 911)]"132        },133        {134            "step": 8,135            "screenshot": "0259967243050090_8.png",136            "action": "CLICK",137            "info": [138                [139                    515,140                    257141                ],142                [143                    515,144                    257145                ]146            ],147            "ps": "[(515, 257)]"148        },149        {150            "step": 9,151            "screenshot": "0259967243050090_9.png",152            "action": "CLICK",153            "info": [154                [155                    437,156                    846157                ],158                [159                    439,160                    842161                ]162            ],163            "ps": "[(437, 846), (439, 842)]"164        },165        {166            "step": 10,167            "screenshot": "0259967243050090_10.png",168            "action": "TEXT",169            "info": "Memorial Day - No Meeting will come on MAY 27",170            "ps": ""171        },172        {173            "step": 11,174            "screenshot": "0259967243050090_11.png",175            "action": "CLICK",176            "info": [177                [178                    747,179                    509180                ],181                [182                    747,183                    509184                ]185            ],186            "ps": "[(747, 509)]"187        },188        {189            "step": 12,190            "screenshot": "0259967243050090_12.png",191            "action": "COMPLETE",192            "info": "",193            "ps": "katsunaksu"194        }195    ]196}
OpenGVLab/GUI-Odyssey · CoolFace