-
Notifications
You must be signed in to change notification settings - Fork 858
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
Speed up reconstruction using external initial pose estimates #924
Comments
Hi @knicklicht, What operation takes the longest in your experiment? Is it really the reconstruction itself or the matching? OpenSfM/opensfm/reconstruction.py Line 1624 in a1a253f
|
I would also like to have the ability to insert prior pose informartion. Unfortunately |
Hi @kielnino , This is an open-source project, so if you find something lacks functionality, feel free to create a PR 😄 Best, |
@fabianschenk Sure, but then the PRs must also be accepted at some point. My other PR is waiting for a month now (#957) Best, Johannes |
Hi @kielnino , Fair point 😉 I imported the PR and we'll review it. As you might have guessed from the very few code changes in the last months, the development of OpenSfM has slowed down a bit on our side. Best, |
@fabianschenk thank you. I have noticed the slow down but as the project is very mature, it is a pleasure to work with anyway. Thanks for making it public available. |
I noticed that the reconstruction for large scenes take a long time. Would providing initial guesses for camera poses that were aquired through some external mechanism speed up the pipeline? I am thinking of inertial measurement units or maybe even from a SLAM system rigidly attached to the camera? Where in the OpenSfM pipeline would I need to set these initial guesses?
The text was updated successfully, but these errors were encountered: