zhanglonghao1992 / Deformable-ConvNets-v1-v2-caffe

Unofficial caffe implementation of Deformable ConvNet V1 and V2
31 stars 15 forks source link

offset out of the boundary #3

Open hmjbuaa opened 4 years ago

hmjbuaa commented 4 years ago

Hi, when I use your code in training my own model ,the offsets predicted in sevsral iters reach over 1000, it is obviously abnormal. So how do fix the problem of over large offset? I have tried the V2 deformable conv provided py MSRA, it does not work.