diffusionerf icon indicating copy to clipboard operation
diffusionerf copied to clipboard

About the method of geometry reconstruction

Open xiaobiaodu opened this issue 2 years ago • 2 comments

Hi

Thanks for your excellent work. I am very interested in Fig. 6. Which method you used to reconstruct the geometry? If you can provide a GitHub repo, I would appreciate a lot.

image

xiaobiaodu avatar Sep 26 '23 06:09 xiaobiaodu

Hi there,

To reconstruct the geometry we extracted an isosurface from the nerf with marching cubes (see extract_geometry in nerf/utils.py), and then additionally culled it using this code from MonoSDF: https://github.com/autonomousvision/monosdf/blob/main/dtu_eval/evaluate_single_scene.py

Best, Jamie Wynn

jamiewynn avatar Oct 16 '23 20:10 jamiewynn

Hi, I'm also interested in this issue. I would like to have more information about how to exploit evaluate_single_scene.py from MonoSDF. Indeed running it over the mesh obtained from NeRF does not lead to any improvements on the mesh. Additionally which mesh resolution do you have provide to the marching cubes method ?

ZepSbosnia avatar Jun 26 '24 07:06 ZepSbosnia