Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin97 authored Nov 13, 2023
1 parent a3ed756 commit f6ce343
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ <h2 class="title is-3">Abstract</h2>
<div class = "has-text-centered">
<h2 class="title is-3">Method</h2>
</div>
<br>
<img src="./static/figure/method.png"
class=""
alt=""/>
Expand All @@ -220,8 +221,9 @@ <h2 class="title is-3">Method</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">
<div class = "has-text-centered">
<h2 class="title is-3">Input from DreamFusion Prompts</h2>
<h2 class="title is-3">More Results (DreamFusion Prompts)</h2>
</div>
<br>
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/video/text.mp4"
type="video/mp4">
Expand All @@ -236,8 +238,9 @@ <h2 class="title is-3">Input from DreamFusion Prompts</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">
<div class = "has-text-centered">
<h2 class="title is-3">Input from GSO</h2>
<h2 class="title is-3">More Results (GSO)</h2>
</div>
<br>
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/video/gso.mp4"
type="video/mp4">
Expand All @@ -252,8 +255,9 @@ <h2 class="title is-3">Input from GSO</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">
<div class = "has-text-centered">
<h2 class="title is-3">Input from One-2-3-45</h2>
<h2 class="title is-3">More Results (One-2-3-45)</h2>
</div>
<br>
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/video/12345.mp4"
type="video/mp4">
Expand All @@ -270,6 +274,7 @@ <h2 class="title is-3">Input from One-2-3-45</h2>
<div class = "has-text-centered">
<h2 class="title is-3">User Study</h2>
</div>
<br>
<img src="./static/figure/user_study.png"
class=""
alt=""/>
Expand All @@ -286,12 +291,13 @@ <h2 class="title is-3">User Study</h2>
<div class = "has-text-centered">
<h2 class="title is-3">Applications</h2>
</div>
<br>
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/video/aipoly.mp4"
type="video/mp4">
</video>
<p>
One-2-3-45++ can significantly enhance the efficiency and creativity of 3D game artists. Every 3D asset featured in the video was created by our AI in under 60 seconds.
One-2-3-45++ can significantly enhance the efficiency and creativity of 3D game artists. Every 3D asset featured in the video was created by our AI.
</p>
</div>
</div>
Expand Down

0 comments on commit f6ce343

Please sign in to comment.