Yuantao Feng
commited on
Commit
·
e512be0
1
Parent(s):
086c63c
fix readme (#30)
Browse files
README.md
CHANGED
@@ -6,8 +6,8 @@ Note:
|
|
6 |
- Model source:
|
7 |
- `text_recognition_CRNN_EN_2021sep.onnx`: https://docs.opencv.org/4.5.2/d9/d1e/tutorial_dnn_OCR.html (CRNN_VGG_BiLSTM_CTC.onnx)
|
8 |
- `text_recognition_CRNN_CN_2021nov.onnx`: https://docs.opencv.org/4.5.2/d4/d43/tutorial_dnn_text_spotting.html (crnn_cs_CN.onnx)
|
9 |
-
- `text_recognition_CRNN_EN_2021sep.onnx` can detect digits (0
|
10 |
-
- `text_recognition_CRNN_CN_2021nov.onnx` can detect digits (0
|
11 |
- For details on training this model series, please visit https://github.com/zihaomu/deep-text-recognition-benchmark.
|
12 |
|
13 |
## Demo
|
@@ -44,4 +44,4 @@ All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|
|
44 |
- https://github.com/bgshih/crnn
|
45 |
- https://github.com/meijieru/crnn.pytorch
|
46 |
- https://github.com/zihaomu/deep-text-recognition-benchmark
|
47 |
-
- https://docs.opencv.org/4.5.2/d9/d1e/tutorial_dnn_OCR.html
|
|
|
6 |
- Model source:
|
7 |
- `text_recognition_CRNN_EN_2021sep.onnx`: https://docs.opencv.org/4.5.2/d9/d1e/tutorial_dnn_OCR.html (CRNN_VGG_BiLSTM_CTC.onnx)
|
8 |
- `text_recognition_CRNN_CN_2021nov.onnx`: https://docs.opencv.org/4.5.2/d4/d43/tutorial_dnn_text_spotting.html (crnn_cs_CN.onnx)
|
9 |
+
- `text_recognition_CRNN_EN_2021sep.onnx` can detect digits (0\~9) and letters (return lowercase letters a\~z) (view `charset_36_EN.txt` for details).
|
10 |
+
- `text_recognition_CRNN_CN_2021nov.onnx` can detect digits (0\~9), upper/lower-case letters (a\~z and A\~Z), some Chinese characters and some special characters (view `charset_3944_CN.txt` for details).
|
11 |
- For details on training this model series, please visit https://github.com/zihaomu/deep-text-recognition-benchmark.
|
12 |
|
13 |
## Demo
|
|
|
44 |
- https://github.com/bgshih/crnn
|
45 |
- https://github.com/meijieru/crnn.pytorch
|
46 |
- https://github.com/zihaomu/deep-text-recognition-benchmark
|
47 |
+
- https://docs.opencv.org/4.5.2/d9/d1e/tutorial_dnn_OCR.html
|