4uiiurz1 / pytorch-deform-conv-v2

PyTorch implementation of Deformable ConvNets v2 (Modulated Deformable Convolution)
MIT License
743 stars 141 forks source link

Why not use grid_sample? #26

Open SpadeLiu opened 3 years ago

SpadeLiu commented 3 years ago

I think the function in PyTorch grid_sample can get the value given the position, and that may be more convenient

XhqGlorry11 commented 3 years ago

I think the function in PyTorch grid_sample can get the value given the position, and that may be more convenient

Good suggestion!