Hello again,
I'am working on bundle adjustment stuff. I'm trying to compute covariances for a quite large set of landmarks (500 000 landmarks) and getting these error (the computation works fine on smaller data set)
"CHOLMOD error: out of memory. file: ../Core/cholmod_memory.c line: 146
CHOLMOD error: out of memory. file: ../Core/cholmod_memory.c line: 146
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1126 09:53:44.154214 10831 covariance_impl.cc:680] Check failed: 'permutation' Must be non NULL"
My question is, if there is a way of predicting how much memory the covariance computation requires?
Thanks
Niko