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].
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].