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
Yolov3 slow? #2
Comments
|
please install tensorflow-gpu !!! |
|
maybe it could be faster if you use frozen graph ".pb". I am not very sure about it. I will continuously update this repo, welcome to watch it ! |
|
in |
|
Thank you. I fixed it just now. |
|
from this |
|
Thanks a lot for your valuable information |
|
this gives a bit of speed-up. very roughly ~ 20 fps to ~ 30 fps on ti1080ti. Think I will come back this speed issue when (non-beta) v2.0 is released. BTW, I found a small optimization in 'postprocess_boxes()' where we can filter with |
|
for some reason I had a problem with |
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
The text was updated successfully, but these errors were encountered: