modulated-deform-conv
modulated-deform-conv copied to clipboard
fix warp for compliation of all dcn operations
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 still go to the original author. Thank you.