oeway / pytorch-deform-conv

PyTorch implementation of Deformable Convolution
MIT License
911 stars 151 forks source link

Offset BUG #23

Open JunrQ opened 3 years ago

JunrQ commented 3 years ago

The paper has offset with shape [B, 2x9, H, W] But this repo has offset with shape [B, 2xC, H, W] I think this means two totally different things.

Channingss commented 3 years ago

@JunrQ I also find this difference