Detecting the Car Plate number using YoloV3
- Python v3
- Model weight :-
https://drive.google.com/file/d/1kMAjPHsxz-AMdDZWSV-g5R0MpE5c7_9P/view?usp=sharing
- This project is a light wight license plate recognition model build on
YOLOv3
andTesseract OCR
. - This model allows us to detect the plates with accuracy upwards of 90%. Post which it runs the OCR engine to produce meaningful numerical value.
- For an image: python object_detection_yolo.py --image=bird.jpg
- For a video: python object_detection_yolo.py --video=cars.mp4