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

Guide or Tutorial? #79

Closed Islaster closed 1 year ago

Islaster commented 1 year ago

is there a guide out to explain each step? I'm right now epoch training and wondering how many epochs get trained is it a set amount or is it dynamic depending on some other variable. How do I get the end product?

chenhsuanlin commented 1 year ago

Hi @Islaster, the training length is determined by max_iter. Please see this section on extracting the mesh. The README is the guide -- if there is any part that is unclear, please let us know.

Islaster commented 1 year ago

how do i change max iter