wjbmattingly
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,35 +1,54 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: image_id
|
6 |
-
dtype: string
|
7 |
-
- name: width
|
8 |
-
dtype: int32
|
9 |
-
- name: height
|
10 |
-
dtype: int32
|
11 |
-
- name: objects
|
12 |
-
struct:
|
13 |
-
- name: area
|
14 |
-
sequence: int64
|
15 |
-
- name: bbox
|
16 |
-
sequence:
|
17 |
-
sequence: int64
|
18 |
-
- name: category
|
19 |
-
sequence: int64
|
20 |
-
- name: id
|
21 |
-
sequence: string
|
22 |
-
- name: image
|
23 |
-
dtype: image
|
24 |
-
splits:
|
25 |
-
- name: train
|
26 |
-
num_bytes: 351974104.0
|
27 |
-
num_examples: 121
|
28 |
-
download_size: 351271785
|
29 |
-
dataset_size: 351974104.0
|
30 |
-
configs:
|
31 |
-
- config_name: default
|
32 |
-
data_files:
|
33 |
-
- split: train
|
34 |
-
path: data/train-*
|
35 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image_id
|
6 |
+
dtype: string
|
7 |
+
- name: width
|
8 |
+
dtype: int32
|
9 |
+
- name: height
|
10 |
+
dtype: int32
|
11 |
+
- name: objects
|
12 |
+
struct:
|
13 |
+
- name: area
|
14 |
+
sequence: int64
|
15 |
+
- name: bbox
|
16 |
+
sequence:
|
17 |
+
sequence: int64
|
18 |
+
- name: category
|
19 |
+
sequence: int64
|
20 |
+
- name: id
|
21 |
+
sequence: string
|
22 |
+
- name: image
|
23 |
+
dtype: image
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 351974104.0
|
27 |
+
num_examples: 121
|
28 |
+
download_size: 351271785
|
29 |
+
dataset_size: 351974104.0
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: data/train-*
|
35 |
+
---
|
36 |
+
|
37 |
+
This is a dataset for doing line detection on medieval manuscripts. The data was collected from the various projects on [HTR United](https://htr-united.github.io/index.html).
|
38 |
+
|
39 |
+
# Sources for the Data
|
40 |
+
|
41 |
+
## CREMMA Medii Aevi
|
42 |
+
|
43 |
+
[GitHub](https://github.com/HTR-United/CREMMA-Medieval-LAT)
|
44 |
+
[HTR-United](https://htr-united.github.io/share.html?uri=2bea975a1)
|
45 |
+
```
|
46 |
+
@misc{YourReferenceHere,
|
47 |
+
author = {Clérice, Thibault and Chagué, Alix and Vlachou-Efstathiou, Malamatenia},
|
48 |
+
doi = {10.5281/zenodo.7013436},
|
49 |
+
title = {CREMMA Medii Aevi},
|
50 |
+
url = {https://github.com/HTR-United/CREMMA-Medieval-LAT}
|
51 |
+
}
|
52 |
+
```
|
53 |
+
|
54 |
+
`Clérice T., Chagué A., Vlachou-Efstathiou M. CREMMA Medii Aevi DOI: 10.5281/zenodo.7013436 URL: https://github.com/HTR-United/CREMMA-Medieval-LAT`
|