Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 377 Bytes

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.