Skip to content
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

Could you please also share the demo for feature matching using desc.h5 file? Stuck here for a long time. #31

Open
chuanzhidong opened this issue Nov 25, 2018 · 3 comments

Comments

@chuanzhidong
Copy link

Could you please also share the demo for feature matching using .h5 file? I want to implement this in a transportation engineering work. But I am stuck here for a long time. I appreciate your help and would like to make more.

@hudsonmartins
Copy link

Hi @wisemaker, you can use the kp_list_2_opencv_kp_list function available on utils/kp_tools (

def kp_list_2_opencv_kp_list(kp_list):
) to convert the Keypoints to a opencv object and then use the cv2.drawMatches function to draw the matches.

@chuanzhidong
Copy link
Author

Hi @wisemaker, you can use the kp_list_2_opencv_kp_list function available on utils/kp_tools (

tf-lift/utils/kp_tools.py

Line 61 in 8990e22

def kp_list_2_opencv_kp_list(kp_list):
) to convert the Keypoints to a opencv object and then use the cv2.drawMatches function to draw the matches.

Thanks so much! I got it.

@2018hello
Copy link

hi @wisemaker @hudsonmartins
can you show the code about how to use kp_list_2_opencv_kp_list with h5 file?
Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants