-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Hi,
First of all, i want to thank you for this wonderful work. I can run it without problem when I specify
-c 0
for not running optimization. But when I want to do the optimization, I got segmentation error fault. When I do the backtrace, I get this:
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by './runLine3Dpp_vsfm -i ../testdata/ -m ../testdata/vsfm_result.nvm'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f8df05f5bdd in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
My system is as follows:
Ubuntu 16.04
Boost 1.58
Cuda 8.0
Eigen 3.3.3
Ceres 2.0.0
OpenCV 3.4
Have you ever encounter this error? Thank you for your help.