chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.44k stars 229 forks source link

DCN on CPU #46

Closed abhigoku10 closed 4 years ago

abhigoku10 commented 4 years ago

@chengdazhi hi thanks for the wonderful code base , i had ffew queries just wanted to check if we can use DCN in the CPU also or does it particularly require the GPU

AstaTus commented 4 years ago

I have the same question

chengdazhi commented 4 years ago

Sorry for the late reply. We only provide GPU version. Shouldn't be hard to change it to CPU only, though.

meirashaf commented 4 months ago

Sorry for the late reply. We only provide GPU version. Shouldn't be hard to change it to CPU only, though.

do you have any instruction/tutorial on how to do it?