NVlabs / neuralangelo

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

run extract_mesh.py falied #105

Closed xuduo18311199384 closed 1 year ago

xuduo18311199384 commented 1 year ago

2023-09-05 09-52-12 的屏幕截图 How to deal with it?

mli0603 commented 1 year ago

Hi @xuduo18311199384

It looks like you are running an old version of trimesh, which does not have nondegenerate_faces functionality. Are you running the docker or a conda env?

xuduo18311199384 commented 1 year ago

I just build env by "pip install". I confirm there is something wrong with my 'trimesh'. I sovled the problem by Annotating this sentence "mesh.update_faces(mesh.nondegenerate_faces())".

mli0603 commented 1 year ago

Hi @xuduo18311199384

Good to know! Closing this now.