Skip to content

Commit

Permalink
Merge pull request #61 from fengyuentau/add_more_demos
Browse files Browse the repository at this point in the history
Add more demos to front page
  • Loading branch information
ShiqiYu authored Jun 21, 2022
2 parents bf148ee + eb7c5b2 commit 58324e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,22 @@ Some examples are listed below. You can find more in the directory of each model

![messi](./models/human_segmentation_pphumanseg/examples/messi.jpg)

### License Plate Detection with [LPD_YuNet](./models/license_plate_detection_yunet/)

![license plate detection](./models/license_plate_detection_yunet/examples/lpd_yunet_demo.gif)

### Object Tracking with [DaSiamRPN](./models/object_tracking_dasiamrpn/)

![webcam demo](./models/object_tracking_dasiamrpn/examples/dasiamrpn_demo.gif)

### Palm Detection with [MP-PalmDet](./models/palm_detection_mediapipe/)

![palm det](./models/palm_detection_mediapipe//examples/mppalmdet_demo.gif)

### QR Code Detection and Parsing with [WeChatQRCode](./models/qrcode_wechatqrcode/)

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

## License

OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
2 changes: 1 addition & 1 deletion models/license_plate_detection_yunet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python demo.py --input /path/to/image

### Example outputs

![lpd image1](./examples/result-4.jpg)
![lpd](./examples/lpd_yunet_demo.gif)

## License
All files in this directory are licensed under [Apache 2.0 License](./LICENSE)
Expand Down

0 comments on commit 58324e4

Please sign in to comment.