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

Wish able to manually save checkpoint #127

Open pierreparfait01 opened 11 months ago

pierreparfait01 commented 11 months ago

I wish there's a way to manually save checkpoint so if I'm in the middle of two checkpoints I wouldn't have to start from the previous one.

mli0603 commented 11 months ago

Hi @pierreparfait01

One option is to set the checkpoint frequency high enough. But this will require many disk storage.

pierreparfait01 commented 11 months ago

That's what I do now, but the storage space is the problem