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 5, 2024
1 parent dfea9df commit 39ec8ac
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,24 +110,6 @@ <h1 class="title is-1 publication-title">Differentiable Point-based
</div>
</section>


<!-- Teaser video-->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop height="100%">
<!-- Your video here -->
<source src="static/images/result.png"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Novel view relighting for real objects
</h2>
</div>
</div>
</section>
<!-- End teaser video -->

<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
Expand All @@ -145,6 +127,20 @@ <h2 class="title is-3">Abstract</h2>
</section>
<!-- End paper abstract -->

<section class="section hero is-small">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Method</h2>
<img src="static/images/intro.png" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Overview of Differentiable forward rendering in DPIR
</div>
</div>
</div>
</div>
</section>


<!-- Image carousel -->
<section class="hero is-small">
Expand Down

0 comments on commit 39ec8ac

Please sign in to comment.