Jsonwu commited on
Commit
0e39a70
1 Parent(s): 62c2be5

Update README.md

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