NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.31k stars 387 forks source link

Error when exracting Mesh #141

Closed Genshin-Impact-king closed 10 months ago

Genshin-Impact-king commented 10 months ago

when I ran my case,the ckpt seems ok(4.1 G),but when extracting mesh, it shows as following:

66da8c8c62037c103f85bb56225c2e2

i had used the latest version of neuralangelo,and a week ago,it rans correctly on other cases can u help me?

Ryan-ZL-Lin commented 10 months ago

I encountered the same issue, and I solved this problem by removing the --keep_lcc parameter from the surface extraction command.

Genshin-Impact-king commented 10 months ago

I encountered the same issue, and I solved this problem by removing the --keep_lcc parameter from the surface extraction command.

thank you a lot! I will try it!