mipnerf-pytorch
mipnerf-pytorch copied to clipboard
Extracting MESH issue
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?
I have the same problem, how can I solve this problem
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.