Skip to content
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

how to deal with the ill-conditioned Hession matrix #15

Open
lfy-gogogo opened this issue Aug 9, 2018 · 1 comment
Open

how to deal with the ill-conditioned Hession matrix #15

lfy-gogogo opened this issue Aug 9, 2018 · 1 comment

Comments

@lfy-gogogo
Copy link

lfy-gogogo commented Aug 9, 2018

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?

@liuhaomin
Copy link
Collaborator

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.

} else if (KF.m_Axs[ix].m_Sadx.m_add.m_a > epsd) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants