google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.58k stars 339 forks source link

How to extract 3D model #50

Open osmanrulz opened 1 year ago

osmanrulz commented 1 year ago

Hello, I want to know how to extract the 3D model of the generated scene with UV mapped textures. Thank You

jonbarron commented 1 year ago

Turning a nerf into a textured mesh is still an open research question.

ankitatiisc commented 1 year ago

Is there a way to extract the 3D model without texture ? I was following this jupyter notebook : https://github.com/bmild/nerf/blob/master/extract_mesh.ipynb

Is there similar notebook for mip360 ?

jonbarron commented 1 year ago

I don't have one on hand, sorry.