Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,6 +15,72 @@ task_categories:
|
|
15 |
- image-segmentation
|
16 |
task_ids:
|
17 |
- instance-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# Dataset Card for DocLayNet v1.1
|
@@ -150,4 +216,4 @@ License: [CDLA-Permissive-1.0](https://cdla.io/permissive-1-0/)
|
|
150 |
location = {Washington DC, USA},
|
151 |
series = {KDD '22}
|
152 |
}
|
153 |
-
```
|
|
|
15 |
- image-segmentation
|
16 |
task_ids:
|
17 |
- instance-segmentation
|
18 |
+
dataset_info:
|
19 |
+
features:
|
20 |
+
- name: image
|
21 |
+
dtype: image
|
22 |
+
- name: bboxes
|
23 |
+
sequence:
|
24 |
+
sequence: float64
|
25 |
+
- name: category_id
|
26 |
+
sequence: int64
|
27 |
+
- name: segmentation
|
28 |
+
sequence:
|
29 |
+
sequence:
|
30 |
+
sequence: float64
|
31 |
+
- name: area
|
32 |
+
sequence: float64
|
33 |
+
- name: pdf_cells
|
34 |
+
list:
|
35 |
+
list:
|
36 |
+
- name: bbox
|
37 |
+
sequence: float64
|
38 |
+
- name: font
|
39 |
+
struct:
|
40 |
+
- name: color
|
41 |
+
sequence: int64
|
42 |
+
- name: name
|
43 |
+
dtype: string
|
44 |
+
- name: size
|
45 |
+
dtype: float64
|
46 |
+
- name: text
|
47 |
+
dtype: string
|
48 |
+
- name: metadata
|
49 |
+
struct:
|
50 |
+
- name: coco_height
|
51 |
+
dtype: int64
|
52 |
+
- name: coco_width
|
53 |
+
dtype: int64
|
54 |
+
- name: collection
|
55 |
+
dtype: string
|
56 |
+
- name: doc_category
|
57 |
+
dtype: string
|
58 |
+
- name: image_id
|
59 |
+
dtype: int64
|
60 |
+
- name: num_pages
|
61 |
+
dtype: int64
|
62 |
+
- name: original_filename
|
63 |
+
dtype: string
|
64 |
+
- name: original_height
|
65 |
+
dtype: float64
|
66 |
+
- name: original_width
|
67 |
+
dtype: float64
|
68 |
+
- name: page_hash
|
69 |
+
dtype: string
|
70 |
+
- name: page_no
|
71 |
+
dtype: int64
|
72 |
+
splits:
|
73 |
+
- name: train
|
74 |
+
num_bytes: 28172005254.125
|
75 |
+
num_examples: 69375
|
76 |
+
- name: test
|
77 |
+
num_bytes: 1996179229.125
|
78 |
+
num_examples: 4999
|
79 |
+
- name: val
|
80 |
+
num_bytes: 2493896901.875
|
81 |
+
num_examples: 6489
|
82 |
+
download_size: 7766115331
|
83 |
+
dataset_size: 32662081385.125
|
84 |
---
|
85 |
|
86 |
# Dataset Card for DocLayNet v1.1
|
|
|
216 |
location = {Washington DC, USA},
|
217 |
series = {KDD '22}
|
218 |
}
|
219 |
+
```
|