Nbuono/sfm/attempt 1#445
Open
PizzaRoll04 wants to merge 47 commits into
Open
Conversation
…andmark not in camera error
…d some refactoring, debugged some Backend issues. Next step: properly put cameras in graph in the world frame.
…ranlsation scaling next.
…rms. Next: map lmk_symbols to landmarks to handle more than 2 images properly.
…sam graph. TODO: Transforms seem off.
… East, Up frame with translation at boat0
…at refactoring feature handling in SFM, SFM is currently broken.
… testing spatial pipeline components (gtsam stuff). Feature manager implementation and incorporation in StructureFromMotion still needs work.
…second match. working on filtering spatial points, pipeline currently broken
…cloud seemed decent
…rroneous. final optimization isn't quite there yet.
…d to also implement initial rotation alignment.
…ort of incremental initialization and incremental optimization(s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This SFM pipeline sort of works on short sequences (about a dozen or so) whose images have overlapping views. The SFM pipeline needs another overhaul to fix a host of issues, namely including the pipeline's inability to handle large collections of images. While this will be overhauled, I see this implementation as a good checkpoint to keep around since the codebase is decent and far more easy to navigate than before