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

Pose estimation not converged ? #22

Closed
nonlinear1 opened this issue Aug 6, 2019 · 2 comments
Closed

Pose estimation not converged ? #22

nonlinear1 opened this issue Aug 6, 2019 · 2 comments

Comments

@nonlinear1
Copy link

When I use Kinect for Azure run badslam, I got the following message:
6:03:53.713 direct_ba_alternating.c:249 WARN| Pose estimation not converged (not_converged_count: 253, call_counter: 35820)
16:03:53.756 direct_ba_alternating.c:249 WARN| Pose estimation not converged (not_converged_count: 254, call_counter: 36157)
16:03:54.082 direct_ba_alternating.c:249 WARN| Pose estimation not converged (not_converged_count: 255, call_counter: 36821)

could you anyone know why?

@puzzlepaint
Copy link
Collaborator

The "Pose estimation not converged" warnings may sometimes be caused by oscillating pose estimation (which is not a big problem), if the scene doesn't sufficiently constrain a camera pose, or if too little depth data is available in a frame. Due to this, they sometimes also happen during normal operation and don't necessarily mean that something broke (unless such warnings are output permanently).

In your case, according to the messages, there were 255 warnings among 36821 calls to the pose estimation routine, which seems normal.

@nonlinear1
Copy link
Author

Thanks a lot.

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