DeformConv_pytorch icon indicating copy to clipboard operation
DeformConv_pytorch copied to clipboard

Deformable Convolutional Networks

Results 1 DeformConv_pytorch issues
Sort by recently updated
recently updated
newest added

https://github.com/AlexHex7/DeformConv_pytorch/blob/fb3ea98d1353eb15a6058670e190e4fb837ccba7/lib/conv_offset2D.py#L36 Your implementation is not the same as the original paper described in section 2.1. Offset output channel dimension should be 2 x N, where N is the conv kernel...