update README.md
Browse files
README.md
CHANGED
|
@@ -112,111 +112,6 @@ dataset_info:
|
|
| 112 |
num_examples: 1035
|
| 113 |
download_size: 7093932679
|
| 114 |
dataset_size: 7087126964.823999
|
| 115 |
-
- config_name: ralf
|
| 116 |
-
features:
|
| 117 |
-
- name: image_id
|
| 118 |
-
dtype: int64
|
| 119 |
-
- name: file_name
|
| 120 |
-
dtype: string
|
| 121 |
-
- name: width
|
| 122 |
-
dtype: int64
|
| 123 |
-
- name: height
|
| 124 |
-
dtype: int64
|
| 125 |
-
- name: original_poster
|
| 126 |
-
dtype: image
|
| 127 |
-
- name: inpainted_poster
|
| 128 |
-
dtype: image
|
| 129 |
-
- name: annotations
|
| 130 |
-
sequence:
|
| 131 |
-
- name: annotation_id
|
| 132 |
-
dtype: int64
|
| 133 |
-
- name: area
|
| 134 |
-
dtype: int64
|
| 135 |
-
- name: bbox
|
| 136 |
-
sequence: int64
|
| 137 |
-
- name: category
|
| 138 |
-
struct:
|
| 139 |
-
- name: category_id
|
| 140 |
-
dtype: int64
|
| 141 |
-
- name: name
|
| 142 |
-
dtype:
|
| 143 |
-
class_label:
|
| 144 |
-
names:
|
| 145 |
-
'0': logo
|
| 146 |
-
'1': text
|
| 147 |
-
'2': underlay
|
| 148 |
-
'3': embellishment
|
| 149 |
-
'4': highlighted text
|
| 150 |
-
- name: supercategory
|
| 151 |
-
dtype: string
|
| 152 |
-
- name: category_id
|
| 153 |
-
dtype: int64
|
| 154 |
-
- name: image_id
|
| 155 |
-
dtype: int64
|
| 156 |
-
- name: iscrowd
|
| 157 |
-
dtype: bool
|
| 158 |
-
- name: segmentation
|
| 159 |
-
struct:
|
| 160 |
-
- name: counts
|
| 161 |
-
dtype: binary
|
| 162 |
-
- name: size
|
| 163 |
-
sequence: int32
|
| 164 |
-
- name: text_annotations
|
| 165 |
-
struct:
|
| 166 |
-
- name: is_sample
|
| 167 |
-
dtype: bool
|
| 168 |
-
- name: image
|
| 169 |
-
dtype: string
|
| 170 |
-
- name: rotate
|
| 171 |
-
dtype: float32
|
| 172 |
-
- name: pin
|
| 173 |
-
dtype: string
|
| 174 |
-
- name: data
|
| 175 |
-
sequence:
|
| 176 |
-
- name: category_description
|
| 177 |
-
dtype: string
|
| 178 |
-
- name: points
|
| 179 |
-
sequence:
|
| 180 |
-
- name: x
|
| 181 |
-
dtype: int64
|
| 182 |
-
- name: y
|
| 183 |
-
dtype: int64
|
| 184 |
-
- name: user_selected_value
|
| 185 |
-
struct:
|
| 186 |
-
- name: name
|
| 187 |
-
dtype: string
|
| 188 |
-
- name: product_detail_highlighted_word
|
| 189 |
-
sequence: string
|
| 190 |
-
- name: blc_text
|
| 191 |
-
sequence: string
|
| 192 |
-
- name: adv_sellpoint
|
| 193 |
-
sequence: string
|
| 194 |
-
- name: text_features
|
| 195 |
-
struct:
|
| 196 |
-
- name: num
|
| 197 |
-
dtype: int64
|
| 198 |
-
- name: pos
|
| 199 |
-
sequence:
|
| 200 |
-
sequence: int64
|
| 201 |
-
- name: feats
|
| 202 |
-
sequence:
|
| 203 |
-
sequence:
|
| 204 |
-
sequence: float32
|
| 205 |
-
splits:
|
| 206 |
-
- name: train
|
| 207 |
-
num_bytes: 26499327969.83489
|
| 208 |
-
num_examples: 48438
|
| 209 |
-
- name: validation
|
| 210 |
-
num_bytes: 3332112492.4075546
|
| 211 |
-
num_examples: 6055
|
| 212 |
-
- name: test
|
| 213 |
-
num_bytes: 3323044445.6925545
|
| 214 |
-
num_examples: 6055
|
| 215 |
-
- name: no_annotation
|
| 216 |
-
num_bytes: 260931344.48
|
| 217 |
-
num_examples: 1035
|
| 218 |
-
download_size: 33486655871
|
| 219 |
-
dataset_size: 33415416252.414997
|
| 220 |
- config_name: ralf-style
|
| 221 |
features:
|
| 222 |
- name: image_id
|
|
@@ -329,16 +224,6 @@ configs:
|
|
| 329 |
path: data/train-*
|
| 330 |
- split: test
|
| 331 |
path: data/test-*
|
| 332 |
-
- config_name: ralf
|
| 333 |
-
data_files:
|
| 334 |
-
- split: train
|
| 335 |
-
path: ralf/train-*
|
| 336 |
-
- split: validation
|
| 337 |
-
path: ralf/validation-*
|
| 338 |
-
- split: test
|
| 339 |
-
path: ralf/test-*
|
| 340 |
-
- split: no_annotation
|
| 341 |
-
path: ralf/no_annotation-*
|
| 342 |
- config_name: ralf-style
|
| 343 |
data_files:
|
| 344 |
- split: train
|
|
|
|
| 112 |
num_examples: 1035
|
| 113 |
download_size: 7093932679
|
| 114 |
dataset_size: 7087126964.823999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
- config_name: ralf-style
|
| 116 |
features:
|
| 117 |
- name: image_id
|
|
|
|
| 224 |
path: data/train-*
|
| 225 |
- split: test
|
| 226 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
- config_name: ralf-style
|
| 228 |
data_files:
|
| 229 |
- split: train
|