modulated-deform-conv
modulated-deform-conv copied to clipboard
deformable convolution 2D 3D DeformableConvolution DeformConv Modulated Pytorch CUDA
Thanks for your great job. Our environment is linux with gpu RTX3090 and the fixed lowest version of pytorch is 1.7 with cuda11.0. When we run **python setup.py install** ,...
Thanks for your great job. Our environment is linux with gpu RTX3090 and the fixed lowest version of pytorch is 1.7 with cuda11.0. When we run **mask.sh** , it prompts...
With original repo, compilation results in only modulated_deform_conv2d operations and other three are inaccessible. This update fixed the issue and made all dcn operations available for python usage. The credits...
does anyone ever compared the speed of this deformed 3d conv with vanilla 3dconv in pytorch? Is there huge(10x) difference?
Hi These layers are very helpful. But, what about the pooling layers? I did not find the 3d conversion of Deformable RoI pooling and modulated RoI pooling. If you have...
complete success, but run my_test.py failed.
Thanks for your excellent work.But after i run "python setup.py install " and run my python file ,it show as followed,how can I deal with it.Hope for your reply File...