Yiyao Wang commited on
Commit
5301781
·
1 Parent(s): 265aa2c

add crnn demo (#68)

Browse files
README.md CHANGED
@@ -83,6 +83,10 @@ Some examples are listed below. You can find more in the directory of each model
83
 
84
  ![gsoc](./models/text_detection_db/examples/gsoc.jpg)
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
  ![gsoc](./models/text_detection_db/examples/gsoc.jpg)
85
 
86
+ ### Text Detection with [CRNN](./models/text_recognition_crnn/)
87
+
88
+ ![crnn_demo](./models/text_recognition_crnn/examples/CRNNCTC.gif)
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
+ ![CRNNCTC](./examples/CRNNCTC.gif)
40
+
41
+ ![demo](./examples/demo.jpg)
42
+
43
  ## License
44
 
45
  All files in this directory are licensed under [Apache 2.0 License](./LICENSE).