Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saandeepa93 committed Jul 7, 2024
1 parent f67a2fc commit 45231a6
Showing 1 changed file with 4 additions and 54 deletions.
58 changes: 4 additions & 54 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,21 +122,7 @@ <h1 class="title is-1 publication-title">FlowCon: Out-of-Distribution Detection
</div>
</section>

<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/teaser.mp4"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
<span class="dnerf">Nerfies</span> turns selfie videos from your phone into
free-viewpoint
portraits.
</h2>
</div>
</div>
</section>




Expand Down Expand Up @@ -180,15 +166,6 @@ <h2 class="title is-3">Abstract</h2>
<!--/ Abstract. -->

<!-- Paper video. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Video</h2>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
<!--/ Paper video. -->
</div>
</section>
Expand All @@ -200,38 +177,11 @@ <h2 class="title is-3">Video</h2>
<div class="columns is-centered">

<!-- 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/dollyzoom-stacked.mp4"
type="video/mp4">
</video>
</div>
</div>

<!--/ Visual Effects. -->

<!-- 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/matting.mp4"
type="video/mp4">
</video>
</div>

</div>
</div>

</div>
<!--/ Matting. -->

Expand Down Expand Up @@ -336,7 +286,7 @@ <h2 class="title is-3">Related Links</h2>
<h2 class="title">BibTeX</h2>
<pre><code>@article{park2021nerfies,
author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
title = {Nerfies: Deformable Neural Radiance Fields},
title = {FlowCon},
journal = {ICCV},
year = {2021},
}</code></pre>
Expand Down

0 comments on commit 45231a6

Please sign in to comment.