Yiyao Wang
commited on
Commit
·
5301781
1
Parent(s):
265aa2c
add crnn demo (#68)
Browse files- README.md +4 -0
- models/text_recognition_crnn/README.md +6 -0
README.md
CHANGED
|
@@ -83,6 +83,10 @@ Some examples are listed below. You can find more in the directory of each model
|
|
| 83 |
|
| 84 |

|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
## License
|
| 87 |
|
| 88 |
OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
|
|
|
|
| 83 |
|
| 84 |

|
| 85 |
|
| 86 |
+
### Text Detection with [CRNN](./models/text_recognition_crnn/)
|
| 87 |
+
|
| 88 |
+

|
| 89 |
+
|
| 90 |
## License
|
| 91 |
|
| 92 |
OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
|
models/text_recognition_crnn/README.md
CHANGED
|
@@ -34,6 +34,12 @@ python demo.py --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3
|
|
| 34 |
python demo.py --input /path/to/image --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3944_CN.txt
|
| 35 |
```
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
## License
|
| 38 |
|
| 39 |
All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|
|
|
|
| 34 |
python demo.py --input /path/to/image --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3944_CN.txt
|
| 35 |
```
|
| 36 |
|
| 37 |
+
### Examples
|
| 38 |
+
|
| 39 |
+

|
| 40 |
+
|
| 41 |
+

|
| 42 |
+
|
| 43 |
## License
|
| 44 |
|
| 45 |
All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|