Skip to content

Commit 22d59c3

Browse files
committed
add crnn demo
1 parent 2a0b523 commit 22d59c3

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Some examples are listed below. You can find more in the directory of each model
8383

8484
![gsoc](./models/text_detection_db/examples/gsoc.jpg)
8585

86+
### Text Detection with [CRNN](./models/text_recognition_crnn/)
87+
88+
![crnn_demo](./models/text_recognition_crnn/examples/CRNNCTC.gif)
89+
8690
## License
8791

8892
OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.

models/text_recognition_crnn/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ python demo.py --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3
3434
python demo.py --input /path/to/image --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3944_CN.txt
3535
```
3636

37+
### Examples
38+
39+
![CRNNCTC](./examples/CRNNCTC.gif)
40+
41+
![demo](./examples/demo.jpg)
42+
3743
## License
3844

3945
All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
Loading
38.5 KB
Loading

0 commit comments

Comments
 (0)