Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

How to extract texture mesh from NeRF? #38

Open ymxbj opened 6 months ago

ymxbj commented 6 months ago

Dear authors, thank you very much for your wonderful work! But I wonder how to get a texture mesh from generative NeRF. The current code only save a mesh file without color. Is it possible to get a texture mesh with color information on its every vertex? Looking forward for your reply, thanks!