accelerated_features
accelerated_features copied to clipboard
I find a bug when trying xfeat with lightglue
Hi author! When I try xfeat with lightglue, I find there is a bug: the kpts out of image size leading to KORNIA_CHECK(torch.all(kpts0 >= -1).item() and torch.all(kpts0 <= 1).item(), "") error I use the same pthotos and the same way loading pthotos in XFeat + LighterGlue But after normalizing keypoints, I find some keypoints are out of [-1, 1] Anyone meet the same problem?