johnlockejrr
commited on
Commit
•
633c829
1
Parent(s):
c11e8c6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: Doc-UFCN
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- Doc-UFCN
|
6 |
+
- PyTorch
|
7 |
+
- object-detection
|
8 |
+
- dla
|
9 |
+
- historical
|
10 |
+
- handwritten
|
11 |
+
metrics:
|
12 |
+
- IoU
|
13 |
+
- F1
|
14 |
+
- AP@.5
|
15 |
+
- AP@.75
|
16 |
+
- AP@[.5,.95]
|
17 |
+
pipeline_tag: image-segmentation
|
18 |
+
---
|
19 |
+
|
20 |
+
|
21 |
+
# Doc-UFCN - Generic Samaritan manuscripts line detection
|
22 |
+
|
23 |
+
The generic Samaritan manuscripts line detection model predicts text lines from document images.
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
It has been trained on images with their largest dimension equal to 768 pixels, keeping the original aspect ratio.
|
28 |
+
|
29 |
+
## How to use?
|
30 |
+
|
31 |
+
Please refer to the Doc-UFCN library page (https://pypi.org/project/doc-ufcn/) to use this model.
|
32 |
+
|
33 |
+
## Cite us!
|
34 |
+
|
35 |
+
```bibtex
|
36 |
+
@inproceedings{boillet2022,
|
37 |
+
author = {Boillet, Mélodie and Kermorvant, Christopher and Paquet, Thierry},
|
38 |
+
title = {{Robust Text Line Detection in Historical Documents: Learning and Evaluation Methods}},
|
39 |
+
booktitle = {{International Journal on Document Analysis and Recognition (IJDAR)}},
|
40 |
+
year = {2022},
|
41 |
+
month = Mar,
|
42 |
+
pages = {1433-2825},
|
43 |
+
doi = {10.1007/s10032-022-00395-7}
|
44 |
+
}
|
45 |
+
```
|
46 |
+
|
47 |
+
```bibtex
|
48 |
+
@inproceedings{boillet2020,
|
49 |
+
author = {Boillet, Mélodie and Kermorvant, Christopher and Paquet, Thierry},
|
50 |
+
title = {{Multiple Document Datasets Pre-training Improves Text Line Detection With
|
51 |
+
Deep Neural Networks}},
|
52 |
+
booktitle = {2020 25th International Conference on Pattern Recognition (ICPR)},
|
53 |
+
year = {2021},
|
54 |
+
month = Jan,
|
55 |
+
pages = {2134-2141},
|
56 |
+
doi = {10.1109/ICPR48806.2021.9412447}
|
57 |
+
}
|
58 |
+
```
|