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
- README.md +8 -0
- 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 |

|
| 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 |

|
| 77 |
|
| 78 |
+
### Chinese Text detection [DB](./models/text_detection_db/)
|
| 79 |
+
|
| 80 |
+

|
| 81 |
+
|
| 82 |
+
### English Text detection [DB](./models/text_detection_db/)
|
| 83 |
+
|
| 84 |
+

|
| 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 |
+

|
| 23 |
+
|
| 24 |
+

|
| 25 |
|
| 26 |
## License
|
| 27 |
|