close
Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

PyTorch Implementation of Deformable Convolution

This repository implements the defromable convolution architecture proposed in this paper.
Deformable Convolutional Networks

Usage

  • The defromable convolution module, i.e., DeformConv2D, is defined in deform_conv.py.
  • A simple demo is shown in demo.py, it's easy to interpolate the DeformConv2D module into your own networks.

Statement

  • Previous PyTorch/TensorFlow implementation are different from the original paper as discussed in this issue, which motivates me to do a new implementation in this repo.
  • In my opinion, the DeformConv2D module is better added to top of higher-level features for the sake of better learning the offsets. More experiments are needed to validate this conjecture.

Requirements

About

PyTorch Implementation of Deformable Convolution

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages