This repo is an implementation of Deformable Convolution. Ported from author's MXNet implementation.
sh make.sh
CC=g++ python build.py
See test.py
for example usage.
Only torch.cuda.FloatTensor
is supported.
This repo is an implementation of Deformable Convolution. Ported from author's MXNet implementation.
sh make.sh
CC=g++ python build.py
See test.py
for example usage.
Only torch.cuda.FloatTensor
is supported.