./make.sh # build
python testcpu.py # run examples and gradient check on cpu
python testcuda.py # run examples and gradient check on gpu
This repo adds cpu functionality to DCNv2 PyTorch by Charles Shang which is an adaption of the official Deformable-ConvNets.
Please post an issue or PR if you have any comments.