-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bounding boxes not showing #2
Comments
Are your pre-processing the test images before passing them to the model? You can have a look at Vehicle_Detection.ipynb, I have run the model on some test images and its working fine for me. |
Yes. I am doing pre- processing and using the same model as yours. The issue still exist. Can it have something to do with the weights? |
Could be. I hope you are using these weights https://drive.google.com/file/d/0B1tW_VtY7onibmdQWE1zVERxcjQ/view?usp=sharing Are you using |
I am using matplotlib. I copied exactly your code, and used the mentioned weight, but the problem still exists. |
Can you upload your code somewhere and give me a link? |
sure. Here is the link to the code, though I copied your code, and tried, still the same issue. |
I am having the same issue |
Hey, I am facing the same issue. Did anyone figure out the problem? |
I had this problem. I think the Keras 2 API is the problem. I used the solution here and now it works |
following worked for me |
@docPhil99 @anandkoirala Worked like a charm! Thanks a lot. Have any of you tried training with custom dataset? |
I would just like to mention that this repository uses keras 1.2.1 and tensorflow 0.12.1. If you use Keras 2.x or tensorflow 1.x you may need to modify the code. |
Hey, I ran the code, and the bounding boxes show up for only very small thresholds like 0.007 that too randomly placed. Please help.
The text was updated successfully, but these errors were encountered: