diff --git a/README.md b/README.md index 494e939f..2e6d773c 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,14 @@ Some examples are listed below. You can find more in the directory of each model ![qrcode](./models/qrcode_wechatqrcode/examples/wechat_qrcode_demo.gif) +### Chinese Text detection [DB](./models/text_detection_db/) + +![mask](./models/text_detection_db/examples/mask.jpg) + +### English Text detection [DB](./models/text_detection_db/) + +![gsoc](./models/text_detection_db/examples/gsoc.jpg) + ## License OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models. diff --git a/models/text_detection_db/README.md b/models/text_detection_db/README.md index 3a35d660..dc1eebee 100644 --- a/models/text_detection_db/README.md +++ b/models/text_detection_db/README.md @@ -17,6 +17,11 @@ python demo.py # detect on an image python demo.py --input /path/to/image ``` +### Example outputs + +![mask](./examples/mask.jpg) + +![gsoc](./examples/gsoc.jpg) ## License diff --git a/models/text_detection_db/examples/gsoc.jpg b/models/text_detection_db/examples/gsoc.jpg new file mode 100644 index 00000000..c1b360df Binary files /dev/null and b/models/text_detection_db/examples/gsoc.jpg differ diff --git a/models/text_detection_db/examples/mask.jpg b/models/text_detection_db/examples/mask.jpg new file mode 100644 index 00000000..b9b9d5b1 Binary files /dev/null and b/models/text_detection_db/examples/mask.jpg differ