Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -31,6 +31,16 @@ configs:
|
|
31 |
path: ralf/train-*
|
32 |
- split: test
|
33 |
path: ralf/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
dataset_info:
|
35 |
- config_name: default
|
36 |
features:
|
@@ -106,6 +116,49 @@ dataset_info:
|
|
106 |
num_examples: 905
|
107 |
download_size: 6463343851
|
108 |
dataset_size: 6477997631.052
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
---
|
110 |
|
111 |
# Dataset Card for PKU-PosterLayout
|
|
|
31 |
path: ralf/train-*
|
32 |
- split: test
|
33 |
path: ralf/test-*
|
34 |
+
- config_name: ralf-style
|
35 |
+
data_files:
|
36 |
+
- split: train
|
37 |
+
path: ralf-style/train-*
|
38 |
+
- split: validation
|
39 |
+
path: ralf-style/validation-*
|
40 |
+
- split: test
|
41 |
+
path: ralf-style/test-*
|
42 |
+
- split: no_annotation
|
43 |
+
path: ralf-style/no_annotation-*
|
44 |
dataset_info:
|
45 |
- config_name: default
|
46 |
features:
|
|
|
116 |
num_examples: 905
|
117 |
download_size: 6463343851
|
118 |
dataset_size: 6477997631.052
|
119 |
+
- config_name: ralf-style
|
120 |
+
features:
|
121 |
+
- name: original_poster
|
122 |
+
dtype: image
|
123 |
+
- name: inpainted_poster
|
124 |
+
dtype: image
|
125 |
+
- name: canvas
|
126 |
+
dtype: image
|
127 |
+
- name: saliency_map
|
128 |
+
dtype: image
|
129 |
+
- name: saliency_map_sub
|
130 |
+
dtype: image
|
131 |
+
- name: annotations
|
132 |
+
sequence:
|
133 |
+
- name: poster_path
|
134 |
+
dtype: string
|
135 |
+
- name: total_elem
|
136 |
+
dtype: int32
|
137 |
+
- name: cls_elem
|
138 |
+
dtype:
|
139 |
+
class_label:
|
140 |
+
names:
|
141 |
+
'0': text
|
142 |
+
'1': logo
|
143 |
+
'2': underlay
|
144 |
+
'3': INVALID
|
145 |
+
- name: box_elem
|
146 |
+
sequence: int32
|
147 |
+
splits:
|
148 |
+
- name: train
|
149 |
+
num_bytes: 4911210564.72703
|
150 |
+
num_examples: 7979
|
151 |
+
- name: validation
|
152 |
+
num_bytes: 611595923.3300581
|
153 |
+
num_examples: 997
|
154 |
+
- name: test
|
155 |
+
num_bytes: 613205410.5049127
|
156 |
+
num_examples: 998
|
157 |
+
- name: no_annotation
|
158 |
+
num_bytes: 346578153.0
|
159 |
+
num_examples: 905
|
160 |
+
download_size: 6463155006
|
161 |
+
dataset_size: 6482590051.562
|
162 |
---
|
163 |
|
164 |
# Dataset Card for PKU-PosterLayout
|