Skip to content

Commit 2a0b523

Browse files
authored
Add DB demos (#64)
* addDBfrontpage * add English DB * change readme * change two readme and replace images
1 parent 9c9e99e commit 2a0b523

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ Some examples are listed below. You can find more in the directory of each model
7575

7676
![qrcode](./models/qrcode_wechatqrcode/examples/wechat_qrcode_demo.gif)
7777

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+
7886
## License
7987

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

models/text_detection_db/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ python demo.py
1717
# detect on an image
1818
python demo.py --input /path/to/image
1919
```
20+
### Example outputs
21+
22+
![mask](./examples/mask.jpg)
23+
24+
![gsoc](./examples/gsoc.jpg)
2025

2126
## License
2227

307 KB
Loading
118 KB
Loading

0 commit comments

Comments
 (0)