DeepOcclusion icon indicating copy to clipboard operation
DeepOcclusion copied to clipboard

Running Deep Occlusion Fully on CPU

Open emmanuec opened this issue 6 years ago • 5 comments

Hello,

Thank you for your work!

I have a quick question: I think the answer to the question is yes, but I wanted to confirm in case I set up something incorrectly:

Is it normal for the Deep Occlusion model to run really slow when it is used on CPU only?

Thank you!

emmanuec avatar Mar 14 '18 03:03 emmanuec

Hello,

Yes, it is normal. The inference part runs only on CPU but the other parts should be ran on GPU.

Cheers

pierrebaque avatar Mar 14 '18 07:03 pierrebaque

@emmanuec Does the CPU you are working has Nvidia? In my system, it isn't. And I am keen in running the model. Could you help me in any case?

Thank you!

nagasanthoshp avatar May 04 '18 10:05 nagasanthoshp

@nagasanthoshp My CPU is Intel i7. My GPU is Nvidia. Usually, you will need to use an Nvidia GPU to run the model in GPU mode. For CPU, it should work with any.

emmanuec avatar May 11 '18 04:05 emmanuec

@pierrebaque Hello, I also have this puzzle. I run RunParts.ipynb successfully, but it calculates one image per 5 minute. I have checked that CPU and GPU are both used but the GPU-Util is between 0% and 1% from nvidia-smi. So I hope you can confirm if this is normal. My CPU is Intel i7, and GPU is Titan X. Thank you.

Sunny-Yu avatar Aug 13 '18 06:08 Sunny-Yu

@emmanuec Can RunUnaries.ipynb and RunPom.ipynb run successfully on CPU?

soullessrobot avatar Nov 21 '18 11:11 soullessrobot