BachiLi / redner

Differentiable rendering without approximation.
https://people.csail.mit.edu/tzumao/diffrt/
MIT License
1.39k stars 139 forks source link

Weights of pixels with radiance #157

Open joy-alen opened 3 years ago

joy-alen commented 3 years ago

Hi, Thanks for sharing your wonderful work. I am curious about the implementation of excluding the light source from loss by changing the weights of the pixels having a radiance value mentioned in the 5.4.4 section of your work. Is there any particular test that is shared that I can have a look at to see how this is implemented?

Thanks again for making your work available.