Datasets:
ArXiv:
License:
Symbol-LLM
commited on
Commit
•
734917b
1
Parent(s):
fe2b11b
Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,18 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
|
|
5 |
# GUI Grounding Pre-training Data for OS-ATLAS
|
6 |
-
This document describes the acquisition of the pre-training data used by OS-ATLAS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
**Notes:** In GUI grounding data, the position of the target element is recorded in the `bbox` key, represented by `[left, top, right, bottom]`.
|
9 |
Each value is a [0, 1] decimal number indicating the ratio of the corresponding position to the width or height of the image.
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
|
6 |
# GUI Grounding Pre-training Data for OS-ATLAS
|
7 |
+
This document describes the acquisition of the pre-training data used by OS-ATLAS [OS-ATLAS: A Foundation Action Model for Generalist GUI Agents](https://huggingface.co/papers/2410.23218).
|
8 |
+
|
9 |
+
<div align="center">
|
10 |
+
|
11 |
+
[\[🏠Homepage\]](https://osatlas.github.io) [\[💻Code\]](https://github.com/OS-Copilot/OS-Atlas) [\[🚀Quick Start\]](#quick-start) [\[📝Paper\]](https://arxiv.org/abs/2410.23218) [\[🤗Models\]](https://huggingface.co/collections/OS-Copilot/os-atlas-67246e44003a1dfcc5d0d045) [\[🤗ScreenSpot-v2\]](https://huggingface.co/datasets/OS-Copilot/ScreenSpot-v2)
|
12 |
+
|
13 |
+
</div>
|
14 |
+
|
15 |
+
![os-atlas](https://github.com/user-attachments/assets/cf2ee020-5e15-4087-9a7e-75cc43662494)
|
16 |
+
|
17 |
|
18 |
**Notes:** In GUI grounding data, the position of the target element is recorded in the `bbox` key, represented by `[left, top, right, bottom]`.
|
19 |
Each value is a [0, 1] decimal number indicating the ratio of the corresponding position to the width or height of the image.
|