/DeformConv_pytorch

Deformable Convolutional Networks

Primary LanguagePython

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.