Skip to content

Commit

Permalink
Add DB demos (#64)
Browse files Browse the repository at this point in the history
* addDBfrontpage

* add English DB

* change readme

* change two readme and replace images
  • Loading branch information
the-star-sea authored Jul 5, 2022
1 parent 9c9e99e commit 2a0b523
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions models/text_detection_db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added models/text_detection_db/examples/gsoc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added models/text_detection_db/examples/mask.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a0b523

Please sign in to comment.