Replies: 1 comment 5 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How did you use LoFTR to generate the matches for hloc? Hloc expects the output as indices of key point matches. i.e
matches0 = [k0, k1, -1, .... ,kn]
This implies the first key point in the first image matches with the k0th key point in the second while the third key point in the first image did not match with any key point in the second so that array value is
-1
.LoFTR outputs coordinates of the matches and most of the time the number of matches is greater than the number of key points.
How were you able to use the hloc pipeline? What did you have to change?
Thank you any advice is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions