taichi-dev / taichi_three

A soft renderer based on Taichi (work in progress)
https://t3.142857.red/
MIT License
217 stars 22 forks source link

Differentiable Rendering? #18

Open oeway opened 3 years ago

oeway commented 3 years ago

Hi, thanks for the nice work! I am quite new to this, but wondering if we can do differentiable rendering with t3 as done in https://github.com/BachiLi/redner ?

archibate commented 3 years ago

Intresting, IIUC, with differentiable rendering, we can obtain the object information from a real-world photo? Thanks to the power of the autodiff system in Taichi, we may actually support this without pain, I'll def take a look at this direction in future, please feel free to contribute if you're familiar with Taichi autodiff, thanks in advance!