-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
low fps and no bounding box on Tensorflow 2 #773
Comments
Hi @sachinkmohan , can you please provide some additional information about how to reproduce this issue? Any Colab notebook or something would be useful. |
Thanks @susnato for writing back! :) I made a fork of your repository -> https://github.com/sachinkmohan/keras-yolo3 Once you have everything in place just execute the below. Please make sure you convert and generate yolo.h5 file as given in the old README.
|
Did anyone solve this issue? I have the same issue. The prediction results look like it correctly found objects, but every bounding box is located left-top of the image. |
Same problem, looking for the latest update of this issue |
I figured out the problem was due to the shape. |
I was testing this repository https://github.com/susnato/keras-yolo3 by @susnato on Tensorflow 2.6.0
But when I run the below
I am getting low fps and no bounding boxes are generated too. Can someone please help.
I was getting the below error when running the inference before
So I applied the fix given here -> https://stackoverflow.com/questions/57558476/training-a-keras-model-yields-multiple-optimizer-errors
Now my output looks like the below.
low_fps_no_bounding_boxes_3-2022-04-25_20.22.42.mp4
The text was updated successfully, but these errors were encountered: