add more demos
Browse files- README.md +12 -0
- models/license_plate_detection_yunet/README.md +1 -1
README.md
CHANGED
@@ -59,10 +59,22 @@ Some examples are listed below. You can find more in the directory of each model
|
|
59 |
|
60 |

|
61 |
|
|
|
|
|
|
|
|
|
62 |
### Object Tracking with [DaSiamRPN](./models/object_tracking_dasiamrpn/)
|
63 |
|
64 |

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

|
61 |
|
62 |
+
### License Plate Detection with [LPD_YuNet](./models/license_plate_detection_yunet/)
|
63 |
+
|
64 |
+

|
65 |
+
|
66 |
### Object Tracking with [DaSiamRPN](./models/object_tracking_dasiamrpn/)
|
67 |
|
68 |

|
69 |
|
70 |
+
### Palm Detection with [MP-PalmDet](./models/palm_detection_mediapipe/)
|
71 |
+
|
72 |
+

|
73 |
+
|
74 |
+
### QR Code Detection and Parsing with [WeChatQRCode](./models/qrcode_wechatqrcode/)
|
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.
|
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 |
-

|
|
|
16 |
|
17 |
### Example outputs
|
18 |
|
19 |
+

|
20 |
|
21 |
## License
|
22 |
All files in this directory are licensed under [Apache 2.0 License](./LICENSE)
|