-
Notifications
You must be signed in to change notification settings - Fork 328
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
license plate accuracy of v1_small #81
Comments
@wang-xinyu if the target license plate is in the range [64, 512], it should be confidently detected. You can resize the image to some other scales, and observe the results. If the problem remains, I guess the failure may be caused by different data distribution. Note that the CCPD dataset is collected in Anhui province. |
@YonghaoHe Thanks a lot. For the range[64, 512], does it mean the plate width in the image? For example:
|
@wang-xinyu I means the longer side, in license plate detection, it should always be the width. |
@YonghaoHe Yes, I understand, thanks a lot! |
@YonghaoHe thanks for your work.
I meet a strange problem in license-plate detection, for the same image, when resize it to 320x240, the confidence of the box is 0.99+, but when resize it to 640x480, the confidence only 0.3+. Do you have an idea why this can happen?
regards
The text was updated successfully, but these errors were encountered: