stable-dreamfusion
stable-dreamfusion copied to clipboard
A question about "NeRF to 3D Model"
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 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.
@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.
You could simply use the --save_mesh
option to export the mesh, but it usually looks worse then the nerf renderings.