Datasets:
hheiden-roots
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -119,6 +119,7 @@ This dataset is for developing multimodal automations for mobile screens.
|
|
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 |
|
|
|
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 |
+
- `view_hierarchy`: Full view-hierarchy
|
123 |
|
124 |
## Dataset Creation
|
125 |
|