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
Thank you for sharing! I read your code, and I saw that you use GN or DL to solve the optimization problem. As I know, GN and DL method are not stable, we use LM in a general way. What extra work do you make to solve this problem to use GN or DL happily?
The text was updated successfully, but these errors were encountered:
Generally camera blocks are invertible, only some points without sufficient parallax have ill-conditioned Hessian. If the information garthered on a inverse depth is too small (less than the threshold epsdST), it will be treated as a fixed point and not be marginalized during Schur complement construction.
Thank you for sharing! I read your code, and I saw that you use GN or DL to solve the optimization problem. As I know, GN and DL method are not stable, we use LM in a general way. What extra work do you make to solve this problem to use GN or DL happily?
The text was updated successfully, but these errors were encountered: