PyTorch Forums
Functional.nn.grid_sample does not support the bicubic method for 5D tensor
vision
anitrop
(Anitrop)
October 30, 2024, 12:09pm
1
image
1093×723 66.8 KB
I need implement warp on volume feature, But ‘bilinear’ method doesn’t give me the accuracy I need.Or is there another way to implement warp on features?
Thanks for your help!!!