nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

how to improve mesh quailty?

Open hanjoonwon opened this issue 2 years ago • 1 comments

I trained with these pipelines, but the surface mesh quality was poor. How can I get a better quality mesh? ns-train nerfacto --pipeline.model.predict-normals True --data output/scan --pipeline.datamanager.train-num-rays-per-batch 2000

hanjoonwon avatar Jan 11 '24 06:01 hanjoonwon

One way to get a better quality mesh is to try out Nerf2Mesh. It takes the density field of the NeRF and applies the marching cubes algorithm to obtain a coarse surface mesh. Utilizing iterative mesh refinement, it converts the coarse mesh to a fine mesh, creating a higher resolution output

anniezhang2288 avatar Feb 04 '24 23:02 anniezhang2288