deformable_conv2d layer implemented in Tensorflow.
besides, I also complete an example net, here
and I'm very sorry that I did not implement the swapaxis methods, so the im2col_step parameter are only allowed using value one.
- OS: ubuntu16.04
- GPU: 1 gtx1080Ti
- LANGUAGE: python3.5 & c++11 & cuda c
- DL FRAMEWORK: tensorflow_gpu 1.12.0
- ANCILLARY LIB: numpy: 1.15.4, etc
- GPU API: NVIDIA CUDA 9.0 & cuDNN 7.0
- COMPILE: nvcc & gcc 5.4.0
- cd "current project"
- run make.sh
tips: you need to modify the path parameters first. and all the -I and -L path in the nvcc and g++ orders need to be checked, make sure they are the correct path in your system - load the dynamic lib which created by the make.sh, and do the python wrapper(see the script:deformable_conv2d.py)