Closed SteveSZF closed 3 years ago
this is because to extract mesh, we only need the occupancy (sigma) and not the rgb colors. Therefore any value of viewdir is fine (it doesn't change the result). Or you can even remove these lines by querying the sigma part only.
Hi, thank you for your great work. I found that the values in viewdirs are not all zeros during training and testing. But all the values in viewdirs are zero in extract_mesh.ipynb. Could you explain it? Thank you!