Skip to content

Commit 07e84cc

Browse files
committed
update data collction
1 parent 5118672 commit 07e84cc

File tree

2 files changed

+937
-2
lines changed

2 files changed

+937
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<a href="https://www.arxiv.org/pdf/2506.03143">📄 arXiv Paper</a> &nbsp;
3131
<a href="https://aka.ms/GUI-Actor/">🌐 Project Page</a> &nbsp;
3232
<a href="https://huggingface.co/microsoft/GUI-Actor-7B-Qwen2-VL">🤗 Hugging Face Models</a>
33+
<a href="https://huggingface.co/datasets/cckevinn/GUI-Actor-Data">📖 Data Collection</a>
3334
</h4>
3435

3536
</div>
@@ -61,7 +62,7 @@ We will be releasing all the following contents:
6162
- [x] Model checkpoint (2025.06.03)
6263
- [x] Code for grounding verifier (2025.06.06)
6364
- [x] Support for Qwen2.5-VL (2025.06.07)
64-
- [ ] Processed training data
65+
- [x] Processed training data
6566
- [ ] Demo
6667

6768
## :bar_chart: Main Results
@@ -113,9 +114,11 @@ conda install pytorch torchvision torchaudio pytorch-cuda -c pytorch -c nvidia
113114
pip install -e .
114115
```
115116
## :minidisc: Data Preparation
116-
1. Download the processed data from [here (coming soon)]().
117+
1. Download the processed data from [here](https://huggingface.co/datasets/cckevinn/GUI-Actor-Data).
117118
2. Modify the paths in the [data_config.yaml](./data/data_config.yaml) file to point to the downloaded data.
118119

120+
> We provide the original data processing scripts in `src/gui_actor/data_process.py`, but we recommend directly using our provided huggingface data collection or processing the data yourself.
121+
119122
## :building_construction: Model Training
120123
1. Warmup stage:
121124
```bash

0 commit comments

Comments
 (0)