-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find Matches #11
Comments
Hi, Thank you |
Hi, the notebook demos are to provide a detailed example of how the input and output structures are.
which is actually how we use this codebase these days. |
Hi, how is possible to see the matching on my own data, (after running the code above)? |
In LIFT you provide the function to convert keypoints in open cv2.keypoints. |
I have the same issue, after running the code above how to show the correspondence between the images? |
Is there any possibility to solve this? |
|
Hi, Thank you. |
Hi, |
@IddoBotzer Looking forward to your reply, |
Hi. The error is just telling you that you don't have cublas installed properly. This is an environmental configuration issue. |
Hi,
I was able to run the net test and extract features from my images, now I'm looking to see the matching. Is the only way to do so is to run the demo with the notebook?
If so, what do I need to change in order to run it on my own data? (I have depth images as well)
Thank you
The text was updated successfully, but these errors were encountered: