VITA-Group / GNT

[ICLR 2023] "Is Attention All NeRF Needs?" by Mukund Varma T*, Peihao Wang* , Xuxi Chen, Tianlong Chen, Subhashini Venugopalan, Zhangyang Wang

Home Page:https://vita-group.github.io/GNT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export the model as Mesh ply or obj format

akkkb opened this issue · comments

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.

commented

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