Closed Chim-SO closed 4 months ago
I replaced 'sift
' with 'superpoint_inloc
' and deleted the folders, which solved the problem. Now, the issue is determining which matcher to use when working with SIFT features.
'NN-ratio
' and 'NN-mutual
' both works.
Hello, I'm encountering an error when trying to run the following code:
Error:
third_party/SuperGluePretrainedNetwork/models/superglue.py", line 249, in forward desc0 = desc0 + self.kenc(kpts0, data['scores0']) RuntimeError: The size of tensor a (128) must match the size of tensor b (256) at non-singleton dimension 1
I would appreciate any help or guidance on resolving this issue. Thank you for your time and assistance!