GUI-Actor-Data
收藏资源简介:
GUI-Actor数据集是一个用于GUI grounding训练的数据集,包含约1百万个屏幕截图和10百万个元素。这些数据主要来源于六个公开数据集,包括Uground、GUICourse、AMEX、AndroidControl和Wave-UI。数据集以屏幕截图和包含边界框标注的JSON文件形式提供。
The GUI-Actor dataset is a dedicated dataset for GUI grounding training, containing approximately 1 million screenshots and 10 million elements. These data are mainly sourced from six public datasets including Uground, GUICourse, AMEX, AndroidControl and Wave-UI. The dataset is provided in the form of screenshots and JSON files with bounding box annotations.
GUI-Actor 数据集概述
数据集简介
- 名称: GUI-Actor Data Collection
- 用途: 用于带有边界框监督的GUI grounding训练
- 数据量: 约100万张截图和1000万个元素
数据来源
- 主要来自六个公共数据集:
- Uground
- GUICourse
- AMEX
- AndroidControl
- Wave-UI(排除了与测试集重叠的样本)
数据内容
- 包含截图和已处理的JSON文件(带有边界框监督)
数据下载与处理
-
Uground数据:
- 需合并六个文件为一个ZIP文件后解压 bash cat Uground_images_split.z* Uground_images_split.zip > Uground_images.zip 7z x Uground_images.zip -aoa -o/path/to/extract/folder
-
AMEX数据:
- 需合并三个文件为一个ZIP文件后解压 bash cat amex_images_part_* > amex_images.zip 7z x amex_images.zip -aoa -o/path/to/extract/folder
相关资源
- 项目页面: https://microsoft.github.io/GUI-Actor/
- GitHub仓库: https://github.com/microsoft/GUI-Actor
- 论文链接: https://huggingface.co/papers/2506.03143
引用
bibtex @article{wu2025gui, title={GUI-Actor: Coordinate-Free Visual Grounding for GUI Agents}, author={Wu, Qianhui and Cheng, Kanzhi and Yang, Rui and Zhang, Chaoyun and Yang, Jianwei and Jiang, Huiqiang and Mu, Jian and Peng, Baolin and Qiao, Bo and Tan, Reuben and others}, journal={arXiv preprint arXiv:2506.03143}, year={2025} }




