bebeal / mipnerf-pytorch

A re-implementation of mip-NeRF in PyTorch
146 stars 15 forks source link

Extracting MESH issue #10

Open Sidd1609 opened 10 months ago

Sidd1609 commented 10 months ago

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?

MengtingWang1 commented 6 months ago

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

dmpribak commented 4 months ago

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.