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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.