Deformable-Convolution-V2-PyTorch
                                
                                
                                
                                    Deformable-Convolution-V2-PyTorch copied to clipboard
                            
                            
                            
                        Could you update to 3D deformable convolution?
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)
Maybe this repo can help you :) D3Dnet
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.