Bundle adjustment model or CaNNOLeS optimizer not working? #33
Replies: 2 comments 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? |
|
Hi again. I can't find any example in the documention of a BundleAdjustmentModel actually being optimized. It would help to add this to the BundleAdjustmentModels tutorial. I'm again having trouble getting a BundleAdjustmentModel to optimize, now using any optimizer. See the following: I also find cannoles takes way longer than expected. My own solver takes 3 seconds to optimize the problem, while cannoles seems to be taking over 30s per iteration! |
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?
All reactions