Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
范丞德 committed Oct 19, 2024
1 parent 2c05500 commit 5828a8a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions spectromotion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,10 @@ <h3>
<video id="compVideoabl1" loop playsinline autoplay muted style="max-width: 100%; height: 280px;">
<source src="videos/comparison/coarse_vs_ours_rgb.mp4" />
</video>
</div>
<br>
<p class="text-justify" style="text-align: center;">
Ablation method (left) vs Full model (right)
</p>
</div>
</div>
<script>
Expand Down Expand Up @@ -378,7 +381,10 @@ <h3>
<video id="compVideoabl2" loop playsinline autoplay muted style="max-width: 100%; height: 280px;">
<source src="videos/comparison/static_vs_ours_rgb.mp4" />
</video>
</div>
<br>
<p class="text-justify" style="text-align: center;">
Static and Dynamic training strategy stages (left) vs Specular stage (Full model) (right)
</p>
</div>
</div>
<script>
Expand Down Expand Up @@ -407,7 +413,10 @@ <h3>
<video id="compVideoabl3" loop playsinline autoplay muted style="max-width: 100%; height: 280px;">
<source src="videos/comparison/sh_vs_ours_rgb.mp4" />
</video>
</div>
<br>
<p class="text-justify" style="text-align: center;">
SH and Static environment map method (left) vs Deformable environment map (Full model) (right)
</p>
</div>
</div>
<script>
Expand Down

0 comments on commit 5828a8a

Please sign in to comment.