KevinQHLin
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[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)
|
2 |
+
|
3 |
+
**ShowUI-web** is a UI-grounding dataset focused on Web grounding, with screenshots and annotations originally sourced from [OmniAct](https://huggingface.co/datasets/Writer/omniact).
|
4 |
+
|
5 |
+
We developed a parser and collected 22K screenshots, retaining only visual-related elements such as those tagged with ‘Button’ or ‘Checkbox’ by removing static text.
|
6 |
+
|
7 |
+
If you find our work helpful, please consider citing our paper.
|
8 |
+
|
9 |
+
```
|
10 |
+
@misc{lin2024showui,
|
11 |
+
title={ShowUI: One Vision-Language-Action Model for GUI Visual Agent},
|
12 |
+
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},
|
13 |
+
year={2024},
|
14 |
+
eprint={2411.17465},
|
15 |
+
archivePrefix={arXiv},
|
16 |
+
primaryClass={cs.CV},
|
17 |
+
url={https://arxiv.org/abs/2411.17465},
|
18 |
+
}
|
19 |
+
```
|