unsky / Deformable-ConvNets-caffe

Deformable Convolutional Networks on caffe
160 stars 83 forks source link

Does anyone solve the problem of over large offset? #34

Open hmjbuaa opened 4 years ago

hmjbuaa commented 4 years ago

I have used the deformable conv in training my own model, but the offsets predicted in several iters reach over 1000. Solution provided by MSRA of paddding has been tried , it doesn't work. There maybe something wrong in the code, does anyone solve the problem?