stable-dreamfusion icon indicating copy to clipboard operation
stable-dreamfusion copied to clipboard

A question about "NeRF to 3D Model"

Open QWTforGithub opened this issue 2 years ago • 3 comments

Thank you very much for your the implementation of DreamFusion. I just started to learn NeRF. I have a question about "NeRF to 3D Model ". What is the principle of NeRF to 3D Model? Thanks, I have been very confused. I am a beginner of NeRF.

QWTforGithub avatar Feb 02 '23 09:02 QWTforGithub

@QWTforGithub Hi, do you mean exporting nerf to 3D meshes? In that case we simply use marching cubes to extract the surface and bake the colors.

ashawkey avatar Feb 02 '23 11:02 ashawkey

@QWTforGithub Hi, do you mean exporting nerf to 3D meshes? In that case we simply use marching cubes to extract the surface and bake the colors.

Thank you for your reply. I use NeRF to get the RGBs and Depths. How do I use them to create the 3D Mesh by marchimg cubes(which code in the case)? Sorry, I am not familiar with marching cubes.

QWTforGithub avatar Feb 08 '23 09:02 QWTforGithub

You could simply use the --save_mesh option to export the mesh, but it usually looks worse then the nerf renderings.

ashawkey avatar Feb 08 '23 10:02 ashawkey