Jsonwu commited on
Commit
9074021
1 Parent(s): dc578be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,4 +6,6 @@ https://huggingface.co/datasets/biglab/webui-7k
6
  from datasets import load_dataset
7
 
8
  dataset = load_dataset("biglab/webui-7k-elements")
9
- ```
 
 
 
6
  from datasets import load_dataset
7
 
8
  dataset = load_dataset("biglab/webui-7k-elements")
9
+ ```
10
+
11
+ 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.