BachiLi / redner

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

How to realize automatic differentiable in interior term? #192

Open linxxcad opened 11 months ago

linxxcad commented 11 months ago

It is mentioned in the paper that the internal terms can be implemented using the automatic differentiation provided by pytorch, but obviously internal term in Redner is also implemented by manual derivation. How to use automatic differentiation and CUDA parallel computing to realize automatic differentiation of internal terms? I would appreciate it if anyone could answer.