|
--- |
|
dataset_info: |
|
features: |
|
- name: image |
|
dtype: image |
|
- name: gt |
|
dtype: string |
|
- name: bbox |
|
sequence: |
|
sequence: int64 |
|
- name: ymean |
|
sequence: float64 |
|
- name: line |
|
sequence: int64 |
|
- name: text |
|
sequence: string |
|
splits: |
|
- name: train |
|
num_bytes: 190303582.0 |
|
num_examples: 501 |
|
download_size: 109044560 |
|
dataset_size: 190303582.0 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
|
|
- bbox column is [x, y, width, height] |
|
- ymean is y position of the mean of the box |
|
- line is the line number calculated using ymean |
|
|