Stone Zhang commited on
Commit
265aa2c
·
1 Parent(s): 1dbd40c

Add DB demos (#64)

Browse files

* addDBfrontpage

* add English DB

* change readme

* change two readme and replace images

Files changed (2) hide show
  1. README.md +8 -0
  2. models/text_detection_db/README.md +5 -0
README.md CHANGED
@@ -75,6 +75,14 @@ Some examples are listed below. You can find more in the directory of each model
75
 
76
  ![qrcode](./models/qrcode_wechatqrcode/examples/wechat_qrcode_demo.gif)
77
 
 
 
 
 
 
 
 
 
78
  ## License
79
 
80
  OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
 
75
 
76
  ![qrcode](./models/qrcode_wechatqrcode/examples/wechat_qrcode_demo.gif)
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
+
86
  ## License
87
 
88
  OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
models/text_detection_db/README.md CHANGED
@@ -17,6 +17,11 @@ python demo.py
17
  # detect on an image
18
  python demo.py --input /path/to/image
19
  ```
 
 
 
 
 
20
 
21
  ## License
22
 
 
17
  # detect on an image
18
  python demo.py --input /path/to/image
19
  ```
20
+ ### Example outputs
21
+
22
+ ![mask](./examples/mask.jpg)
23
+
24
+ ![gsoc](./examples/gsoc.jpg)
25
 
26
  ## License
27