File size: 1,958 Bytes
0802019
1d12b2a
0802019
1d12b2a
 
 
8de2c60
 
 
 
1d12b2a
 
 
 
 
 
8de2c60
31c0804
 
0802019
1d12b2a
8de2c60
1d12b2a
43ec736
 
 
 
 
1d12b2a
 
 
43ec736
1d12b2a
 
 
 
 
 
 
43ec736
1d12b2a
 
 
 
 
 
 
31c0804
1d12b2a
43ec736
1d12b2a
823c24d
1d12b2a
 
43ec736
1d12b2a
 
 
 
 
 
 
 
 
8de2c60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
library_name: Doc-UFCN
license: mit
tags:
- Doc-UFCN
- PyTorch
- object-detection
- dla
- historical
- handwritten
metrics:
- IoU
- F1
- [email protected]
- [email protected]
- AP@[.5,.95]
pipeline_tag: image-segmentation
language:
- 'no'
---

# Doc-UFCN - NorHand v1 - Line detection

The NorHand v1 line detection model predicts the following elements from NorHand document images:
- vertical text lines;
- horizontal text lines.

This model was developed during the [HUGIN-MUNIN project](https://hugin-munin-project.github.io/).

## Model description

The model has been trained using the Doc-UFCN library on the NorHand dataset.
It has been trained on images with their largest dimension equal to 768 pixels, keeping the original aspect ratio.

## Evaluation results

The model achieves the following results:

| set   | class      | IoU   | F1    | AP@[.5] | AP@[.75] | AP@[.5,.95] |
| :---- | :--------- | ----: | ----: | ------: | -------: | ----------: |
| train | vertical   | 88.29 | 89.67 | 71.37   | 33.26    | 36.32       |
|       | horizontal | 69.81 | 81.35 | 91.73   | 36.62    | 45.67       |
| val   | vertical   | 73.01 | 75.13 | 46.02   | 4.99     | 15.58       |
|       | horizontal | 61.65 | 75.69 | 87.98   | 11.18    | 31.55       |
| test  | vertical   | 78.62 | 80.03 | 59.93   | 15.90    | 24.11       |
|       | horizontal | 63.59 | 76.49 | 95.93   | 24.18    | 41.45       |

## How to use?

Please refer to the [Doc-UFCN library page](https://pypi.org/project/doc-ufcn/) to use this model.

## Cite us!

```bibtex
@inproceedings{doc_ufcn2021,
    author = {Boillet, Mélodie and Kermorvant, Christopher and Paquet, Thierry},
    title = {{Multiple Document Datasets Pre-training Improves Text Line Detection With
              Deep Neural Networks}},
    booktitle = {2020 25th International Conference on Pattern Recognition (ICPR)},
    year = {2021},
    month = Jan,
    pages = {2134-2141},
    doi = {10.1109/ICPR48806.2021.9412447}
}
```