Skip to content

Commit

Permalink
YT Video
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-V9 committed Dec 9, 2023
1 parent 8b07065 commit 1d35d45
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 6 deletions.
Binary file added data/collage.mp4
Binary file not shown.
60 changes: 54 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ <h1 class="title is-2 publication-title">SplaTAM: Splat, Track & Map 3D Gaussian
</div>

<div class="is-size-6 publication-authors">
<span class="author-block"><sup>1</sup>CMU</a>,
<sup>2</sup>MIT</a>
<span class="author-block"><sup>1</sup>Carnegie Mellon University</a>,
<sup>2</sup>Massachusetts Institute of Technology</a>
</div>

<div class="column has-text-centered">
Expand All @@ -117,15 +117,25 @@ <h1 class="title is-2 publication-title">SplaTAM: Splat, Track & Map 3D Gaussian
</a>
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="https://spla-tam.github.io"
<span class="link-block">
<a href="https://youtu.be/jWLI-OFp3qU"
class="external-link button is-normal ">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span> -->
</span>
<!-- Thread Link. -->
<span class="link-block">
<a href="https://x.com/Nik__V__/status/1731840557553496410?s=20"
class="external-link button is-normal ">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
<span>Thread</span>
</a>
</span>
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/spla-tam/SplaTAM"
Expand Down Expand Up @@ -245,7 +255,20 @@ <h2 class="title is-3">Video</h2>
<!--/ Paper video. -->
</section>

<section class="hero is-small">
<section class="hero">
<div class="hero-body">
<div class="columns is-centered has-text-centered">
<div class="column is-three-fifths">
<h2 class="title is-3">Video</h2>
<div class="publication-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jWLI-OFp3qU?si=Ba4g6Io7ywE7wmqA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>

<section class="hero is-small is-light">
<div class="hero-body">
<div class="columns is-centered has-text-centered">
<div class="column">
Expand Down Expand Up @@ -283,6 +306,31 @@ <h2 class="title is-4">3D Novel View Loop</h2>
</div>
</section>

<section class="hero is-small">
<div class="hero-body">
<div class="columns is-centered has-text-centered">
<div class="column">
<h2 class="title is-3">Online iPhone Reconstructions</h2>
<p></p>
</div>
</div>

<div class="container is-max-desktop">
<div class="columns is-centered">

<div class="column has-text-centered">
<div class="content">
<video id="iphone_recon" autoplay controls muted loop playsinline height="100%">
<source src="./data/collage.mp4"
type="video/mp4">
</video>
</div>
</div>

</div>
</div>
</section>

<section class="hero is-small is-light">
<div class="hero-body">
<div class="columns is-centered has-text-centered">
Expand Down

0 comments on commit 1d35d45

Please sign in to comment.