-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add Bundle Adjustment Module #120
Comments
Hi there, I wrote a small example based on BAL dataset, but I found it is extremely slow even on the smallest dataset(with the vectorize option off, CUDA out of memory reported if on), any good suggestion?
|
Hi, we are currently implementing sparse tensors, which will solve this problem. @zitongzhan |
BA is dependent on this issue: #207 |
Hello, you can try an unofficial pypose-native BAL colab example here. The smallest problem (problem-49-7776-pre) works fine on both CPU and GPU, and you can change the problem by using CLI parameters. |
Any update on the official implementation for the differentiable BA? |
We are preparing for it and tuning its final APIs. |
hi, any expected date for releasing this feature? |
🚀 The feature, motivation and pitch
As stated in the title, a differential bundle adjustment module is required in many SLAM systems.
This module may require the following implemented functionalities.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: