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

TIPS & SETTINGS #82

Closed Islaster closed 1 year ago

Islaster commented 1 year ago

How do I change setting such as max-iter and epoch. It would be good to put prerequisites installations and bare minimum requirements for software and hardware(i.e. everything you need to successfully download it via conda or the setup the docker needs in order to run). Thanks for sharing this amazing piece of software.

mli0603 commented 1 year ago

Hi @Islaster

The max-iter is defined here. You can add this line to your own config with updated values. This will overwrite the default value.

chenhsuanlin commented 1 year ago

We should already have all the instructions and minimal requirements in the README. Please let us know if there is any part that is unclear.