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

Incorporating IMU data #395

Open
robinlindh opened this issue May 24, 2024 · 0 comments
Open

Incorporating IMU data #395

robinlindh opened this issue May 24, 2024 · 0 comments

Comments

@robinlindh
Copy link

Hi,

Thanks for a great project and also one of the few times I get an easy demo colab notebook which just works <3

I am running the reconstruction successfully on my own dataset which is a sequence of images, and already getting fairly good results. However, I'd like to explore adding additional constraints based on IMU data, to get more robustness with challenging data like visual symmetry or segments with few visual features.

I already have approximate relative pose between the images based on IMU which are fairly accurate, so I was thinking to somehow incorporate that knowledge as an extra constraint in the bundle adjustment. For example either as a hard constraint on the relative pose < twice the prior known offset. Or as an extra penalty in the cost function if distance. This is common in other visual-inertial approaches to bundle adjustment in SLAM for example.

Any pointers to where in the code I should look, or other advice?
Thanks a lot, and if this works well I might also submit it as a PR.

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

1 participant