-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Congratulations and thanks for such a great work!
I found that for the DTU dataset (probably other datasets as well?), the norm of normals may be 0 when calculating the normal error for supervising, which causes the code stop running, so I add the following line:
norm = torch.where(torch.eq(norm,0.0), torch.tensor(1.), norm)
in the render_core function in ./models/renderer.py to prevent from such issues and the code works now.
But I'm not sure that the modification of code is correct, so I just raise this issue.
Metadata
Metadata
Assignees
Labels
No labels