Doclaynet-Full / README.md
saeed11b95's picture
Update README.md
75468b0 verified
|
raw
history blame
823 Bytes
# 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