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
0664534988848900.json182 linesDownload Raw Back to annotations
1{2    "episode_id": "0664534988848900",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            "Applock Pro - APP Lock & Guard",15            "Chime - Mobile Banking"16        ],17        "meta_task": "Set the app {} in lock and open the app to check. The PIN is {}.",18        "task": "Set the app Chime - Mobile Banking in lock and open the app to check. The PIN is 123456.",19        "instruction": "Use Applock Pro - APP Lock & Guard to secure the Chime - Mobile Banking app. Once locked, open the Chime - Mobile Banking app and verify using the PIN 123456."20    },21    "step_length": 11,22    "steps": [23        {24            "step": 0,25            "screenshot": "0664534988848900_0.png",26            "action": "CLICK",27            "info": [28                [29                    699,30                    47831                ],32                [33                    699,34                    47835                ]36            ],37            "ps": "[(699, 478)]"38        },39        {40            "step": 1,41            "screenshot": "0664534988848900_1.png",42            "action": "CLICK",43            "info": [44                [45                    256,46                    61647                ],48                [49                    256,50                    61651                ]52            ],53            "ps": "[(256, 616)]"54        },55        {56            "step": 2,57            "screenshot": "0664534988848900_2.png",58            "action": "CLICK",59            "info": [60                [61                    508,62                    61063                ],64                [65                    508,66                    61067                ]68            ],69            "ps": "[(508, 610)]"70        },71        {72            "step": 3,73            "screenshot": "0664534988848900_3.png",74            "action": "CLICK",75            "info": [76                [77                    751,78                    60679                ],80                [81                    751,82                    60683                ]84            ],85            "ps": "[(751, 606)]"86        },87        {88            "step": 4,89            "screenshot": "0664534988848900_4.png",90            "action": "CLICK",91            "info": [92                [93                    309,94                    70095                ],96                [97                    309,98                    70099                ]100            ],101            "ps": "[(309, 700)]"102        },103        {104            "step": 5,105            "screenshot": "0664534988848900_5.png",106            "action": "CLICK",107            "info": [108                [109                    499,110                    707111                ],112                [113                    499,114                    707115                ]116            ],117            "ps": "[(499, 707)]"118        },119        {120            "step": 6,121            "screenshot": "0664534988848900_6.png",122            "action": "CLICK",123            "info": [124                [125                    763,126                    703127                ],128                [129                    763,130                    703131                ]132            ],133            "ps": "[(763, 703)]"134        },135        {136            "step": 7,137            "screenshot": "0664534988848900_7.png",138            "action": "CLICK",139            "info": [140                [141                    858,142                    757143                ],144                [145                    858,146                    757147                ]148            ],149            "ps": "[(858, 757)]"150        },151        {152            "step": 8,153            "screenshot": "0664534988848900_8.png",154            "action": "CLICK",155            "info": "KEY_HOME",156            "ps": ""157        },158        {159            "step": 9,160            "screenshot": "0664534988848900_9.png",161            "action": "CLICK",162            "info": [163                [164                    305,165                    485166                ],167                [168                    305,169                    485170                ]171            ],172            "ps": "[(305, 485)]"173        },174        {175            "step": 10,176            "screenshot": "0664534988848900_10.png",177            "action": "COMPLETE",178            "info": "",179            "ps": ""180        }181    ]182}
OpenGVLab/GUI-Odyssey · CoolFace