Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: hg-chung <[email protected]>
  • Loading branch information
hg-chung authored Apr 11, 2024
1 parent cb8ce86 commit 4b74d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,12 @@ <h2 class="title is-3">Video</h2>
<!-- Visual Effects. -->
<div class="column is-full-width">
<div class="content">
<h2 class="title is-3">Method</h2>
<h2 class="title is-3">Differentiable Forward Rendering in DPIR</h2>
<img src="./static/images/intro.PNG"
class="interpolation-image"
alt="Pipeline."
width="100%"/>
<p>
<strong>Overview of differentiable forward rendering.</strong>
(a) For each 3D point, its position is used as a query for the diffuse-albedo MLP $\Theta_d$, SDF MLP $\Theta_\text{SDF}$, and specular-basis coefficient MLP $\Theta_c$.
The specular-basis BRDF MLP $\Theta_s$ models specular-basis reflectance, given the incident and outgoing directions $\boldsymbol{\omega_{i}}$ and $\boldsymbol{\omega_{o}}$.
The point-based shadow renderer estimates the point visibility from a light source per each image.
Expand Down

0 comments on commit 4b74d41

Please sign in to comment.