Datasets:
ArXiv:
License:
OscarDo93589
commited on
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 |
-
All
|
14 |
* `img_filename`: the interface screenshot file
|
15 |
* `instruction`: human instruction
|
16 |
* `bbox`: the bounding box of the target element corresponding to instruction
|
@@ -24,7 +24,9 @@ The data is stored under the *mobile_domain* directory. Our mobile grounding dat
|
|
24 |
#### AMEX
|
25 |
Android Multi-annotation EXpo (AMEX) is a comprehensive, large-scale dataset designed for generalist mobile GUI-control agents [1].
|
26 |
|
|
|
27 |
|
|
|
28 |
|
29 |
Due to the single file size limitation of Hugging Face datasets, we stored the Amex images in *zip* format and split them into several sub-files.
|
30 |
|
@@ -39,4 +41,21 @@ cat amex_images_part_* > amex_images.zip
|
|
39 |
7z x amex_images.zip -aoa -o/path/to/extract/folder
|
40 |
```
|
41 |
|
|
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
The data we released is divided into three domains: mobile, desktop and web.
|
12 |
|
13 |
+
All annotation 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
|
|
|
24 |
#### AMEX
|
25 |
Android Multi-annotation EXpo (AMEX) is a comprehensive, large-scale dataset designed for generalist mobile GUI-control agents [1].
|
26 |
|
27 |
+
The annotation data are stored in
|
28 |
|
29 |
+
-'amex_raw.json'
|
30 |
|
31 |
Due to the single file size limitation of Hugging Face datasets, we stored the Amex images in *zip* format and split them into several sub-files.
|
32 |
|
|
|
41 |
7z x amex_images.zip -aoa -o/path/to/extract/folder
|
42 |
```
|
43 |
|
44 |
+
#### UIBert
|
45 |
|
46 |
+
This is a dataset extended from Rico for two tasks: similar UI component retrieval and referring expression component retrieval [2].
|
47 |
+
|
48 |
+
The annotation data are stored in
|
49 |
+
|
50 |
+
-'uibert_raw.json'
|
51 |
+
|
52 |
+
The UIBert images are stored in
|
53 |
+
|
54 |
+
-'UIBert.zip'
|
55 |
+
|
56 |
+
#### Widget Captioning
|
57 |
+
Widget Captioning data are collected by [2].
|
58 |
+
|
59 |
+
The annotation data are stored in
|
60 |
+
|
61 |
+
-'amex_raw.json'
|