BioMedIA / deepali

Image, point set, and surface registration in PyTorch.
https://biomedia.github.io/deepali/
Apache License 2.0
26 stars 6 forks source link

[core] Fix exception when passing FlowFields to F.grid_sample() #134

Closed aschuh-hf closed 10 months ago

aschuh-hf commented 10 months ago

Check accidentally copied from FlowField.__torch_function__. It does not apply to a batch of flow fields.