-
Notifications
You must be signed in to change notification settings - Fork 52
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
Use MST initialization with huber loss #802
base: feature/shonan_mst_init
Are you sure you want to change the base?
Conversation
@ayushbaid the diff is against "MST w/o Huber", not "no MST" right? Are we still seeing regressions when compared to "no MST"? |
The metrics are compared against master though |
Yes, I meant the diff in metrics. |
This commit passes in the optimality treshold explicitly from GTSFM: a value of `-1e-5` compared to `-1e-4` default value. I tried using 0 and `1e-5` (value used in paper for large datasets) but even the unit tests are taking up a lot of time with higher thresholds.
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.
Why did you turn off inlier weighting?
Also, are you sure inlier weighting was turned on it master when you compared? I vaguely remember @akshay-krishnan accidently turning it off in master. |
It was just for experimentation and comparing different sets of values. Inlier weighting is on right now on master. |
No description provided.