CHONSPQX / modulated-deform-conv

deformable convolution 2D 3D DeformableConvolution DeformConv Modulated Pytorch CUDA
MIT License
133 stars 17 forks source link

module 'MDCONV_CUDA' has no attribute 'deform_conv2d_forward_cuda' #13

Open ccl-private opened 2 years ago

ccl-private commented 2 years ago

complete success, but run my_test.py failed.

MungoMeng commented 12 months ago

I also met the same problem. It seems that only modulated_deform_conv2d works well. When I tried to use deform_conv2d, deform_conv3d, and modulated_deform_conv3d, I will meet "module 'MDCONV_CUDA' has no attribute xxx"