deformable-kernels
deformable-kernels copied to clipboard
Deforming kernels to adapt towards object deformation. In ICLR 2020.
Thanks for your great work! How can I solve the import error follows `import torch from torch.autograd import Function from .. import nd_linear_sample_cuda` error: Unresolved reference 'nd_linear_sample_cuda' ?
Thanks for your great jobs! how to combine the deformable-kernels with resnetblock? when i add it to the resnetblock, the channels are not suitable
Hi, Thank you for your great work. Could you release the code for visualizing the Effective Receptive Fields (ERFs) ? Thanks!
Nice work ! I wonna know if it's possible to extend this deformable kernel to a 3D version to inpletement it to action recgnition? And what should I do? Thanks...
Hi, I was trying to replace Conv2d in a UNet with DeformConv2d and ran into some errors. I'm using `CUDA 10.0` and `pytorch 1.3.1`. Below is the code for the...