Update README.md
Browse files
README.md
CHANGED
|
@@ -42,3 +42,5 @@ from datasets import load_dataset
|
|
| 42 |
|
| 43 |
dataset = load_dataset("biglab/webui-7kbal-elements")
|
| 44 |
```
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
dataset = load_dataset("biglab/webui-7kbal-elements")
|
| 44 |
```
|
| 45 |
+
|
| 46 |
+
NOTE: this dataset should undergo additional processing for use with object detection. Depending on the key_name, different multipliers should be applied to the coordinates. See the [GitHub](https://github.com/js0nwu/webui/blob/a66277390db23f9c8baaa21d8189ab499339db7c/models/screenrecognition/ui_datasets.py#L460) for more details.
|