ANPR icon indicating copy to clipboard operation
ANPR copied to clipboard

license plate detection and recognition

Results 18 ANPR issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your code. I run the following script suggested by you: python detector.py --video test.mp4 But, there is no test.mp4 file. How can i download it?

i am trying to generate the data pickle file please helf me hoe to generate that file

Hi, Thank you for your great work I wonder that how did you collect the digits of license plate recognition dataset in "ANPR/Licence_plate_recognition/USA_plates/" And also, Are there digit images before...

Hi, for the loadataset function, it says the function loads the image and the label for the image. The label for the image is the folder name. Is this correct?...

Hello, Thanks for the awesome code. However, I want data of number plate in one variable after capturing from an image. Could you please help me out?

hello im trying your code but i dont get good response from system example https://towardsdatascience.com/automatic-license-plate-detection-recognition-using-deep-learning-624def07eaaf my only change its contours, hierarchy = cv2.findContours(th3, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) **to** _, contours, _ =...

hello thank you for your contribution, it's really good but in the first part (license plate detection) is it a way to run it on GPU because it's really slow...

If the lens is tilted, how would you adjust it?