-
Notifications
You must be signed in to change notification settings - Fork 456
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
Infinitely-running relaxationdartthrowing filter #4119
Comments
Can you please post this file? |
Thank you for your answer.
This issue as far as I can see can be reproduced with any pointcloud. At least, it works with all of mines, including the attached ones. For example :
Please find attached an example point cloud with many duplicate points called duplicates.laz. You can reproduce the problem with for example :
This happened at some points during our debugging but unfortunately I was no longer able to reproduce the issue, so let's ignore this one ;), might have been a mistake on my part. |
I agree. We should clean this up. The filter can definitely get stuck running indefinitely if the count cannot be reached. It just keeps trying over and over again with smaller radii. |
Going to finally put this one to bed today. My plan is to
|
This seems like a decent fix, thanks. |
Hello, I am having issues with the relaxationdartthrowing filter used as below :
I would expect the filter to throw errors or otherwise adapt to the following situations :
Instead, the current behaviour as far as I can see in those situations is that the filter simply gets stuck and runs "infinitely" (or at least, more than 10 minutes even for very small point clouds of <200 points).
This also happens is other cases when the parameter "count" is close but still strictly smaller than the number of points in in.laz, even after running the "sample" filter to remove very close points. However, I was not able to figure out the cause, nor a reason for which threshold for "count" would completely solve the issue.
System/installation information:
(installed with conda)
The text was updated successfully, but these errors were encountered: