mipnerf-pytorch icon indicating copy to clipboard operation
mipnerf-pytorch copied to clipboard

Extracting MESH issue

Open Sidd1609 opened this issue 1 year ago • 2 comments

After training the model I am not able to extract the mesh properly, The error raised is:

Mesh has 0.00 M vertices and 0.00 M faces.

@bebeal please could you help me out with what might be the issue?

Sidd1609 avatar Nov 02 '23 11:11 Sidd1609

I have the same problem, how can I solve this problem

MengtingWang1 avatar Mar 18 '24 14:03 MengtingWang1

You may have sigma_threshold set too high in config.py. You could try lowering it to 10-20 to see if that fixes your problem.

dmpribak avatar May 14 '24 06:05 dmpribak