Detect and recognize vehicle license plates using YOLOv8 for precise detection and CRNN for accurate character recognition. This project leverages annotated datasets to train models for efficient vehicle image analysis and license plate identification. Achieved an evaluation accuracy of 0.8567 for character recognition using CRNN.
train_image_path ='/Users/velmurugan/Desktop/@/python_works/License plate detection/images/train' train_label_path ='/Users/velmurugan/Desktop/@/python_works/License plate detection/labels/train' val_image_path = '/Users/velmurugan/Desktop/@/python_works/License plate detection/images/val' val_label_path = '/Users/velmurugan/Desktop/@/python_works/License plate detection/labels/val' hope you please reply to these!!!