chengdazhi/Deformable-Convolution-V2-PyTorch

Questions about deformable roi pooling

pp00704831 opened this issue · 0 comments

Hello,

Could we apply the deformable roi pooling with arbitrary size out (ex: 7x3) instead of square size (ex: 7x7)
We can directly use adaptive average pooling in PyTorch, but could we use in deformable pooling manner?