VITA-Group/GNT

Export the model as Mesh ply or obj format

akkkb opened this issue · 1 comments

akkkb commented

Hi,
Thanks to author for amazing work.
Can you please tell, how to export the model as Mesh ply or obj format ?
And can render render videos for 360° scenes ?

Thankful for response in advance.

Hi @akkkb , thank you for your interest in our work! and apologies for the delay in our response.

I have added a data loader for nerf_synthetic rendering (360° scenes). There are no major differences between rendering a view vs evaluation, just that the required views might be different. This codebase doesn't include functionality to export the model as a mesh, but you could refer to https://github.com/peihaowang/nerf-pytorch#evaluation. Do let us know incase you run into further trouble!

Thanks