Skip to content

AlexHex7/DeformConv_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deformable Convolutional Network

Statement

  • The main.py from MorvanZhou, and I change some code. His videos help me a lot, thank him!
  • The conv_offset2D.py from oeway, and I change some code. Through his code, it is easy for me to understand deformable convolution, thank him!
  • The deform_conv_my.py is transformed from the tensorflow version code of maestrojeong to pytorch, but it's still something wrong in my code.

main.py

In this code, I use a simple convolutional network and a simple deformable convolutional network to do the mnist jobs.

Releases

No releases published

Packages

No packages published

Languages