Aggressive global bundle adjustment #409
youknowimcomingwhenyouhearmehumming
started this conversation in
General
Replies: 2 comments
-
|
I imagine this would have a large effect since global bundle adjustment have access to all information about the trajectory in contrast to local bundle adjustment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If a loop edge is not inserted, it should be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to implement an aggressive global bundle adjuster?
In my project I don't have any real time constraints. Therefore, I want to run an aggressive global bundle adjuster in the last part of my system.
I have tried to use code from
global_bundle_adjuster.ccbut this implementation only makes minor changes. It's also too fast compared to what I would expect. The result is not better even when the number of iterations is increased.Beta Was this translation helpful? Give feedback.
All reactions