Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: hg-chung <107260735+hg-chung@users.noreply.github.com>
  • Loading branch information
hg-chung authored Apr 11, 2024
1 parent f5f5469 commit 49bfa35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ <h2 class="title is-3">Video</h2>
<div class="column is-full-width">
<div class="content">
<h2 class="title is-3">Differentiable Forward Rendering in DPIR</h2>
<div class="content has-text-justified">
<img src="./static/images/pipeline.jpg"
class="interpolation-image"
alt="Pipeline"
width="100%"/>
<div class="content has-text-justified">
<p>
(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}}$.
Expand All @@ -231,11 +231,11 @@ <h2 class="title is-3">Differentiable Forward Rendering in DPIR</h2>
<div class="column is-full-width">
<div class="content">
<h2 class="title is-3">Regualrized basis BRDF</h2>
<div class="content has-text-justified">
<img src="./static/images/basis_coeff.jpg"
class="interpolation-image"
alt="Pipeline"
width="60%"/>
<div class="content has-text-justified">
<p>
We utilize regularized basis BRDF representation to estimate accurate spatially-varying BRDFs from limited light-view angular samples.
We visualize the BRDFs on unit spheres illuminated by a point light source.
Expand All @@ -254,11 +254,11 @@ <h2 class="title is-3">Regualrized basis BRDF</h2>
<div class="column is-full-width">
<div class="content">
<h2 class="title is-3">Point-based Visibility Test</h2>
<div class="content has-text-justified">
<img src="./static/images/shadow_handling.jpg"
class="interpolation-image"
alt="Pipeline"
width="60%"/>
width="50%"/>
<div class="content has-text-justified">
<p>
(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}}$.
Expand Down

0 comments on commit 49bfa35

Please sign in to comment.