You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/dl-streamer/samples/gstreamer/gst_launch/license_plate_recognition/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ This sample builds a GStreamer pipeline of the following elements:
23
23
24
24
## Models
25
25
26
-
The sample uses the [`yolov8_license_plate_detector`](https://github.com/Muhammad-Zeerak-Khan/Automatic-License-Plate-Recognition-using-YOLOv8) model for license plate detection and the [`ch_PP-OCRv4_rec_infer`](https://github.com/PaddlePaddle/PaddleOCR) model for optical character recognition (OCR). The necessary conversion to the OpenVINO™ format is performed by the `download_public_models.sh` script located in the `samples` directory.
26
+
The sample uses the [`yolov8_license_plate_detector`](https://github.com/open-edge-platform/edge-ai-resources/blob/main/models/license-plate-reader.zip) model for license plate detection and the [`ch_PP-OCRv4_rec_infer`](https://github.com/PaddlePaddle/PaddleOCR) model for optical character recognition (OCR). The necessary conversion to the OpenVINO™ format is performed by the `download_public_models.sh` script located in the `samples` directory.
27
+
28
+
The accuracy of license plate detection depends on whether the applied model has been trained using data representing license plates from a specific region. In addition to the default model used in this example, the same pipeline can be used with other license plate detectors, such as the one available [`here`](https://github.com/Muhammad-Zeerak-Khan/Automatic-License-Plate-Recognition-using-YOLOv8).
0 commit comments