grasp_multiObject_multiGrasp icon indicating copy to clipboard operation
grasp_multiObject_multiGrasp copied to clipboard

Detection took 21.873s only for one picture?

Open Ultraopxt opened this issue 3 years ago • 7 comments

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.

Ultraopxt avatar Oct 24 '20 08:10 Ultraopxt

Who can help?

Ultraopxt avatar Oct 27 '20 03:10 Ultraopxt

what is your fps if you disable gpu then?

fujenchu avatar Oct 27 '20 04:10 fujenchu

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?

Ultraopxt avatar Oct 27 '20 10:10 Ultraopxt

you might want to check if the gpu is utilized properly given your gpu and cpu spend similar amount of time.

fujenchu avatar Oct 28 '20 03:10 fujenchu

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

Ultraopxt avatar Oct 28 '20 06:10 Ultraopxt

you might want to check if the gpu is utilized properly given your gpu and cpu spend similar amount of time.

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?

Ultraopxt avatar Oct 28 '20 06:10 Ultraopxt

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.

fujenchu avatar Oct 29 '20 04:10 fujenchu