Update instructions (#2)
Browse files- Update instructions (dba6be89dbba870b1249805c6482ae3d2c039d17)
Co-authored-by: Yash Butala <[email protected]>
README.md
CHANGED
|
@@ -25,9 +25,6 @@ Example datapoint:
|
|
| 25 |
"2849": {
|
| 26 |
"task": "data/tasks/desktop/ibooks/task_1.30.txt",
|
| 27 |
"image": "data/data/desktop/ibooks/screen_1.png",
|
| 28 |
-
"ocr": "ocr/desktop/ibooks/screen_1.json",
|
| 29 |
-
"color": "detact_color/desktop/ibooks/screen_1.json",
|
| 30 |
-
"icon": "detact_icon/desktop/ibooks/screen_1.json",
|
| 31 |
"box": "data/metadata/desktop/boxes/ibooks/screen_1.json"
|
| 32 |
},
|
| 33 |
```
|
|
@@ -42,6 +39,8 @@ pyautogui.moveTo(1881.5,1116.0)
|
|
| 42 |
```
|
| 43 |
- `image` - screen image where the action is performed
|
| 44 |
|
|
|
|
|
|
|
| 45 |
<img src="screen_1.png" width="700" title="example screen image">
|
| 46 |
|
| 47 |
|
|
|
|
| 25 |
"2849": {
|
| 26 |
"task": "data/tasks/desktop/ibooks/task_1.30.txt",
|
| 27 |
"image": "data/data/desktop/ibooks/screen_1.png",
|
|
|
|
|
|
|
|
|
|
| 28 |
"box": "data/metadata/desktop/boxes/ibooks/screen_1.json"
|
| 29 |
},
|
| 30 |
```
|
|
|
|
| 39 |
```
|
| 40 |
- `image` - screen image where the action is performed
|
| 41 |
|
| 42 |
+
- `box` - This is the metadata used during evaluation. The json format file contains labels for the interactable elements on the screen and their corresponding bounding boxes. <i>They shouldn't be used while inferencing on the test set.</i>
|
| 43 |
+
|
| 44 |
<img src="screen_1.png" width="700" title="example screen image">
|
| 45 |
|
| 46 |
|