tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.6k stars 1.23k forks source link

LSD_SLAM core crashes on ECCV Sequence - bad_alloc error #125

Open Gingol opened 9 years ago

Gingol commented 9 years ago

Hi, I'm trying the LSD_SLAM with the ECCV Sequence, but after ~250 seconds the lsd_slam core crashes. The console output is:

... Done Random initialization! int g2o::csparse_extension::cs_cholsolsymb(const csdi, double_, const csdis, double_, int*): cholesky failed! Cholesky failure, writing debug.txt (Hessian loadable by Octave) terminate called after throwing an instance of 'std::bad_alloc' terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)

I thought it may be a memory problem, so I set the "keep in memory" parameters to false, but the result is the same. Can anyone help me? Thanks in advance

Mauro

romdos commented 7 years ago

Did you solve this problem?