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

Example for matching the descriptors? #4

Open
ttsesm opened this issue Apr 20, 2022 · 3 comments
Open

Example for matching the descriptors? #4

ttsesm opened this issue Apr 20, 2022 · 3 comments

Comments

@ttsesm
Copy link

ttsesm commented Apr 20, 2022

Hi,

Is there an example or tutorial that shows how to match the extracted descriptors between two meshes?

Thanks.

@jjerphan
Copy link
Collaborator

Hi @ttsesm,

Sorry for the delay: I just have seen that you opened this issue.

There's no tutorial showing how to match two meshes using their descriptors: pyshot just implements minimal bindings to the reference implementation of SHOT.

Yet, I think you should be able to use many techniques to match vectors together: the result is just a numpy array of descriptors' vectors.

What is your workflow? Do you need to enable something?

@ttsesm
Copy link
Author

ttsesm commented Jul 28, 2023

@jjerphan is it possible to create a 2d to 3d mapping with SHOT descriptors?

@jjerphan
Copy link
Collaborator

jjerphan commented Aug 5, 2023

Yes, it is possible.

For instance, you can refer to:

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

2 participants