Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- lerobot
|
| 6 |
+
- gui-agent
|
| 7 |
+
- drag-and-drop
|
| 8 |
+
- desktop
|
| 9 |
+
pretty_name: ShowUI-pi Training Data
|
| 10 |
+
size_categories:
|
| 11 |
+
- 100K<n<1M
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# ShowUI-π Training Data
|
| 15 |
+
|
| 16 |
+
Training dataset for [ShowUI-π](https://github.com/showlab/showui-pi). Contains drag-and-click episodes across five desktop domains: captcha, premiere, desktop, powerpoint, and handwriting.
|
| 17 |
+
|
| 18 |
+
**Paper:** [ShowUI-π: Flow-based Generative Models as GUI Dexterous Hands](https://arxiv.org/abs/2512.24965)
|
| 19 |
+
|
| 20 |
+
**Model:** [showlab/ShowUI-pi](https://huggingface.co/showlab/ShowUI-pi)
|
| 21 |
+
|
| 22 |
+
**Code:** [https://github.com/showlab/showui-pi](https://github.com/showlab/showui-pi)
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
|
| 26 |
+
```python
|
| 27 |
+
from lerobot.datasets.lerobot_dataset import LeRobotDataset
|
| 28 |
+
|
| 29 |
+
dataset = LeRobotDataset("showlab/ShowUI-pi-data", revision="v3.0")
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
|
| 34 |
+
```bibtex
|
| 35 |
+
@article{hu2025showui,
|
| 36 |
+
title={ShowUI-$$\backslash$pi $: Flow-based Generative Models as GUI Dexterous Hands},
|
| 37 |
+
author={Hu, Siyuan and Lin, Kevin Qinghong and Shou, Mike Zheng},
|
| 38 |
+
journal={arXiv preprint arXiv:2512.24965},
|
| 39 |
+
year={2025}
|
| 40 |
+
}
|
| 41 |
+
```
|