We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When when I run the code from DetectPlate.py on the first picture from README.md, this is the result I get
On car6.jpg and car.png it works perfectly.
I also comment this part of the code
car_image = imutils.rotate(car_image, 270)
Can the shape of the image affect the accuracy? Please help.
The text was updated successfully, but these errors were encountered:
Yes. CV depends on the input shape; every picture should be scaled to the same dimension!
Sorry, something went wrong.
Thanks for sharing this helpful application, @apoorva-dave! Here is a notebook that also supports license plate detection:
https://github.com/georgia-tech-db/eva https://github.com/georgia-tech-db/license-plate-recognition/blob/main/README.ipynb
No branches or pull requests
When when I run the code from DetectPlate.py on the first picture from README.md, this is the result I get
On car6.jpg and car.png it works perfectly.
I also comment this part of the code
Can the shape of the image affect the accuracy?
Please help.
The text was updated successfully, but these errors were encountered: