Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ Each value is a [0, 1] decimal number indicating the ratio of the corresponding
|
|
10 |
|
11 |
The data we released is divided into three domains: mobile, desktop and web.
|
12 |
|
13 |
-
|
14 |
* `img_filename`: the interface screenshot file
|
15 |
* `instruction`: human instruction
|
16 |
* `bbox`: the bounding box of the target element corresponding to instruction
|
@@ -38,3 +38,5 @@ You need to first merge these split files back into the original file and then e
|
|
38 |
cat amex_images_part_* > amex_images.zip
|
39 |
7z x amex_images.zip -aoa -o/path/to/extract/folder
|
40 |
```
|
|
|
|
|
|
10 |
|
11 |
The data we released is divided into three domains: mobile, desktop and web.
|
12 |
|
13 |
+
All annotated data are stored in JSON format and each sample contains:
|
14 |
* `img_filename`: the interface screenshot file
|
15 |
* `instruction`: human instruction
|
16 |
* `bbox`: the bounding box of the target element corresponding to instruction
|
|
|
38 |
cat amex_images_part_* > amex_images.zip
|
39 |
7z x amex_images.zip -aoa -o/path/to/extract/folder
|
40 |
```
|
41 |
+
|
42 |
+
|