Skip to content

Commit 38ca981

Browse files
committed
add more results
1 parent 14f2ce8 commit 38ca981

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

models/text_recognition_crnn/README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22

33
An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition
44

5-
Results of accuracy evaluation with [tools/eval](../../tools/eval).
5+
Results of accuracy evaluation by ICDAR2003:
66

7-
| Models | Accuracy(%) |
7+
| Models | Accuracy |
88
| ------ | -------------- |
9-
| CRNN_EN | 81.66 |
10-
| CRNN_CH | 71.28 |
9+
| CRNN_EN | 0.8166 |
10+
| CRNN_EN_FP16 | 0.8201 |
11+
| CRNN_CH | 0.7128 |
12+
| CRNN_CH_FP16 | 0.7863 |
13+
14+
Results of accuracy evaluation IIIT5k-Words:
15+
16+
| Models | Accuracy |
17+
| ------ | -------------- |
18+
| CRNN_EN | 0.7433 |
19+
| CRNN_EN_FP16 | 0.7493 |
20+
| CRNN_CH | 0.8090 |
21+
| CRNN_CH_FP16 | 0.8093 |
22+
\*: 'FP16' stands for 'model quantized into FP16'.
1123

1224
Note:
1325
- Model source:

0 commit comments

Comments
 (0)