Update README.md
Browse files
README.md
CHANGED
@@ -21,20 +21,23 @@ language:
|
|
21 |
|
22 |
# Doc-UFCN - NorHand v1 - Line detection
|
23 |
|
24 |
-
The NorHand v1 line detection model predicts
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
The model has been trained using the Doc-UFCN library on NorHand
|
29 |
It has been trained on images with their largest dimension equal to 768 pixels, keeping the original aspect ratio.
|
30 |
-
The model predicts two classes: vertical and horizontal text lines.
|
31 |
|
32 |
## Evaluation results
|
33 |
|
34 |
The model achieves the following results:
|
35 |
|
36 |
| set | class | IoU | F1 | AP@[.5] | AP@[.75] | AP@[.5,.95] |
|
37 |
-
|
|
38 |
| train | vertical | 88.29 | 89.67 | 71.37 | 33.26 | 36.32 |
|
39 |
| | horizontal | 69.81 | 81.35 | 91.73 | 36.62 | 45.67 |
|
40 |
| val | vertical | 73.01 | 75.13 | 46.02 | 4.99 | 15.58 |
|
@@ -44,12 +47,12 @@ The model achieves the following results:
|
|
44 |
|
45 |
## How to use?
|
46 |
|
47 |
-
Please refer to the Doc-UFCN library page
|
48 |
|
49 |
## Cite us!
|
50 |
|
51 |
```bibtex
|
52 |
-
@inproceedings{
|
53 |
author = {Boillet, Mélodie and Kermorvant, Christopher and Paquet, Thierry},
|
54 |
title = {{Multiple Document Datasets Pre-training Improves Text Line Detection With
|
55 |
Deep Neural Networks}},
|
|
|
21 |
|
22 |
# Doc-UFCN - NorHand v1 - Line detection
|
23 |
|
24 |
+
The NorHand v1 line detection model predicts the following elements from NorHand document images:
|
25 |
+
- vertical text lines;
|
26 |
+
- horizontal text lines.
|
27 |
+
|
28 |
+
This model was developed during the [HUGIN-MUNIN project](https://hugin-munin-project.github.io/).
|
29 |
|
30 |
## Model description
|
31 |
|
32 |
+
The model has been trained using the Doc-UFCN library on the NorHand dataset.
|
33 |
It has been trained on images with their largest dimension equal to 768 pixels, keeping the original aspect ratio.
|
|
|
34 |
|
35 |
## Evaluation results
|
36 |
|
37 |
The model achieves the following results:
|
38 |
|
39 |
| set | class | IoU | F1 | AP@[.5] | AP@[.75] | AP@[.5,.95] |
|
40 |
+
| :---- | :--------- | ----: | ----: | ------: | -------: | ----------: |
|
41 |
| train | vertical | 88.29 | 89.67 | 71.37 | 33.26 | 36.32 |
|
42 |
| | horizontal | 69.81 | 81.35 | 91.73 | 36.62 | 45.67 |
|
43 |
| val | vertical | 73.01 | 75.13 | 46.02 | 4.99 | 15.58 |
|
|
|
47 |
|
48 |
## How to use?
|
49 |
|
50 |
+
Please refer to the [Doc-UFCN library page](https://pypi.org/project/doc-ufcn/) to use this model.
|
51 |
|
52 |
## Cite us!
|
53 |
|
54 |
```bibtex
|
55 |
+
@inproceedings{doc_ufcn2021,
|
56 |
author = {Boillet, Mélodie and Kermorvant, Christopher and Paquet, Thierry},
|
57 |
title = {{Multiple Document Datasets Pre-training Improves Text Line Detection With
|
58 |
Deep Neural Networks}},
|