pytorch-deform-conv-v2 icon indicating copy to clipboard operation
pytorch-deform-conv-v2 copied to clipboard

confused bout the size of x and offsets

Open Damax18 opened this issue 6 years ago • 0 comments

Thanks for your sharing code, and i'm cofused about the size of each x and offsets. If the shape of x is (b,c,h,w), kernel_size is 3, padding is 1, the offsets should be (b,18,h,w) and the x_offset (b,c,3h,3w) is the deformable form of original input x? Finally, the output still is (b,c,h,w) after a convolution layer(kernel_size is 3,no padding and stride is 3)? Please point out the mistake if my understanding is wrong. Thanks you again and look forward to your reply.

Damax18 avatar Oct 18 '19 16:10 Damax18