Skip to content

1zb/deformable-convolution-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

410 stars

Watchers

16 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors