diff --git a/README.md b/README.md index 63512c8d..494e939f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/models/license_plate_detection_yunet/README.md b/models/license_plate_detection_yunet/README.md index e6e0c63b..75f07e8d 100644 --- a/models/license_plate_detection_yunet/README.md +++ b/models/license_plate_detection_yunet/README.md @@ -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)