pytorch-retinanet icon indicating copy to clipboard operation
pytorch-retinanet copied to clipboard

Inferencing on CPU completely

Open aeviar opened this issue 6 years ago • 1 comments

Hi, Thanks for your work.

I am facing issues when trying to use CPU for inference. Can you point me in the right direction to solve the problems?

aeviar avatar Mar 12 '19 06:03 aeviar

@aeviar you can use this code , just remove image.cuda() and use image https://github.com/yhenon/pytorch-retinanet/issues/200#issuecomment-748992020

ajithvcoder avatar Dec 21 '20 14:12 ajithvcoder