
--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. 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.Posted May 6, 2025
Developed a license plate recognition system using YOLOv4 and Tesseract.
1
2