KevinQHLin
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -25,3 +25,25 @@ configs:
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
28 |
+
|
29 |
+
[Github](https://github.com/showlab/ShowUI/tree/main) | [arXiv](https://arxiv.org/abs/2411.17465) | [HF Paper](https://huggingface.co/papers/2411.17465) | [Spaces](https://huggingface.co/spaces/showlab/ShowUI) | [Datasets](https://huggingface.co/datasets/showlab/ShowUI-desktop-8K) | [Quick Start](https://huggingface.co/showlab/ShowUI-2B)
|
30 |
+
|
31 |
+
**ShowUI-desktop-8K** is a UI-grounding dataset focused on PC-based grounding, with screenshots and annotations originally sourced from OmniAct.
|
32 |
+
|
33 |
+
We utilize GPT-4o to augment the original annotations, enriching them with diverse attributes such as appearance, spatial relationships, and intended functionality.
|
34 |
+
|
35 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64440be5af034cdfd69ca3a7/t6dZzpBdiDTHDxlke4Eva.png)
|
36 |
+
|
37 |
+
If you find our work helpful, please consider citing our paper.
|
38 |
+
|
39 |
+
```
|
40 |
+
@misc{lin2024showui,
|
41 |
+
title={ShowUI: One Vision-Language-Action Model for GUI Visual Agent},
|
42 |
+
author={Kevin Qinghong Lin and Linjie Li and Difei Gao and Zhengyuan Yang and Shiwei Wu and Zechen Bai and Weixian Lei and Lijuan Wang and Mike Zheng Shou},
|
43 |
+
year={2024},
|
44 |
+
eprint={2411.17465},
|
45 |
+
archivePrefix={arXiv},
|
46 |
+
primaryClass={cs.CV},
|
47 |
+
url={https://arxiv.org/abs/2411.17465},
|
48 |
+
}
|
49 |
+
```
|