-
Notifications
You must be signed in to change notification settings - Fork 51
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 GNC rotation averaging #759
base: master
Are you sure you want to change the base?
Conversation
Shonan weighted by # of inlier matches (IW-Shonan)Huge improvements across the board. **The CI failed for Place of Fine Arts due to memory issues during the Shonan optimization step (had to increase |
@dellaert Is there any other way to enable the Huber loss for Shonan other than the |
IW-Shonan w/ Huber LossHuber is still not effective. |
- https://arxiv.org/abs/2008.02737 | ||
- https://gtsam.org/ | ||
|
||
Authors: Jing Wu, Ayush Baid, John Lambert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could you update the author list to your name?
@@ -0,0 +1,238 @@ | |||
"""Shonan Rotation Averaging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update the module docstring here? Seems stale currently.
_DEFAULT_TWO_VIEW_ROTATION_SIGMA = 1e-1 | ||
|
||
|
||
class CombinedShonanGncRotationAveraging(RotationAveragingBase): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a file with unit tests for this class?
_DEFAULT_TWO_VIEW_ROTATION_SIGMA = 1.0 | ||
|
||
|
||
class GncRotationAveraging(RotationAveragingBase): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a file with unit tests for this class?
No description provided.