Deformable-Convolution-V2-PyTorch icon indicating copy to clipboard operation
Deformable-Convolution-V2-PyTorch copied to clipboard

Could you update to 3D deformable convolution?

Open BBQtime opened this issue 4 years ago • 2 comments

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)

BBQtime avatar Jan 27 '21 01:01 BBQtime

Maybe this repo can help you :) D3Dnet

ChristophReich1996 avatar Feb 03 '21 12:02 ChristophReich1996

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.

BBQtime avatar Feb 08 '21 23:02 BBQtime