Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi authored Dec 1, 2019
1 parent c06a72b commit 8a4eafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ scene parameters, that is, you can backpropagate from the image to your 3D scene

For more details on the renderer, what it can do, and the techniques it use for computing the derivatives, please
take a look at the paper:
[Differentiable Monte Carlo Ray Tracing through Edge Sampling](https://people.csail.mit.edu/tzumao/diffrt/), Tzu-Mao Li, Miika Aittala, Fredo Durand, Jaakko Lehtinen
Since the submission we have improved the renderer a bit. In particular we implemented a CUDA backend and accelerated
[Differentiable Monte Carlo Ray Tracing through Edge Sampling](https://people.csail.mit.edu/tzumao/diffrt/), Tzu-Mao Li, Miika Aittala, Fredo Durand, Jaakko Lehtinen.
Since the submission we have improved the renderer quite a bit. In particular we implemented a CUDA backend and accelerated
the continuous derivatives significantly by replacing automatic differentiation with manually-derived derivatives. See Tzu-Mao Li's [thesis](https://people.csail.mit.edu/tzumao/phdthesis/phdthesis.pdf) for even more details.

## Installation
Expand Down

0 comments on commit 8a4eafd

Please sign in to comment.