-
Notifications
You must be signed in to change notification settings - Fork 43
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
No detection in output folder #5
Comments
I observed one more thing. There are images in the output folder but the size of those images are increased. Ex. If the input image is 4kb then the output size is 10kb. The size simply increases but still no bbox. Please someone?!?! |
I also experience the same problem with some images. However one image had the number plate being detected and there was the bounding box around it. Please let me know if you find a solution. |
@kdgyekye please can you give me that particular image where you find the bbox?! please?! so that i can try and also maybe i could find the bare min things to scan the number plate |
@kdgyekye hey thanks!! I will try detecting from this image! |
@kdgyekye I implemented the image you have shared and its working with this image, can you please send the link of this image dataset so that i can train the model. |
Okay so i downloaded the code, I also downloaded the weights from the google drive link that is provided. Now when i run the detect.py and give it a jpg from test folder, it does nothing but copies that image and pastes to a folder named output.
Now when i open that folder, there are images but no detection on them. There is no bbox on the number plate.
The text was updated successfully, but these errors were encountered: