NVlabs / neuralangelo

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

PLY TO OBJ Files #185

Closed MicKkmack closed 2 months ago

MicKkmack commented 4 months ago

Hi ,

Does anyone know if Neuralangelo can be adjusted to create OBJ files rather than the PLY files it creates?

Thanks :)

MachtaYassine commented 3 months ago

It uses Trimesh, So i think naming your output mesh 'mesh.obj' should work. Did you try that ?

MicKkmack commented 2 months ago

I just did , it worked thank you! I should of thought of that...