-
Notifications
You must be signed in to change notification settings - Fork 50
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
Detection took 21.873s only for one picture? #22
Comments
Who can help? |
what is your fps if you disable gpu then? |
Thanks.Detection took 19.486s for 300 object proposals without gpu. How long did you spent for an image? |
you might want to check if the gpu is utilized properly given your gpu and cpu spend similar amount of time. |
Thanks. I will check |
I use the demo_graspRGD.py to do inference.But I notice that it looks like no code refer to gpu? This demo_graspRGD.py is only for cpu? |
If you install the gpu version of tf properly then by default it will utilize your gpu, unless you make it invisible. This script was tested with a machine with a gpu. Hope this information helps. |
Hi, I have run the demo, but Detection took 21.873s for 300 object proposals for only one image(640*360size). Far away from 0.25s in the paper. But I don't know reason.
The text was updated successfully, but these errors were encountered: