File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
models/text_recognition_crnn Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ Some examples are listed below. You can find more in the directory of each model
83
83
84
84
! [gsoc](./models/text_detection_db/examples/gsoc.jpg)
85
85
86
+ # ## Text Detection with [CRNN](./models/text_recognition_crnn/)
87
+
88
+ ! [crnn_demo](./models/text_recognition_crnn/examples/CRNNCTC.gif)
89
+
86
90
# # License
87
91
88
92
OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ python demo.py --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3
34
34
python demo.py --input /path/to/image --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3944_CN.txt
35
35
```
36
36
37
+ ### Examples
38
+
39
+ ![ CRNNCTC] ( ./examples/CRNNCTC.gif )
40
+
41
+ ![ demo] ( ./examples/demo.jpg )
42
+
37
43
## License
38
44
39
45
All files in this directory are licensed under [ Apache 2.0 License] ( ./LICENSE ) .
You can’t perform that action at this time.
0 commit comments