Skip to content

Commit f99ed25

Browse files
authored
add crnn int8(EN) (#98)
* add crnn int8 EN * add crnn int8 (ch) * revise models * rename models
1 parent ca473dd commit f99ed25

7 files changed

+12
-4
lines changed

models/text_recognition_crnn/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Results of accuracy evaluation with [tools/eval](../../tools/eval) at different
88
|--------------|------------|-----------|-----------|
99
| CRNN_EN | 81.66 | 74.33 | 52.78 |
1010
| CRNN_EN_FP16 | 82.01 | 74.93 | 52.34 |
11+
| CRNN_EN_INT8 | 81.75 | 75.33 | 52.43 |
1112
| CRNN_CH | 71.28 | 80.90 | 67.36 |
1213
| CRNN_CH_FP16 | 78.63 | 80.93 | 67.01 |
14+
| CRNN_CH_INT8 | 78.03 | 80.93 | 66.67 |
1315

14-
\*: 'FP16' stands for 'model quantized into FP16'.
16+
\*: 'FP16' or 'INT8' stands for 'model quantized into FP16' or 'model quantized into int8'
1517

1618
Note:
1719
- Model source:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:2dc566fd01ac2118b25c6960508ebd758b64c421a2bfa78dc05401ada6737e0b
3+
size 64906971
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c2bc75af1998c0b608f86ab875cbdcd109d18b27ff0d9872e7b7429fd1945f3a
3+
size 25783320

models/text_recognition_crnn/text_recognition_CRNN_EN_2021sep-act_int8-wt_int8-quantized.onnx

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:94117b4c2652337b3f1aef81b2ec15a74e97973b1c58f743e86380b95b95ffa2
3+
size 16378030

0 commit comments

Comments
 (0)