Datasets:
Add viewer-compatible parquet split (COCO-style objects)
Browse files- README.md +55 -38
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,52 +1,69 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
task_categories:
|
| 14 |
-
|
| 15 |
size_categories:
|
| 16 |
-
|
| 17 |
pretty_name: Invoice Layout Annotated BBox Dataset
|
| 18 |
dataset_info:
|
| 19 |
features:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
splits:
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
|
|
|
| 45 |
configs:
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
---
|
| 51 |
|
| 52 |
# Invoice Layout Annotated BBox Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
+
- de
|
| 6 |
tags:
|
| 7 |
+
- object-detection
|
| 8 |
+
- document-understanding
|
| 9 |
+
- invoice
|
| 10 |
+
- layout-analysis
|
| 11 |
+
- bounding-box
|
| 12 |
+
- ocr-prep
|
| 13 |
task_categories:
|
| 14 |
+
- object-detection
|
| 15 |
size_categories:
|
| 16 |
+
- n<1K
|
| 17 |
pretty_name: Invoice Layout Annotated BBox Dataset
|
| 18 |
dataset_info:
|
| 19 |
features:
|
| 20 |
+
- name: image
|
| 21 |
+
dtype: image
|
| 22 |
+
- name: image_id
|
| 23 |
+
dtype: int64
|
| 24 |
+
- name: document_id
|
| 25 |
+
dtype: int64
|
| 26 |
+
- name: document_filename
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: page_number
|
| 29 |
+
dtype: int64
|
| 30 |
+
- name: width
|
| 31 |
+
dtype: int64
|
| 32 |
+
- name: height
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: objects
|
| 35 |
+
struct:
|
| 36 |
+
- name: id
|
| 37 |
+
list: int64
|
| 38 |
+
- name: area
|
| 39 |
+
list: float64
|
| 40 |
+
- name: bbox
|
| 41 |
+
list:
|
| 42 |
+
list: float32
|
| 43 |
+
length: 4
|
| 44 |
+
- name: category
|
| 45 |
+
list:
|
| 46 |
+
class_label:
|
| 47 |
+
names:
|
| 48 |
+
'0': invoice_metadata
|
| 49 |
+
'1': vendor_block
|
| 50 |
+
'2': customer_block
|
| 51 |
+
'3': table_block
|
| 52 |
+
'4': line_item
|
| 53 |
+
'5': summary_block
|
| 54 |
+
'6': payment_block
|
| 55 |
+
'7': Column
|
| 56 |
splits:
|
| 57 |
+
- name: train
|
| 58 |
+
num_bytes: 40359783
|
| 59 |
+
num_examples: 76
|
| 60 |
+
download_size: 36093604
|
| 61 |
+
dataset_size: 40359783
|
| 62 |
configs:
|
| 63 |
+
- config_name: default
|
| 64 |
+
data_files:
|
| 65 |
+
- split: train
|
| 66 |
+
path: data/train-*
|
| 67 |
---
|
| 68 |
|
| 69 |
# Invoice Layout Annotated BBox Dataset
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acd077848f692beabcbc145fdee819ca03302015b60db40f79881e2c9125fc33
|
| 3 |
+
size 36093604
|