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

Running entirely from c++? #98

Open
antithing opened this issue Apr 2, 2023 · 3 comments
Open

Running entirely from c++? #98

antithing opened this issue Apr 2, 2023 · 3 comments

Comments

@antithing
Copy link

Hi, and thank you for making this code available!
I would like to run an entire sfm pipeline from scratch using c++ only, with no python.
I see it is possible to link this code as a library, but the example.cc does not show how to run it.

Would it be possible to add a working c++ example please?

Thanks again!

@Phil26AT
Copy link
Collaborator

Hi @antithing, the current C++ part lacks an implementation of dense feature extraction and storage, thus running pixsfm entirely from C++ is not possible. However, if you assume to have features stored in an h5 file, all other steps could be run from C++. At the moment I have not planned to write a tutorial for it, but I would be happy to answer any questions you might have about the C++ API.

@antithing
Copy link
Author

antithing commented Aug 18, 2023

Hi @Phil26AT I am digging back into this, would you be able to point me in the right direction to get started with a c++ only pipeline? Assuming I export and store features as h5, what steps are needed, and where are the functions?

Thank you!

@antithing
Copy link
Author

@Phil26AT nudging this, would you be able to give me a push in the right direction to build a fully c++ pipeline please?

Thanks!

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