File size: 823 Bytes
851058e 84a88c4 75468b0 84a88c4 851058e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# NOtice: The category Ids are not mapped btw 0-10 doclaynet classes, rather they are 2-12 Use the following Classes map.
```json
{'caption': 2,
'footnote': 3,
'formula': 4,
'list_item': 5,
'page_footer': 6,
'page_header': 7,
'picture': 8,
'section_header': 9,
'table': 10,
'text': 11,
'title': 12}
```
## dataset_info:
**config_name: all**
# features:
- name: image, dtype: image
- name: category_ids, sequence: int32
- name: image_id, dtype: int32
- name: boxes, sequence: sequence: float32
- name: width, dtype: int32
- name: height, dtype: int32
- name: file_name, dtype: string
- name: ocr_words, sequence: string
- name: ocr_boxes, sequence: sequence: float32
## splits:
- name: val, num_examples: 6480
- name: test, num_examples: 4992
- name: train, num_examples: 69096
|