Sameer Agarwal
Sameer Agarwal
This is a glog related issue, if all you are getting is an error with levenberg Marquardt strategy test, you can ignore it or comment it out. On Sat, Aug...
There is nothing special that you should need to do. Install cudss and cuda and then the build should work. You will have to tell us more about your build...
Approach 3 is what I would recommend. If you are not using a robust loss function, so just a straight up least squares problem then you may benefit from using...
Ceres is thread compatible, i.e. multiple instances of the problem can be constructed in parallel threads and solve called on them without any problems. Ceres is not threads safe, in...
@sergiud should we keep this open? are we going to do something about this?
I have been meaning to look at this with multiversionioning support in sphinx. But it's a bit of a mess. I will take another attempt at this. Sorry about the...
Sorry about this, I will update the docs shortly. On Sat, Apr 19, 2025, 4:29 AM Hamed H. ***@***.***> wrote: > I'm trying to get started with ceres-solver but the...