chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.44k stars 229 forks source link

Questions about deformable roi pooling #77

Open pp00704831 opened 3 years ago

pp00704831 commented 3 years ago

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?