Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ tags:
|
|
5 |
- PyLaia
|
6 |
- PyTorch
|
7 |
- Handwritten text recognition
|
|
|
|
|
|
|
|
|
8 |
metrics:
|
9 |
- CER
|
10 |
- WER
|
@@ -12,17 +16,18 @@ language:
|
|
12 |
- 'no'
|
13 |
datasets:
|
14 |
- Teklia/NorHand_v2
|
|
|
15 |
---
|
16 |
|
17 |
-
# NorHand v2
|
18 |
|
19 |
-
This model performs Handwritten Text Recognition in Norwegian
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
The model was trained using the PyLaia library on the [NorHand v2 dataset](https://zenodo.org/records/10555698).
|
24 |
|
25 |
-
|
26 |
|
27 |
| split | N lines | N horizontal lines |
|
28 |
| ----- | ------: | -----------------: |
|
@@ -54,4 +59,4 @@ Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
|
54 |
booktitle = "Submitted at ICDAR2024",
|
55 |
year = "2024"
|
56 |
}
|
57 |
-
```
|
|
|
5 |
- PyLaia
|
6 |
- PyTorch
|
7 |
- Handwritten text recognition
|
8 |
+
- Automatic text recognition
|
9 |
+
- HTR
|
10 |
+
- ATR
|
11 |
+
- OCR
|
12 |
metrics:
|
13 |
- CER
|
14 |
- WER
|
|
|
16 |
- 'no'
|
17 |
datasets:
|
18 |
- Teklia/NorHand_v2
|
19 |
+
pipeline_tag: image-to-text
|
20 |
---
|
21 |
|
22 |
+
# PyLaia - NorHand v2
|
23 |
|
24 |
+
This model performs Handwritten Text Recognition in Norwegian. It was developed during the [HUGIN-MUNIN project](https://hugin-munin-project.github.io/).
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
The model was trained using the PyLaia library on the [NorHand v2 dataset](https://zenodo.org/records/10555698).
|
29 |
|
30 |
+
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
31 |
|
32 |
| split | N lines | N horizontal lines |
|
33 |
| ----- | ------: | -----------------: |
|
|
|
59 |
booktitle = "Submitted at ICDAR2024",
|
60 |
year = "2024"
|
61 |
}
|
62 |
+
```
|