benchun123 / object-based-loop-closure

Other
8 stars 3 forks source link

Segmentation Fault(core dumped) #1

Closed wf-hahaha closed 7 months ago

wf-hahaha commented 11 months ago

I'm running Ubuntu 20.04 with opencv 4.2. However, when initializing for optimization, there is always a Segmentation Fault. How can I solve this? 21

benchun123 commented 11 months ago

Hallo,

Thanks for following this work. As I track the information, I think it may happen in the function: Optimizer::GlobalBundleAdjustemnt

So, I recommand to check your Eigen library or G2O library. Some similar issues can be found at https://github.com/raulmur/ORB_SLAM2/issues/634 https://github.com/raulmur/ORB_SLAM2/issues/351 https://github.com/raulmur/ORB_SLAM2/issues/216

Besides, I have never tried opencv4.x, that is different from opencv3.x, I am not sure if my code works well with opencv4.x. If you still can not fix the problem, please write me again.

wf-hahaha commented 3 months ago

作者您好,还想咨询您下,如何制作yolo_txts,我想在自己录制的数据集上做实验,有木有生成yolo_txts文件的.py脚本,谢谢