-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) #2
Comments
Hi, |
@fabianschenk Thank you very much for your prompt reply. because we are not in a same time zone, I can't reply in time. I run the following script RESLAM ../config_files/reslam_settings.yaml ../config_files/dataset_tum1.yaml in the build directory according your tutorial, it works well for a while, then a Segmentation fault error is throwed.The contents of the terminal output are as follows: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) |
Hi, I'll install the new Ceres version and try to reproduce the error when I'm back at my lab on Monday. Best |
@fabianschenk @minxuanjun Hi,Is the problem solved now? I also encountered the same problem, when the program runs halfway, there will be a segmentation error, as shown.
|
Hi, Which version of ceres do you use @Quitino ? |
Hi,@fabianschenk Thank you very much for your reply, I am using version ceres 1.14. |
@fabianschenk ,HI, How does RESLAM work on low-texture scenes? |
I'm trying to reproduce the error but so far I've not managed to. Regarding the low-texture scenes: Currently, RESLAM relies on Canny and of course on the defined thresholds. If no or very few edges are detected, then RESLAM has similar problems as feature- or (most) photoconsistency-based methods. You could try different edge detectors since CNN-based sometimes find edges even in challenging scenes. |
Hi @fabianschenk Sorry, I didn't get back to you in time. Now that the problem has been solved, my Eigen library version is wrong. Thank you very much for your excellent work. |
@Quitino Thank you for your response. |
I am deeply attracted by your work,and thank you very much for your open source. But when I test your code , I encounter a program error “Segmentation fault (core dumped)”
The text was updated successfully, but these errors were encountered: