File size: 1,163 Bytes
851058e 0dbc4e0 a462ac4 49e5761 0dbc4e0 a462ac4 49e5761 0dbc4e0 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
# 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-*
---
|