NVlabs / neuralangelo

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

extract mesh failed,'list' object has no attribute 'vertices' #63

Closed dumppool closed 1 year ago

dumppool commented 1 year ago

File "projects/neuralangelo/scripts/extract_mesh.py", line 93, in main print(f"vertices: {len(mesh.vertices)}") AttributeError: 'list' object has no attribute 'vertices' How to fix this error

chenhsuanlin commented 1 year ago

Hi @dumppool, mesh shouldn't be a list in any case. Could you post the full error log?

ftn-gautam commented 1 year ago

I see the same error but always only for the second checkpoint.

chenhsuanlin commented 1 year ago

Closing due to inactivity, please feel free to reopen if the issue persists.

jujuyu0401 commented 1 year ago

Hi @dumppool, mesh shouldn't be a list in any case. Could you post the full error log?

hi, i also met this problem. when i test lego.mp4 or video captured by my mobile phone, it worked well. when i test video captured by a use camera(low resolution), i encounter this error. did the camera device lead this?

mli0603 commented 1 year ago

Hi @jujuyu0401

Usually this happens when the bounding region is wrong and training fails to converge. There are some tools in the data preprocessing readme to inspect and adjust the bounding region if needed.

amughrabi commented 9 months ago

Hi @jujuyu0401

Usually this happens when the bounding region is wrong and training fails to converge. There are some tools in the data preprocessing readme to inspect and adjust the bounding region if needed.

This happened when I reduced the image size (to 50%) after running COLMAP.