codes doesn't run successfully when computed normals
hey0chen opened this issue · 8 comments
What's the error that you get? You can try to run this step in the GUI of Meshlab manually.
-
You need to compute the normals manually in Meshlab as well before running the Poisson step
-
For me, poisson surface reconstruction usually finishes in ~10 minutes. Maybe #5 is also related, could you check if it is a similar issue by trying with the GUI on your local machine?
Thanks for your answer, I successfully manually running Poisson step with the GUI on mt local mechine, it seems to be the machine's problem, I will check it
I meet the same problem, have u solve it? Thank u
There seems to be a problem in this part of the code
ms.generate_surface_reconstruction_screened_poisson(depth=depth)
The parameter "depth" affects the speed,I changed depth=6 and tried many times, only one worked but it was still very slow.
I found this step to run on my A100 server for 34163s, nearly 10 hours, but yes it does work.
I found this step to run on my A100 server for 34163s, nearly 10 hours, but yes it does work.
That is definitely way too long for meshes with about 3M vertices. Double check if all CPUs are used and maybe try different versions of pymeshlab or an alternative implementation (e.g. Open3D).