Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ language:
|
|
6 |
- en
|
7 |
tags:
|
8 |
- code
|
|
|
9 |
---
|
10 |
|
11 |
Dataset for [OmniACT: A Dataset and Benchmark for Enabling Multimodal Generalist Autonomous Agents for Desktop and Web](https://arxiv.org/abs/2402.17553)
|
@@ -39,6 +40,9 @@ Output Script:
|
|
39 |
pyautogui.moveTo(1881.5,1116.0)
|
40 |
```
|
41 |
- `image` - screen image where the action is performed
|
|
|
|
|
|
|
42 |
- `ocr` - OCR of screen image (all text elements extracted from the screen image)
|
43 |
```json
|
44 |
{
|
|
|
6 |
- en
|
7 |
tags:
|
8 |
- code
|
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)
|
|
|
40 |
pyautogui.moveTo(1881.5,1116.0)
|
41 |
```
|
42 |
- `image` - screen image where the action is performed
|
43 |
+
|
44 |
+
![example screen image]("./screen_1.jpg")
|
45 |
+
|
46 |
- `ocr` - OCR of screen image (all text elements extracted from the screen image)
|
47 |
```json
|
48 |
{
|