Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,8 @@ Line bounding boxes were improved using a post-processing step.
|
|
28 |
|
29 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
30 |
|
|
|
|
|
31 |
## Evaluation results
|
32 |
|
33 |
The model achieves the following results:
|
@@ -41,8 +43,6 @@ The model achieves the following results:
|
|
41 |
| test | no | 7.81 | 23.30 |
|
42 |
| test | yes | 6.75 | 18.22 |
|
43 |
|
44 |
-
An external 6-gram character language model can be used to improve recognition. The language model is trained on [this text corpus](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-73/) published by the National Library of Norway.
|
45 |
-
|
46 |
## How to use?
|
47 |
|
48 |
Please refer to the [PyLaia documentation](https://atr.pages.teklia.com/pylaia/usage/prediction/) to use this model.
|
|
|
28 |
|
29 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
30 |
|
31 |
+
An external 6-gram character language model can be used to improve recognition. The language model is trained on [this text corpus](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-73/) published by the National Library of Norway.
|
32 |
+
|
33 |
## Evaluation results
|
34 |
|
35 |
The model achieves the following results:
|
|
|
43 |
| test | no | 7.81 | 23.30 |
|
44 |
| test | yes | 6.75 | 18.22 |
|
45 |
|
|
|
|
|
46 |
## How to use?
|
47 |
|
48 |
Please refer to the [PyLaia documentation](https://atr.pages.teklia.com/pylaia/usage/prediction/) to use this model.
|