Skip to content
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

generate_surface_reconstruction_screened_poisson very slow on Linux compared with Windows #408

Open
giulioaugello opened this issue Dec 6, 2024 · 1 comment

Comments

@giulioaugello
Copy link

I'm using the same point cloud on windows and on linux and "generate_surface_reconstruction_screened_poisson" is very very slow on Linux.

Tested on the same computer.

Execution time Windows: 8 seconds
Execution time Linux: 570 seconds

@giulioaugello
Copy link
Author

Found the bug in pymeshlab. The problem is the number of thread passed as parameter of generate_surface_reconstruction_screened_poisson function.

Cores usage plot:

Using 32 thread the execution time is 570 seconds:
Screenshot from 2024-12-06 15-49-06

Using 33 thread the execution time is 8 seconds:
Screenshot from 2024-12-06 15-46-49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant