Skip to content

A re-implementation of Deformable Convolution Neural Network, DCNN with PyTorch

Notifications You must be signed in to change notification settings

R-Qu/DCNN-Deformable-ConvNet-with-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCNN-Deformable-ConvNet-with-Pytorch

  • A re-implementation of deformable ConvNet as described in Dai. et. al. paper from the scratch using pytorch backend.
  • Evaluate the network using the VOC2012 dataset on a pair of different popular existing neural networks, namely Deeplab and RPN(Region Proposal Network).
  • Measure its accuracy against the reference implementation in MXNet.

Original Paper

Reference Chinese version

About

A re-implementation of Deformable Convolution Neural Network, DCNN with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages