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

questions about rootba on visual odometry #14

Open
empty-spacebar opened this issue Apr 16, 2024 · 1 comment
Open

questions about rootba on visual odometry #14

empty-spacebar opened this issue Apr 16, 2024 · 1 comment

Comments

@empty-spacebar
Copy link

empty-spacebar commented Apr 16, 2024

Hello, thanks for open-sourcing your great work.

Here are my questions:

1, Why did you implement rootBA on Basalt rather than DSO, another famous work from TUM? Since rootBA is designed for solving large-scale BA, and DSO maintains a much larger BA.

2, Actually I implemented rootBA on a direct visual odometry, BUT it ended up with about 7% more CPU occupation, worse accuracy and robustness. HOWEVER basalt shows remarkable performance no matter on runtime or accuracy. Is it the answer of question 1?

3, Does Basalt's accuracy benefit from stereographic projection rather than rootBA?

4, "...to keep the number of optimiziation variables small, we parametrize the bearing vector in 3D space using a minimal representation, which is two-dimensional", says the paper of Basalt. But actually the optimiziation dimension is still three. Could you please make a further explanation?

@hitdshu
Copy link

hitdshu commented Sep 5, 2024

Well, for question 4, actually, the bearing is parameterized via stereographic projection (which has 2 DOF). But there is a inverse depth for each landmark point. So the final optimization dimension is still three, with 2 being bearing and 1 being inverse depth.

Other problems are much harder to answer(at least for me...), there are so many factors affecting the accuracy. Such as the optical flow accuracy, the keyframe selection strategy, etc...

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