Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
# ScreenSpot-v2-variaints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
The ScreenSpot dataset with 4 types of instructions:
|
3 |
-
- instruction
|
4 |
-
- action
|
5 |
-
- description
|
6 |
-
- negative
|
|
|
|
|
|
1 |
# ScreenSpot-v2-variaints
|
2 |
+
|
3 |
+
<div style="display: flex; gap: 10px;">
|
4 |
+
<a href="https://github.com/">
|
5 |
+
<img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="github" class="img-fluid" />
|
6 |
+
</a>
|
7 |
+
<a href="https://likaixin2000.github.io/papers/ScreenSpot_Pro.pdf">
|
8 |
+
<img src="https://img.shields.io/badge/arXiv-paper-b31b1b.svg?style=for-the-badge" alt="paper" class="img-fluid" />
|
9 |
+
</a>
|
10 |
+
</div>
|
11 |
+
|
12 |
The ScreenSpot dataset with 4 types of instructions:
|
13 |
+
- `instruction`: original instruction from ScreenSpot,
|
14 |
+
- `action`: clarifies the action to take,
|
15 |
+
- `description`: describes the target UI element.
|
16 |
+
- `negative`: an operation that can not be done in the screenshot.
|
17 |
+
|
18 |
+
Compatible code can be found in the GitHub repo above.
|