- Detection on vehicle license plate from low resolution traffic images.(Using yoloV5)
- Extraction of license plates from the images and zoom them 5x times. (Using openCV)
- Enhance the resolution of the extracted images. (Using Real esrGAN)
- Extract the license plate text. (Using pytesseract)
- pandas
- numpy
- yoloV5
- pytorch
- openCV
- Real ESRGAN
- pytesseract
- Mean Average Precision(mAP)=92.6%
- Precision=94.8%
- Recall=87.8%