File tree 4 files changed +13
-0
lines changed
4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,14 @@ Some examples are listed below. You can find more in the directory of each model
75
75
76
76
! [qrcode](./models/qrcode_wechatqrcode/examples/wechat_qrcode_demo.gif)
77
77
78
+ # ## Chinese Text detection [DB](./models/text_detection_db/)
79
+
80
+ ! [mask](./models/text_detection_db/examples/mask.jpg)
81
+
82
+ # ## English Text detection [DB](./models/text_detection_db/)
83
+
84
+ ! [gsoc](./models/text_detection_db/examples/gsoc.jpg)
85
+
78
86
# # License
79
87
80
88
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 @@ -17,6 +17,11 @@ python demo.py
17
17
# detect on an image
18
18
python demo.py --input /path/to/image
19
19
```
20
+ ### Example outputs
21
+
22
+ ![ mask] ( ./examples/mask.jpg )
23
+
24
+ ![ gsoc] ( ./examples/gsoc.jpg )
20
25
21
26
## License
22
27
You can’t perform that action at this time.
0 commit comments