NVlabs / neuralangelo

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

PLY TO OBJ Files #185

Closed MicKkmack closed 6 months ago

MicKkmack commented 9 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 8 months ago

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

MicKkmack commented 6 months ago

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