Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-zhuang authored Dec 3, 2024
1 parent b581cee commit 9d67124
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ <h2 class="title is-3 has-text-centered">Ablation Study</h2>
</section>


<!--


<section class="section">
<div class="container is-max-desktop">
Expand All @@ -545,10 +545,10 @@ <h2 class="title is-3">Visual Effects</h2>
Using <i>nerfies</i> you can create fun visual effects. This Dolly zoom effect
would be impossible without nerfies since it would require going through a wall.
</p>
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<!-- <video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/dollyzoom-stacked.mp4"
type="video/mp4">
</video>
</video> -->
</div>
</div>
<!--/ Visual Effects. -->
Expand All @@ -562,10 +562,10 @@ <h2 class="title is-3">Matting</h2>
As a byproduct of our method, we can also solve the matting problem by ignoring
samples that fall outside of a bounding box during rendering.
</p>
<video id="matting-video" controls playsinline height="100%">
<!-- <video id="matting-video" controls playsinline height="100%">
<source src="./static/videos/matting.mp4"
type="video/mp4">
</video>
</video> -->
</div>

</div>
Expand All @@ -589,9 +589,9 @@ <h3 class="title is-4">Interpolating states</h3>
</div>
<div class="columns is-vcentered interpolation-panel">
<div class="column is-3 has-text-centered">
<img src="./static/images/interpolate_start.jpg"
<!-- <img src="./static/images/interpolate_start.jpg"
class="interpolation-image"
alt="Interpolate start reference image."/>
alt="Interpolate start reference image."/> -->
<p>Start Frame</p>
</div>
<div class="column interpolation-video-column">
Expand All @@ -603,9 +603,9 @@ <h3 class="title is-4">Interpolating states</h3>
step="1" min="0" max="100" value="0" type="range">
</div>
<div class="column is-3 has-text-centered">
<img src="./static/images/interpolate_end.jpg"
<!-- <img src="./static/images/interpolate_end.jpg"
class="interpolation-image"
alt="Interpolation end reference image."/>
alt="Interpolation end reference image."/> -->
<p class="is-bold">End Frame</p>
</div>
</div>
Expand All @@ -621,15 +621,15 @@ <h3 class="title is-4">Re-rendering the input video</h3>
</p>
</div>
<div class="content has-text-centered">
<video id="replay-video"
<!-- <video id="replay-video"
controls
muted
preload
playsinline
width="75%">
<source src="./static/videos/replay.mp4"
type="video/mp4">
</video>
</video> -->
</div>
<!--/ Re-rendering. -->

Expand Down Expand Up @@ -669,7 +669,7 @@ <h2 class="title is-3">Related Links</h2>
</section>


-->




Expand Down

0 comments on commit 9d67124

Please sign in to comment.