Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ A real-world Chinese Android GUI benchmark designed to evaluate **GUI agent mode
|
|
28 |
|--------|-----------|-------|
|
29 |
| **Objective** | Map bounding boxes ➜ function / OCR text | Follow natural-language instructions to operate an app |
|
30 |
| **Data** | 2 × JSONL files (`cap.jsonl`, `ocr.jsonl`) + screenshots | Per-episode JSON + step-level screenshots |
|
31 |
-
| **Actions** | _n/a_ | Tap, long-tap, text-input, scroll, etc. (`result_action_type
|
32 |
|
33 |
---
|
34 |
|
@@ -71,7 +71,7 @@ Each file is a **list of steps**:
|
|
71 |
| `image_path` | str | Relative path to screenshot |
|
72 |
| `image_width` / `image_height` | int | Raw resolution |
|
73 |
| `ui_positions` | str (JSON list) | Normalised \[[y, x, h, w], …] UI element boxes |
|
74 |
-
| `result_action_type` | int | Action code |
|
75 |
| `result_action_text` | str | Text typed (if any) |
|
76 |
| `result_touch_yx` / `result_lift_yx` | str | Normalised touch coords, `[-1,-1]` if no touch |
|
77 |
| `duration` | float \| null | Action time (s) |
|
|
|
28 |
|--------|-----------|-------|
|
29 |
| **Objective** | Map bounding boxes ➜ function / OCR text | Follow natural-language instructions to operate an app |
|
30 |
| **Data** | 2 × JSONL files (`cap.jsonl`, `ocr.jsonl`) + screenshots | Per-episode JSON + step-level screenshots |
|
31 |
+
| **Actions** | _n/a_ | Tap, long-tap, text-input, scroll, etc. (`result_action_type`, see [here](https://github.com/OpenBMB/AgentCPM-GUI/blob/main/eval/utils/action_type.py)) |
|
32 |
|
33 |
---
|
34 |
|
|
|
71 |
| `image_path` | str | Relative path to screenshot |
|
72 |
| `image_width` / `image_height` | int | Raw resolution |
|
73 |
| `ui_positions` | str (JSON list) | Normalised \[[y, x, h, w], …] UI element boxes |
|
74 |
+
| `result_action_type` | int | Action code, see [here](https://github.com/OpenBMB/AgentCPM-GUI/blob/main/eval/utils/action_type.py) |
|
75 |
| `result_action_text` | str | Text typed (if any) |
|
76 |
| `result_touch_yx` / `result_lift_yx` | str | Normalised touch coords, `[-1,-1]` if no touch |
|
77 |
| `duration` | float \| null | Action time (s) |
|