Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nnanhuang committed Dec 15, 2023
1 parent 6b52984 commit 58dd12d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/customize-it-3d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ <h2 class="subtitle has-text-centered">
using Subject-Specific Prior.
</h2>
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/res_1.mp4"
<source src="./static/videos/res_2.mp4"
type="video/mp4">
</video>
<div class="video-container"></div>
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/res_2.mp4"
<source src="./static/videos/res_1.mp4"
type="video/mp4">
</video>
<div class="video-container"></div>
Expand Down Expand Up @@ -317,7 +317,7 @@ <h2 class="title is-3">Video</h2>
<!-- Methods. -->
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">
<h2 class="title is-3">Methods</h2>
<h2 class="title is-3">Method</h2>
<div class="content has-text-justified">
<p>
We propose a two-stage framework <span class="dnerf">Customize-It-3D</span> for high-quality 3D creation
Expand Down Expand Up @@ -361,7 +361,7 @@ <h2 class="title is-3">Comparision</h2>
preload
playsinline
width="75%">
<source src="./static/videos/comparision_1.mp4"
<source src="./static/videos/comparision_2.mp4"
type="video/mp4">
</video>

Expand All @@ -373,7 +373,7 @@ <h2 class="title is-3">Comparision</h2>
preload
playsinline
width="75%">
<source src="./static/videos/comparision_2.mp4"
<source src="./static/videos/comparision_4.mp4"
type="video/mp4">
</video>

Expand All @@ -397,7 +397,7 @@ <h2 class="title is-3">Comparision</h2>
preload
playsinline
width="75%">
<source src="./static/videos/comparision_4.mp4"
<source src="./static/videos/comparision_1.mp4"
type="video/mp4">
</video>
</div>
Expand Down

0 comments on commit 58dd12d

Please sign in to comment.