CIHP_PGN icon indicating copy to clipboard operation
CIHP_PGN copied to clipboard

The infeence time

Open fasogbon opened this issue 6 years ago • 6 comments
trafficstars

Thank you for this great work! Is it normal that the inference time takes very long time for an image? It takes more than 7minutes of even much more.

And if I am right, the inference step don't use GPU, right?

fasogbon avatar Jun 26 '19 15:06 fasogbon

Using GPU for inference sped up my inference time considerably.

riaverma96 avatar Nov 17 '19 23:11 riaverma96

Thank you for this great work! Is it normal that the inference time takes very long time for an image? It takes more than 7minutes of even much more.

And if I am right, the inference step don't use GPU, right?

Hi, if you sucessfuly run this project can you tell me about environment settings? i.e TensorFlow and other libraries versions?

MuhammadAsadJaved avatar Dec 04 '19 11:12 MuhammadAsadJaved

Using GPU for inference sped up my inference time considerably.

Is this a simple flag we can feed in (like --gpu yes), or do I have to go into the code, read & edit it?

neonb88 avatar Jan 26 '20 10:01 neonb88

@riaverma96 this is interesting! can you share more details?

MaxMayya avatar Jun 19 '20 08:06 MaxMayya

Using a NVIDIA Quadro P5000 gpu, my system takes ~4 sec per 405x720 px image

Is this a simple flag we can feed in (like --gpu yes), or do I have to go into the code, read & edit it?

I did not have to edit the code at all, just pip install tensorflow-gpu==1.15.0, and make sure you follow instructions on setting up tensorflow gpu support.

mhudnell avatar Jul 22 '21 20:07 mhudnell

but how do you get the gpu pre-training checkpoints? Dosen't the author only provide cpu pre-training checkpoints?

MathamPollard avatar Jun 14 '23 08:06 MathamPollard