-
Notifications
You must be signed in to change notification settings - Fork 343
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
[BUG] Solver killed in teaser++ python #111
Comments
@jbalado Thanks for your interest. It's probably crashing due to memory insufficiency. Note that the |
@jingnanshi Thanks a lot. I will try it |
@jingnanshi I tried to applied the same code to both downsampled point clouds (4k points) and I received the following error: Segment violation ('core' generated) |
@jbalado Have you tried adding |
Yes, but the error continues |
Please try to compile everything in debug mode, and use Also, 4k points might still be too much --- you need to double check your memory consumption. |
Yes, I think 4K of correspondences are too many (empirically, TEASER++ works in near-real time under 600 correspondences). Please filter the correspondences before you give them as inputs. |
If there are no further questions, we will close the issue :) Thx |
I ran the code for Minimal Python 3 example for linux and the result was as expected.
I modified the code to read two point clouds (25k points each with partial overlap) and perform the registration. The code reads and saves the parameters, but when I run the solver.solve it crashes and ends up being killed.
How can I fix this?
The text was updated successfully, but these errors were encountered: