chengdazhi / Deformable-Convolution-V2-PyTorch

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

Could you update to 3D deformable convolution? #71

Open BBQtime opened 3 years ago

BBQtime commented 3 years ago

I can't find a suitable 3d version of DCN/DCNv2 on the Internet. Could you update this PyTorch version with a 3D DCN with support for large images? For example: (N, 3, 128, 128, 128)

ChristophReich1996 commented 3 years ago

Maybe this repo can help you :) D3Dnet

BBQtime commented 3 years ago

Maybe this repo can help you :) D3Dnet Thanks, I've tried it before. The "core dumped" error would occur if the image size is too big.