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

Does a different object require retraining the model? #156

Closed zhj1013 closed 9 months ago

zhj1013 commented 9 months ago

Same as the title. I have trained Lego and saved the checkpoint. If I want to perform 3D reconstruction on another object, do I need to retrain the model?

Bombaninha commented 9 months ago

Yes, that's the idea of using NeRFs. Every single 3D reconstruction object requires a training step.

zhj1013 commented 9 months ago

Yes, that's the idea of using NeRFs. Every single 3D reconstruction object requires a training step.

Thank you for your reply. I got it.