File size: 1,028 Bytes
b062a29 f493dce bde51c7 f493dce f9f22d9 f493dce b062a29 f493dce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# ScreenSpot-v2-variaints
<div style="display: flex; gap: 10px;">
<a href="https://github.com/likaixin2000/ScreenSpot-Pro-GUI-Grounding">
<img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="github" class="img-fluid" />
</a>
<a href="https://likaixin2000.github.io/papers/ScreenSpot_Pro.pdf">
<img src="https://img.shields.io/badge/arXiv-paper-b31b1b.svg?style=for-the-badge" alt="paper" class="img-fluid" />
</a>
<a href="https://gui-agent.github.io/grounding-leaderboard/screenspot">
<img src="https://img.shields.io/badge/Leaderboard-8A2BE2?style=for-the-badge" alt="paper" class="img-fluid" />
</a>
</div>
The ScreenSpot dataset with 4 types of instructions:
- `instruction`: original instruction from ScreenSpot,
- `action`: clarifies the action to take,
- `description`: describes the target UI element.
- `negative`: an operation that can not be done in the screenshot.
Compatible code can be found in the GitHub repo above. |