starride-teklia
commited on
Commit
•
13c90f7
1
Parent(s):
746c807
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,9 @@ This model performs Handwritten Text Recognition in Chinese.
|
|
20 |
## Model description
|
21 |
|
22 |
The model was trained using the PyLaia library on the [CASIA-HWDB1](http://www.nlpr.ia.ac.cn/databases/handwriting/Offline_database.html) document images.
|
|
|
23 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
|
|
24 |
An external 6-gram character language model can be used to improve recognition. The language model is trained on the text from the CASIA-HWDB2 training set.
|
25 |
|
26 |
## Evaluation results
|
|
|
20 |
## Model description
|
21 |
|
22 |
The model was trained using the PyLaia library on the [CASIA-HWDB1](http://www.nlpr.ia.ac.cn/databases/handwriting/Offline_database.html) document images.
|
23 |
+
|
24 |
Training images were resized with a fixed height of 128 pixels, keeping the original aspect ratio.
|
25 |
+
|
26 |
An external 6-gram character language model can be used to improve recognition. The language model is trained on the text from the CASIA-HWDB2 training set.
|
27 |
|
28 |
## Evaluation results
|