zhihengli-UR / deformable-convolution-pytorch

PyTorch implementation of Deformable Convolution

Repository from Github https://github.comzhihengli-UR/deformable-convolution-pytorchRepository from Github https://github.comzhihengli-UR/deformable-convolution-pytorch

Deformable Convolutional Networks in PyTorch

This repo is an implementation of Deformable Convolution. Ported from author's MXNet implementation.

Build

sh make.sh
CC=g++ python build.py

See test.py for example usage.

Notice

Only torch.cuda.FloatTensor is supported.

About

PyTorch implementation of Deformable Convolution


Languages

Language:Cuda 41.5%Language:C 38.4%Language:Python 15.6%Language:C++ 4.3%Language:Shell 0.2%