You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schur complement trick is often used in SfM or SLAM to solve normal equation in BA more efficiently, and it's supported by the Ceres solver. I am wondering if there is any way (or what is the best way) we can incorporate this trick with pypose.
Thanks
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
zhengqili
changed the title
Best way to incorporating Schur complement trick in BA
Best way to incorporating Schur complement trick with pypose
Feb 23, 2024
That's a good question! We did have an implementation for Schur complement trick but that will need a major change to LM. We are trying to come up with a way that have a minimum change to existing API while incorporating Schur trick. Suggestions are welcomed.
🚀 The feature, motivation and pitch
Schur complement trick is often used in SfM or SLAM to solve normal equation in BA more efficiently, and it's supported by the Ceres solver. I am wondering if there is any way (or what is the best way) we can incorporate this trick with pypose.
Thanks
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: