Integrate deep learning based feature extraction and maching methods #109
zhouyu1214
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for reaching out, glad it helped! The repos look nice, and yeah I think you would need to find a way to convert features and matches into the format used by opencv stitching module. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for your excellent package, your package really helped a lot and much more faster than other methods I tried.
I'm trying to use some deep learning based feature extraction and maching methods,like:
super point: https://github.com/magicleap/SuperPointPretrainedNetwork
super glue:https://github.com/magicleap/SuperGluePretrainedNetwork
but having trouble integration these model with the package, maybe because the features and matches I got from the deep learning methods have different data structure.
Do you have any suggestion?
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions