ytfeng commited on
Commit
e6640a8
·
1 Parent(s): 237ca2e

add more demos

Browse files
README.md CHANGED
@@ -59,10 +59,22 @@ Some examples are listed below. You can find more in the directory of each model
59
 
60
  ![messi](./models/human_segmentation_pphumanseg/examples/messi.jpg)
61
 
 
 
 
 
62
  ### Object Tracking with [DaSiamRPN](./models/object_tracking_dasiamrpn/)
63
 
64
  ![webcam demo](./models/object_tracking_dasiamrpn/examples/dasiamrpn_demo.gif)
65
 
 
 
 
 
 
 
 
 
66
  ## License
67
 
68
  OpenCV Zoo is licensed under the [Apache 2.0 license](./LICENSE). Please refer to licenses of different models.
 
59
 
60
  ![messi](./models/human_segmentation_pphumanseg/examples/messi.jpg)
61
 
62
+ ### License Plate Detection with [LPD_YuNet](./models/license_plate_detection_yunet/)
63
+
64
+ ![license plate detection](./models/license_plate_detection_yunet/examples/lpd_yunet_demo.gif)
65
+
66
  ### Object Tracking with [DaSiamRPN](./models/object_tracking_dasiamrpn/)
67
 
68
  ![webcam demo](./models/object_tracking_dasiamrpn/examples/dasiamrpn_demo.gif)
69
 
70
+ ### Palm Detection with [MP-PalmDet](./models/palm_detection_mediapipe/)
71
+
72
+ ![palm det](./models/palm_detection_mediapipe//examples/mppalmdet_demo.gif)
73
+
74
+ ### QR Code Detection and Parsing with [WeChatQRCode](./models/qrcode_wechatqrcode/)
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.
models/license_plate_detection_yunet/README.md CHANGED
@@ -16,7 +16,7 @@ python demo.py --input /path/to/image
16
 
17
  ### Example outputs
18
 
19
- ![lpd image1](./examples/result-4.jpg)
20
 
21
  ## License
22
  All files in this directory are licensed under [Apache 2.0 License](./LICENSE)
 
16
 
17
  ### Example outputs
18
 
19
+ ![lpd](./examples/lpd_yunet_demo.gif)
20
 
21
  ## License
22
  All files in this directory are licensed under [Apache 2.0 License](./LICENSE)