Datasets:
Tasks:
Object Detection
Languages:
English
Size:
n<1K
Tags:
table-detection
table-structure-recognition
historical-documents
weather-records
scanned-documents
License:
Upload dataset
Browse files- README.md +50 -1
- fine/test-00000-of-00001.parquet +3 -0
- fine/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: image_id
|
| 6 |
dtype: string
|
|
@@ -43,6 +43,49 @@ dataset_info:
|
|
| 43 |
num_examples: 129
|
| 44 |
download_size: 646996609
|
| 45 |
dataset_size: 647300050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
configs:
|
| 47 |
- config_name: coarse
|
| 48 |
data_files:
|
|
@@ -50,4 +93,10 @@ configs:
|
|
| 50 |
path: coarse/train-*
|
| 51 |
- split: test
|
| 52 |
path: coarse/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: coarse
|
| 4 |
features:
|
| 5 |
- name: image_id
|
| 6 |
dtype: string
|
|
|
|
| 43 |
num_examples: 129
|
| 44 |
download_size: 646996609
|
| 45 |
dataset_size: 647300050
|
| 46 |
+
- config_name: fine
|
| 47 |
+
features:
|
| 48 |
+
- name: image_id
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: image
|
| 51 |
+
dtype: image
|
| 52 |
+
- name: width
|
| 53 |
+
dtype: int32
|
| 54 |
+
- name: height
|
| 55 |
+
dtype: int32
|
| 56 |
+
- name: source
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: tables
|
| 59 |
+
struct:
|
| 60 |
+
- name: bbox
|
| 61 |
+
list:
|
| 62 |
+
list: int32
|
| 63 |
+
- name: type
|
| 64 |
+
list: string
|
| 65 |
+
- name: cells
|
| 66 |
+
list:
|
| 67 |
+
- name: bbox
|
| 68 |
+
list:
|
| 69 |
+
list: int32
|
| 70 |
+
- name: row_start
|
| 71 |
+
list: int32
|
| 72 |
+
- name: row_end
|
| 73 |
+
list: int32
|
| 74 |
+
- name: col_start
|
| 75 |
+
list: int32
|
| 76 |
+
- name: col_end
|
| 77 |
+
list: int32
|
| 78 |
+
- name: header
|
| 79 |
+
list: bool
|
| 80 |
+
splits:
|
| 81 |
+
- name: train
|
| 82 |
+
num_bytes: 483420221
|
| 83 |
+
num_examples: 371
|
| 84 |
+
- name: test
|
| 85 |
+
num_bytes: 172626394
|
| 86 |
+
num_examples: 129
|
| 87 |
+
download_size: 655021087
|
| 88 |
+
dataset_size: 656046615
|
| 89 |
configs:
|
| 90 |
- config_name: coarse
|
| 91 |
data_files:
|
|
|
|
| 93 |
path: coarse/train-*
|
| 94 |
- split: test
|
| 95 |
path: coarse/test-*
|
| 96 |
+
- config_name: fine
|
| 97 |
+
data_files:
|
| 98 |
+
- split: train
|
| 99 |
+
path: fine/train-*
|
| 100 |
+
- split: test
|
| 101 |
+
path: fine/test-*
|
| 102 |
---
|
fine/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e902a4e37dac432e368aa461f0b1bdc5c1e76d6cf813300b215808224627b90
|
| 3 |
+
size 172355928
|
fine/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cbd6537c8c6740184c9cfe0273ab7726f1190c8e6cfe2fc6dadbf54a941aed0
|
| 3 |
+
size 482665159
|