Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiHHHuang authored Dec 5, 2023
1 parent a310ed2 commit 51e55f9
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ <h1 class="title is-1 publication-title">Dexterous Manipulation of Construction
<div class="container is-max-desktop">
<div class="hero-body">
<div class="columns is-centered">

<h2 class="subtitle has-text-centered">
Dexterous robotic hand grasps a screwdriver,
relocates it to inside box,
and releases its palm for placement.
</h2>

<!-- Visual Effects. -->
<div class="column">
<div class="content">
<h2 class="title is-3">Visual Effects</h2>
<p>
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%">
<source src="./static/videos/demo_1.mp4"
type="video/mp4">
Expand All @@ -119,13 +119,8 @@ <h2 class="title is-3">Visual Effects</h2>

<!-- Matting. -->
<div class="column">
<h2 class="title is-3">Matting</h2>
<div class="columns is-centered">
<div class="column content">
<p>
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%">
<source src="./static/videos/demo_2.mp4"
type="video/mp4">
Expand Down

0 comments on commit 51e55f9

Please sign in to comment.