pytorch-deform-conv-v2
pytorch-deform-conv-v2 copied to clipboard
Why not use grid_sample?
I think the function in PyTorch grid_sample can get the value given the position, and that may be more convenient
I think the function in PyTorch grid_sample can get the value given the position, and that may be more convenient
Good suggestion!