Skip to content
New issue

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

Can't replicate the test results #29

Open
shukkkur opened this issue Jan 14, 2022 · 2 comments
Open

Can't replicate the test results #29

shukkkur opened this issue Jan 14, 2022 · 2 comments

Comments

@shukkkur
Copy link

shukkkur commented Jan 14, 2022

When when I run the code from DetectPlate.py on the first picture from README.md, this is the result I get
image

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.

@matthiasgruber
Copy link

Yes. CV depends on the input shape; every picture should be scaled to the same dimension!

@jarulraj
Copy link

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

README_15_0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants