BachiLi / redner

Differentiable rendering without approximation.

Home Page:https://people.csail.mit.edu/tzumao/diffrt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to realize automatic differentiable in interior term?

linxxcad opened this issue · comments

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.