|
|
|
# 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_bytes: 2476870313.0 |
|
num_examples: 6480 |
|
- name: test |
|
num_bytes: 1977519786.0 |
|
num_examples: 4992 |
|
- name: train |
|
num_bytes: 27974316817.0 |
|
num_examples: 69096 |
|
download_size: 32082680734 |
|
dataset_size: 32428706916.0 |
|
configs: |
|
- config_name: all |
|
data_files: |
|
- split: val |
|
path: all/val-* |
|
- split: test |
|
path: all/test-* |
|
- split: train |
|
path: all/train-* |
|
--- |
|
|
|
|