Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,49 @@ configs:
|
|
| 28 |
path: data/val-*
|
| 29 |
- split: test
|
| 30 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
path: data/val-*
|
| 29 |
- split: test
|
| 30 |
path: data/test-*
|
| 31 |
+
tags:
|
| 32 |
+
- document-layout-analysis
|
| 33 |
+
- historical-documents
|
| 34 |
+
- icdar-competition
|
| 35 |
+
pretty_name: ICDAR 2019 Competition on Baseline Detection (cBAD)
|
| 36 |
+
license: cc-by-4.0
|
| 37 |
---
|
| 38 |
+
# ICDAR 2019 Competition on Baseline Detection (cBAD) Dataset
|
| 39 |
+
|
| 40 |
+
## Dataset Description
|
| 41 |
+
|
| 42 |
+
The **ICDAR 2019 Competition on Baseline Detection (cBAD)** dataset was developed for the eponymous competition focused on **Baseline Detection** in historical documents. Baseline detection is a critical step for segmenting handwritten lines before Handwritten Text Recognition (HTR).
|
| 43 |
+
|
| 44 |
+
This is a newly created, real-world dataset consisting of **3,021 annotated document page images** collected from **seven different European archives**.
|
| 45 |
+
|
| 46 |
+
## Dataset Creation
|
| 47 |
+
|
| 48 |
+
### Source Data
|
| 49 |
+
|
| 50 |
+
The document images were collected from various archival sources across Europe as part of the **READ project** (Recognition and Enrichment of Archival Documents).
|
| 51 |
+
|
| 52 |
+
### Creators
|
| 53 |
+
|
| 54 |
+
The primary creators of the competition and dataset are: **Markus Diem, Florian Kleber, and Basilis Gatos**.
|
| 55 |
+
|
| 56 |
+
### Funding
|
| 57 |
+
|
| 58 |
+
The dataset was created under the auspices of the European Commission's **READ (Recognition and Enrichment of Archival Documents)** project (Grant ID: 674943).
|
| 59 |
+
|
| 60 |
+
## License
|
| 61 |
+
|
| 62 |
+
The dataset is licensed under the **Creative Commons Attribution 4.0 International (CC-BY-4.0)** license.
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
When using this dataset, please cite the original Zenodo record as follows:
|
| 67 |
+
|
| 68 |
+
```bibtex
|
| 69 |
+
@dataset{DiemKleberGatos2019,
|
| 70 |
+
author = {Diem, Markus and Kleber, Florian and Gatos, Basilis},
|
| 71 |
+
title = {{ICDAR 2019 Competition on Baseline Detection (cBAD)}},
|
| 72 |
+
publisher = {Zenodo},
|
| 73 |
+
year = {2019},
|
| 74 |
+
doi = {10.5281/zenodo.3568023},
|
| 75 |
+
url = {[https://zenodo.org/records/3568023](https://zenodo.org/records/3568023)}
|
| 76 |
+
}
|