Datasets:
ArXiv:
License:
OscarDo93589
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,7 @@ The UIBert images are stored in
|
|
55 |
|
56 |
#### Widget Captioning and RICOSCA
|
57 |
Widget Captioning data are collected by [4].
|
|
|
58 |
RICOSCA is a dataset automatically labeled using Android VH in [5]
|
59 |
|
60 |
The annotation data is stored in
|
@@ -84,9 +85,9 @@ This part of data is stored under the *desktop_domain* directory.
|
|
84 |
|
85 |
All of the desktop grounding data is collected from the real environments of personal computers running different operating systems. Each image is split into multiple sub-images to enhance data diversity.
|
86 |
|
87 |
-
Our desktop grounding data consists of three parts:
|
88 |
|
89 |
-
The image and annotation data for each operating system are stored in corresponding zip and json files
|
90 |
|
91 |
```
|
92 |
cat windows_image_part_* > windows_images.zip
|
|
|
55 |
|
56 |
#### Widget Captioning and RICOSCA
|
57 |
Widget Captioning data are collected by [4].
|
58 |
+
|
59 |
RICOSCA is a dataset automatically labeled using Android VH in [5]
|
60 |
|
61 |
The annotation data is stored in
|
|
|
85 |
|
86 |
All of the desktop grounding data is collected from the real environments of personal computers running different operating systems. Each image is split into multiple sub-images to enhance data diversity.
|
87 |
|
88 |
+
Our desktop grounding data consists of three parts: Windows, Linux and MacOS.
|
89 |
|
90 |
+
**The image and annotation data for each operating system are stored in corresponding zip and json files**. It is worth noting that, due to the large size of the Windows image data, the split files need to be merged before extraction.
|
91 |
|
92 |
```
|
93 |
cat windows_image_part_* > windows_images.zip
|