File size: 988 Bytes
596ea4d |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: original_image
dtype: string
- name: bbox
struct:
- name: xmin
dtype: int64
- name: ymin
dtype: int64
- name: xmax
dtype: int64
- name: ymax
dtype: int64
- name: translated_text
dtype: string
- name: english_text
dtype: string
- name: text_type
dtype: string
- name: padding_applied
struct:
- name: top
dtype: int64
- name: left
dtype: int64
- name: right
dtype: int64
- name: bottom
dtype: int64
- name: text_stats
struct:
- name: char_length
dtype: int64
- name: width
dtype: int64
- name: height
dtype: int64
- name: aspect_ratio
dtype: float64
splits:
- name: or
num_bytes: 10099603.0
num_examples: 600
download_size: 9701789
dataset_size: 10099603.0
configs:
- config_name: default
data_files:
- split: or
path: data/or-*
---
|