hheiden-roots commited on
Commit
d141e00
1 Parent(s): ede1df3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -106,10 +106,19 @@ This dataset is for developing multimodal automations for mobile screens.
106
 
107
  - `screen_id`: Unique RICO screen ID
108
  - `image`: RICO screenshot
 
 
109
  - `file_name`: Image local filename
 
 
110
  - `captions`: A list of string captions
111
-
112
- Note: This version of the dataset does _not_ include the view hierarchies (for now).
 
 
 
 
 
113
 
114
  ## Dataset Creation
115
 
@@ -155,7 +164,7 @@ Deka, B., Huang, Z., Franzen, C., Hibschman, J., Afergan, D., Li, Y., ... & Kuma
155
 
156
  ### Screen2Words
157
 
158
- **BibTeX:**:
159
 
160
  ```misc
161
  @inproceedings{wang2021screen2words,
 
106
 
107
  - `screen_id`: Unique RICO screen ID
108
  - `image`: RICO screenshot
109
+ - `image_icon`: Google Play Store icon for the app
110
+ - `image_semantic`: Semantic RICO screenshot; details are abstracted away to main visual UI elements
111
  - `file_name`: Image local filename
112
+ - `file_name_icon`: Icon image local filename
113
+ - `file_name_semantic`: Screenshot Image as a semantic annotated image local filename
114
  - `captions`: A list of string captions
115
+ - `app_package_name`: Android package name
116
+ - `play_store_name`: Google Play Store name
117
+ - `category`: Type of category of the app
118
+ - `number_of_downloads`: Number of downloads of the app (as a coarse range string)
119
+ - `number_of_ratings`: Number of ratings of the app on the Google Play store (as of collection)
120
+ - `average_rating`: Average rating of the app on the Google Play Store (as of collection)
121
+ - `semantic_annotations`: Reduced view hierarchy, to the semantically-relevant portions of the full view hierarchy. It corresponds to what is visualized in `image_semantic` and has a lot of details about what's on screen. It is stored as a JSON object string.
122
 
123
  ## Dataset Creation
124
 
 
164
 
165
  ### Screen2Words
166
 
167
+ **BibTeX:**
168
 
169
  ```misc
170
  @inproceedings{wang2021screen2words,