Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,16 +10,23 @@ dataset_info:
|
|
| 10 |
- name: height
|
| 11 |
dtype: int64
|
| 12 |
- name: objects
|
| 13 |
-
|
| 14 |
- name: id
|
| 15 |
-
|
| 16 |
- name: area
|
| 17 |
-
|
| 18 |
- name: bbox
|
| 19 |
-
sequence:
|
| 20 |
-
|
| 21 |
- name: category
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- name: ground_truth
|
| 24 |
struct:
|
| 25 |
- name: gt_parse
|
|
@@ -39,4 +46,21 @@ configs:
|
|
| 39 |
data_files:
|
| 40 |
- split: train
|
| 41 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
---
|
|
|
|
| 10 |
- name: height
|
| 11 |
dtype: int64
|
| 12 |
- name: objects
|
| 13 |
+
sequence:
|
| 14 |
- name: id
|
| 15 |
+
dtype: int64
|
| 16 |
- name: area
|
| 17 |
+
dtype: int64
|
| 18 |
- name: bbox
|
| 19 |
+
sequence: float32
|
| 20 |
+
length: 4
|
| 21 |
- name: category
|
| 22 |
+
dtype:
|
| 23 |
+
class_label:
|
| 24 |
+
names:
|
| 25 |
+
'0': Textline
|
| 26 |
+
'1': Heading
|
| 27 |
+
'2': Picture
|
| 28 |
+
'3': Caption
|
| 29 |
+
'4': Columns
|
| 30 |
- name: ground_truth
|
| 31 |
struct:
|
| 32 |
- name: gt_parse
|
|
|
|
| 46 |
data_files:
|
| 47 |
- split: train
|
| 48 |
path: data/train-*
|
| 49 |
+
license: mit
|
| 50 |
+
task_categories:
|
| 51 |
+
- image-classification
|
| 52 |
+
- object-detection
|
| 53 |
+
- visual-question-answering
|
| 54 |
+
language:
|
| 55 |
+
- dv
|
| 56 |
+
tags:
|
| 57 |
+
- dhivehi
|
| 58 |
+
- thaana
|
| 59 |
+
- ocr
|
| 60 |
+
- vqa
|
| 61 |
+
- bbox
|
| 62 |
+
- textline
|
| 63 |
+
pretty_name: dv_page_annotation
|
| 64 |
+
size_categories:
|
| 65 |
+
- 10K<n<100K
|
| 66 |
---
|