unsky / Deformable-ConvNets-caffe

Deformable Convolutional Networks on caffe
160 stars 83 forks source link

Shape of bottom[1] #35

Open redlibo opened 4 years ago

redlibo commented 4 years ago

thx for your great work, in readme: bottom[1] (offset): (batch_size, deformable_group kernel[0] kernel[1]*2, height, width)

according to your code (im2col) and the pytorch version, i think the last 2 dims of bottom[1],should be [height_output,width_output].