- Used YOLOv8 (
yolov8n.pt
) for detecting number plates. - Integrated a custom-trained model tailored for Indian number plates.
- Incorporated EasyOCR for extracting text from detected plates.
- Modified the logic in EasyOCR to improve recognition accuracy for region-specific number plates.
- Interpolated results from CSV outputs to ensure stable bounding boxes across frames.
- Selected number plate predictions based on the highest confidence score.
- Plan to train EasyOCR on a customized dataset to enhance recognition accuracy for Indian number plates.
- YOLOv8: For object detection.
- EasyOCR: For text recognition.
- Python: For implementation.
- CSV Interpolation: To stabilize bounding boxes.