Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ tags:
|
|
| 9 |
pretty_name: OmniACT
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
Dataset for [OmniACT: A Dataset and Benchmark for Enabling Multimodal Generalist Autonomous Agents for Desktop and Web](https://arxiv.org/abs/2402.17553)
|
| 13 |
|
| 14 |
Splits:
|
|
@@ -41,7 +43,7 @@ pyautogui.moveTo(1881.5,1116.0)
|
|
| 41 |
```
|
| 42 |
- `image` - screen image where the action is performed
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
- `ocr` - OCR of screen image (all text elements extracted from the screen image)
|
| 47 |
```json
|
|
|
|
| 9 |
pretty_name: OmniACT
|
| 10 |
---
|
| 11 |
|
| 12 |
+
<img src="intro.png" width="700" title="OmniACT">
|
| 13 |
+
|
| 14 |
Dataset for [OmniACT: A Dataset and Benchmark for Enabling Multimodal Generalist Autonomous Agents for Desktop and Web](https://arxiv.org/abs/2402.17553)
|
| 15 |
|
| 16 |
Splits:
|
|
|
|
| 43 |
```
|
| 44 |
- `image` - screen image where the action is performed
|
| 45 |
|
| 46 |
+
<img src="screen_1.png" width="700" title="example screen image">
|
| 47 |
|
| 48 |
- `ocr` - OCR of screen image (all text elements extracted from the screen image)
|
| 49 |
```json
|