Upload dataset
Browse files- README.md +76 -0
- ui-screenshots-and-hierarchies-with-semantic-annotations/test-00000-of-00001.parquet +3 -0
- ui-screenshots-and-hierarchies-with-semantic-annotations/train-00000-of-00003.parquet +3 -0
- ui-screenshots-and-hierarchies-with-semantic-annotations/train-00001-of-00003.parquet +3 -0
- ui-screenshots-and-hierarchies-with-semantic-annotations/train-00002-of-00003.parquet +3 -0
- ui-screenshots-and-hierarchies-with-semantic-annotations/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -35,6 +35,74 @@ dataset_info:
|
|
35 |
num_examples: 66261
|
36 |
download_size: 960113
|
37 |
dataset_size: 2880097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
- config_name: ui-screenshots-and-view-hierarchies
|
39 |
features:
|
40 |
- name: screenshot
|
@@ -161,6 +229,14 @@ configs:
|
|
161 |
data_files:
|
162 |
- split: metadata
|
163 |
path: data/metadata-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
- config_name: ui-screenshots-and-view-hierarchies
|
165 |
data_files:
|
166 |
- split: train
|
|
|
35 |
num_examples: 66261
|
36 |
download_size: 960113
|
37 |
dataset_size: 2880097
|
38 |
+
- config_name: ui-screenshots-and-hierarchies-with-semantic-annotations
|
39 |
+
features:
|
40 |
+
- name: ancestors
|
41 |
+
sequence: string
|
42 |
+
- name: klass
|
43 |
+
dtype: string
|
44 |
+
- name: bounds
|
45 |
+
sequence: int64
|
46 |
+
- name: clickable
|
47 |
+
dtype: bool
|
48 |
+
- name: children
|
49 |
+
sequence:
|
50 |
+
sequence:
|
51 |
+
- name: ancestors
|
52 |
+
sequence: string
|
53 |
+
- name: bounds
|
54 |
+
sequence: int64
|
55 |
+
- name: component_label
|
56 |
+
dtype:
|
57 |
+
class_label:
|
58 |
+
names:
|
59 |
+
'0': Text
|
60 |
+
'1': Image
|
61 |
+
'2': Icon
|
62 |
+
'3': Text Button
|
63 |
+
'4': List Item
|
64 |
+
'5': Input
|
65 |
+
'6': Background Image
|
66 |
+
'7': Card
|
67 |
+
'8': Web View
|
68 |
+
'9': Radio Button
|
69 |
+
'10': Drawer
|
70 |
+
'11': Checkbox
|
71 |
+
'12': Advertisement
|
72 |
+
'13': Modal
|
73 |
+
'14': Pager Indicator
|
74 |
+
'15': Slider
|
75 |
+
'16': On/Off Switch
|
76 |
+
'17': Button Bar
|
77 |
+
'18': Toolbar
|
78 |
+
'19': Number Stepper
|
79 |
+
'20': Multi-Tab
|
80 |
+
'21': Date Picker
|
81 |
+
'22': Map View
|
82 |
+
'23': Video
|
83 |
+
'24': Bottom Navigation
|
84 |
+
- name: clickable
|
85 |
+
dtype: bool
|
86 |
+
- name: klass
|
87 |
+
dtype: string
|
88 |
+
- name: icon_class
|
89 |
+
dtype: string
|
90 |
+
- name: resource_id
|
91 |
+
dtype: string
|
92 |
+
- name: screenshot
|
93 |
+
dtype: image
|
94 |
+
splits:
|
95 |
+
- name: train
|
96 |
+
num_bytes: 1222202397.75
|
97 |
+
num_examples: 56322
|
98 |
+
- name: validation
|
99 |
+
num_bytes: 71979595.75
|
100 |
+
num_examples: 3314
|
101 |
+
- name: test
|
102 |
+
num_bytes: 143857851.875
|
103 |
+
num_examples: 6625
|
104 |
+
download_size: 130935531
|
105 |
+
dataset_size: 1438039845.375
|
106 |
- config_name: ui-screenshots-and-view-hierarchies
|
107 |
features:
|
108 |
- name: screenshot
|
|
|
229 |
data_files:
|
230 |
- split: metadata
|
231 |
path: data/metadata-*
|
232 |
+
- config_name: ui-screenshots-and-hierarchies-with-semantic-annotations
|
233 |
+
data_files:
|
234 |
+
- split: train
|
235 |
+
path: ui-screenshots-and-hierarchies-with-semantic-annotations/train-*
|
236 |
+
- split: validation
|
237 |
+
path: ui-screenshots-and-hierarchies-with-semantic-annotations/validation-*
|
238 |
+
- split: test
|
239 |
+
path: ui-screenshots-and-hierarchies-with-semantic-annotations/test-*
|
240 |
- config_name: ui-screenshots-and-view-hierarchies
|
241 |
data_files:
|
242 |
- split: train
|
ui-screenshots-and-hierarchies-with-semantic-annotations/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e693a5d05b9a3ec37f1698cc55e1936ee74d4822e7cc67cee311140cda70a9c
|
3 |
+
size 13165065
|
ui-screenshots-and-hierarchies-with-semantic-annotations/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe76f86009b3931da7b0362c7c47d3f47394e68a90e7df1f450b0e7cd219b23d
|
3 |
+
size 37006327
|
ui-screenshots-and-hierarchies-with-semantic-annotations/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5bc1958e607c5030ad83b27f728917b47c1d4d8e9f1b133f82a37adfec3ad62
|
3 |
+
size 37129191
|
ui-screenshots-and-hierarchies-with-semantic-annotations/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e53b04212dab3112dac0355a9ad8e183a26b506649c01391793706dba43fc149
|
3 |
+
size 37086555
|
ui-screenshots-and-hierarchies-with-semantic-annotations/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a0aafd0742fc26d2b44c4da2699d8939c6968e94841efc2bbd8e2547676e20a
|
3 |
+
size 6548393
|