Skip to content

Commit

Permalink
website v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maturk committed Apr 4, 2024
1 parent 56cc1c8 commit 468bc8a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
61 changes: 32 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 class="title is-5" style="margin-right: 10px; white-space: nowrap; letter-sp

<section class="hero is-light is-small">
<div class="container hero-body">
<div class="columns is-multiline is-centered">
<div class="columns is-centered">
<div class="column is-one-quarter-desktop has-text-centered">
<div class="twentytwenty-container twentytwenty-custom">
<img src="static/images/comparisons/vr/splatfacto_depth_long_capture_frame_00081.png" alt="Splatfacto" >
Expand Down Expand Up @@ -497,35 +497,38 @@ <h2 class="title is-3">More Visuals</h2>

<section class="section">
<div class="container hero-body">
<div class="column has-text-centered">
<h2 class="title is-3">Mesh Comparisons</h2>
<p>Reconstruction on the Honka scene from MuSHRoom dataset</p>
<!--Mesh Comparisons-->
<div class="column has-text-centered">
<h2 class="title is-3">Mesh Comparisons</h2>
<p>Reconstruction on the Honka scene from MuSHRoom dataset</p>
</div>
<div class="container">
<div class="container" style="display: flex; justify-content: center; flex-wrap: wrap; width: 800px; height: 400px;">
<div class="column has-text-centered" style="flex: 1; width: 800px">
<p>Splatfacto</p>
<model-viewer
alt="Unicorn Mesh"
src="./static/images/pd/rgb.gltf"
style="width: 100%; height: 100%;"
camera-controls
camera-orbit="0deg 180deg 1m"
field-of-view="30deg">
</model-viewer>
</div>
<div class="column has-text-centered" style="flex: 1; width: 800px">
<p><strong><span style="color: blue;">D</span><span style="color: red;">N</span>-Splatter</strong></p>
<model-viewer
alt="Unicorn Mesh"
src="./static/images/pd/our.gltf"
style="width: 100%; height: 100%;"
camera-controls
camera-orbit="0deg 180deg 1m"
field-of-view="30deg">
</model-viewer>
</div>
</div>
<div class="container">
<div class="container" style="display: flex; justify-content: center; flex-wrap: wrap; width: 800px; height: 400px;">
<div class="column has-text-centered" style="flex: 1; width: 800px">
<p>Splatfacto</p>
<model-viewer
alt="Unicorn Mesh"
src="./static/images/pd/rgb.gltf"
style="width: 100%; height: 100%;"
camera-controls
camera-orbit="0deg 180deg 1m"
field-of-view="30deg">
</model-viewer>
</div>
<div class="column has-text-centered" style="flex: 1; width: 800px">
<p><strong><span style="color: blue;">D</span><span style="color: red;">N</span>-Splatter</strong></p>
<model-viewer
alt="Unicorn Mesh"
src="./static/images/pd/our.gltf"
style="width: 100%; height: 100%;"
camera-controls
camera-orbit="0deg 180deg 1m"
field-of-view="30deg">
</model-viewer>
</div>
</div>
</div>
<!--End mesh comparisons-->
</div>
</section>

Expand Down
Binary file modified static/videos/vase/combined_normal.mp4
Binary file not shown.

0 comments on commit 468bc8a

Please sign in to comment.