Replies: 1 comment 3 replies
-
Hello @Linusnie, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The current LM implementation works with loss functions on the form
sum_i f_i(x)^2
, are there any plans on also handling robust residualssum_i rho(f_i(x)^2)
? As is usually required in 3D reconstruction type problemsAs an example this is available in the ceres nonlinear least squares solver http://ceres-solver.org/nnls_modeling.html#_CPPv4N5ceres12LossFunctionE via the Triggs method. Though I can't say I'm familiar with the details
Beta Was this translation helpful? Give feedback.
All reactions