custom_ops icon indicating copy to clipboard operation
custom_ops copied to clipboard

Deformable Convolution Networks(deformable conv2D TF_implementation)

Results 6 custom_ops issues
Sort by recently updated
recently updated
newest added

CMakeFiles/ops.dir/build.make:62: recipe for target 'CMakeFiles/ops.dir/deformable_conv2d.cpp.o' failed

Hi, while compiling the repo, I'm getting following error: ``` nvlink fatal : Could not open input file '/usr/lib/x86_64-linux-gnu/librt.a' make[2]: *** [CMakeFiles/ops.dir/build.make:132: CMakeFiles/ops.dir/cmake_device_link.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/ops.dir/all] Error...

Thanks for your efforts to implement 2d deformable convolution. Could you please implement the 3d version also? Thanks in advance!

Hi, thanks for your work! I want to use DeformableConv2D in my network, so I wonder whether the codes can be compiled and used under Tensorflow1.13 and 1.14? And are...

Hello @smallsunsun1, I'm trying to implement DCN into Matterport/Mask RCNN but I'm not sure how to do it. I think your code might be able to help me with that...