Bundle adjustment model or CaNNOLeS optimizer not working? #33
ojwoodford
started this conversation in
General
Replies: 1 comment 12 replies
-
|
Hi @ojwoodford, thanks for reporting this. The issue here is that BundleAdjustmentModels doesn't have second-order information on the residual function, and CaNNOLeS tries to use that, by default. I don't know the robustified least squares problem. What changes in the optimization problem? |
Beta Was this translation helpful? Give feedback.
12 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.
-
Hi there. All these packages look interesting, and I wanted to try them out on bundle adjustment. I was expecting the following code to work:
but I get the following error:
Am I doing something wrong? Also, can CaNNOLeS optimize robustified least squares costs, or just pure least squares costs?
Beta Was this translation helpful? Give feedback.
All reactions