bennyguo/instant-nsr-pl

NeRF code seems not export mesh.

Closed this issue · 2 comments

Hi there, I clone the latest code, and I trained the nerf as the README, while after training, I check the dir of exp, and I found that ,the obj file shows nothing but:

image

So I guess is there somthing wrong?

I tried reduce the threshold to 0.1(old was 5.0) seems work, but noise shows everywhere(Lego), and 0.5 seems not work again, very strange.

Hi, I'm facing the same issue, apparently it's because the level in the isosurface_ function contains NaNs. How did you end up solving this problem? Just by setting the threshold to 0.1?