Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-V9 committed Nov 27, 2023
1 parent 735eb76 commit 937366b
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions supplement.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,15 @@ <h2 class="title is-3">Replica Room 0 Novel View Renderings</h2>
<div class="container is-max-desktop">
<div class="columns is-centered">

<div class="column has-text-centered">
<!-- <div class="column has-text-centered">
<div class="content">
<h2 class="title is-5">PS (No GT Depth)</h2>
<video id="psg_r0" autoplay controls muted loop playsinline height="100%">
<source src="./data/replica_nvs/point_slam_ngd/room0_rgb_ps.mp4"
type="video/mp4">
</video>
<!-- <img src = "data/viz_gifs/row3_col3.gif"> -->
</div>
</div>
</div> -->

<div class="column has-text-centered">
<div class="content">
Expand All @@ -224,7 +223,7 @@ <h2 class="title is-5">Nice-SLAM</h2>

<div class="column has-text-centered">
<div class="content">
<h2 class="title is-5">Point-SLAM (PS)</h2>
<h2 class="title is-5">Point-SLAM</h2>
<video id="ps_r0" autoplay controls muted loop playsinline height="100%">
<source src="./data/replica_nvs/point_slam/room0_rgb_ps.mp4"
type="video/mp4">
Expand All @@ -248,15 +247,14 @@ <h2 class="title is-5">Splat-SLAM</h2>
<div class="container is-max-desktop">
<div class="columns is-centered">

<div class="column has-text-centered">
<!-- <div class="column has-text-centered">
<div class="content">
<video id="psg_r0" autoplay controls muted loop playsinline height="100%">
<source src="./data/replica_nvs/point_slam_ngd/room0_depth_ps.mp4"
type="video/mp4">
</video>
<!-- <img src = "data/viz_gifs/row3_col3.gif"> -->
</div>
</div>
</div> -->

<div class="column has-text-centered">
<div class="content">
Expand Down Expand Up @@ -289,6 +287,10 @@ <h2 class="title is-5">Splat-SLAM</h2>
</div>
</div>

<h2 class="subtitle has-text-centered">
<span>Note: Nice-SLAM & Point-SLAM use ground truth novel view depth for rendering.</span>
</h2>

</div>
</section>

Expand All @@ -304,16 +306,15 @@ <h2 class="title is-3">Replica Office 1 Novel View Renderings</h2>
<div class="container is-max-desktop">
<div class="columns is-centered">

<div class="column has-text-centered">
<!-- <div class="column has-text-centered">
<div class="content">
<h2 class="title is-5">PS (No GT Depth)</h2>
<video id="psg_r0" autoplay controls muted loop playsinline height="100%">
<source src="./data/replica_nvs/point_slam_ngd/office1_rgb_ps.mp4"
type="video/mp4">
</video>
<!-- <img src = "data/viz_gifs/row3_col3.gif"> -->
</div>
</div>
</div> -->

<div class="column has-text-centered">
<div class="content">
Expand All @@ -322,18 +323,16 @@ <h2 class="title is-5">Nice-SLAM</h2>
<source src="./data/replica_nvs/nice_slam/office1_rgb_ns.mp4"
type="video/mp4">
</video>
<!-- <img src = "data/viz_gifs/row3_col3.gif"> -->
</div>
</div>

<div class="column has-text-centered">
<div class="content">
<h2 class="title is-5">Point-SLAM (PS)</h2>
<h2 class="title is-5">Point-SLAM</h2>
<video id="ps_r0" autoplay controls muted loop playsinline height="100%">
<source src="./data/replica_nvs/point_slam/office1_rgb_ps.mp4"
type="video/mp4">
</video>
<!-- <img src = "data/viz_gifs/row3_col3.gif"> -->
</div>
</div>

Expand All @@ -352,15 +351,14 @@ <h2 class="title is-5">Splat-SLAM</h2>
<div class="container is-max-desktop">
<div class="columns is-centered">

<div class="column has-text-centered">
<!-- <div class="column has-text-centered">
<div class="content">
<video id="psg_r0" autoplay controls muted loop playsinline height="100%">
<source src="./data/replica_nvs/point_slam_ngd/office1_depth_ps.mp4"
type="video/mp4">
</video>
<!-- <img src = "data/viz_gifs/row3_col3.gif"> -->
</div>
</div>
</div> -->

<div class="column has-text-centered">
<div class="content">
Expand Down Expand Up @@ -393,6 +391,10 @@ <h2 class="title is-5">Splat-SLAM</h2>
</div>
</div>

<h2 class="subtitle has-text-centered">
<span>Note: Nice-SLAM & Point-SLAM use ground truth novel view depth for rendering.</span>
</h2>

</div>
</section>

Expand Down

0 comments on commit 937366b

Please sign in to comment.