
--model yolov3 and .weights file in above commands.--images "./data/images/kite.jpg, ./data/images/dog.jpg"--plate flag on top of the command to run the custom YOLOv4 model.detections folder.--plate command line flag to any detect_video.py commands.--crop flag which crops the objects found on screen and saves them as new images. See how it works here Once the video is done processing at a higher FPS all the license plate images will be cropped and saved within detections/crop folder. I have added an easy script within the repository called license_plate_recognizer.py that you can run in order to recognize license plates. Plus this allows you to easily customize the script to further enhance any recognitions. I will be working on linking this functionality automatically in future commits to the repository.--ocr with any detect.py image command you can search detections for text and extract what is found. Generic preprocessing is applied on the subimage that makes up the inside of the detection bounding box. However, so many lighting or color issues require advanced preprocessing so this function is by no means perfect. You will also need to install tesseract on your local machine prior to running this flag (see links and suggestions in above section)Posted May 27, 2025
Developed license plate recognition using YOLOv4 and Tesseract OCR.
0
0