-
Notifications
You must be signed in to change notification settings - Fork 154
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
layer in eigen_value_array #41
Comments
It just give a weight for different planes. We want the planes with large eigenvalue (\lambda_3) have smaller weight. It does matter you set the "coe" as "1" and it can still work. |
Thanks, @Zale-Liu BALM/src/benchmark/bavoxel.hpp Line 1058 in d91afa9
39300.2 3184.08 585.026 47.096 100.483 259.047 When i performed the optimization, this is part of the Hessian matrix from the above code. It can be seen that there are very large values in the rotation part of one pose compared with translation ones. Is this normal? |
Would this be a sign for the unsatisfied BA result? |
BALM/src/benchmark/bavoxel.hpp
Line 39 in d91afa9
Hi, @Zale-Liu
May i ask how to understand the meaning of layer in eigen_value_array? Is it the layer of octree or the layer for hierarchical BA?
What's the meaning of above codes?
Looking forward to your help ;)
The text was updated successfully, but these errors were encountered: