Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This model performs Handwritten Text Recognition in Chinese.
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
The model was trained using the PyLaia library on the [CASIA-
|
28 |
|
29 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
30 |
|
@@ -45,11 +45,11 @@ The model achieves the following results:
|
|
45 |
| test | no | 4.61 | 10,449 |
|
46 |
| test | yes | 1.53 | 10,449 |
|
47 |
|
48 |
-
## How to use
|
49 |
|
50 |
Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
51 |
|
52 |
-
## Cite us
|
53 |
|
54 |
```bibtex
|
55 |
@inproceedings{pylaia-lib,
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
The model was trained using the PyLaia library on the [CASIA-HWDB2](http://www.nlpr.ia.ac.cn/databases/handwriting/Offline_database.html) document images.
|
28 |
|
29 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
30 |
|
|
|
45 |
| test | no | 4.61 | 10,449 |
|
46 |
| test | yes | 1.53 | 10,449 |
|
47 |
|
48 |
+
## How to use?
|
49 |
|
50 |
Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
51 |
|
52 |
+
## Cite us!
|
53 |
|
54 |
```bibtex
|
55 |
@inproceedings{pylaia-lib,
|