VITA-Group / GNT

[ICLR 2023] "Is Attention All NeRF Needs?" by Mukund Varma T*, Peihao Wang* , Xuxi Chen, Tianlong Chen, Subhashini Venugopalan, Zhangyang Wang
https://vita-group.github.io/GNT
MIT License
340 stars 25 forks source link

Export the model as Mesh ply or obj format #6

Open akkkb opened 2 years ago

akkkb commented 2 years ago

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.

MukundVarmaT commented 1 year ago

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