You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in version 1.4.0 of PyTorch the default behavior of torch.nn.functional.grid_sample was changed to align_corners=False. This might affect the outputting descriptors for certain input image sizes when compared to PyTorch 1.3-. To fix it, one simply needs to modify L281 as follows:
Starting in version 1.4.0 of PyTorch the default behavior of
torch.nn.functional.grid_sample
was changed toalign_corners=False
. This might affect the outputting descriptors for certain input image sizes when compared to PyTorch 1.3-. To fix it, one simply needs to modify L281 as follows:SuperPointPretrainedNetwork/demo_superpoint.py
Line 281 in 1fda796
The text was updated successfully, but these errors were encountered: