Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erniechiew authored Aug 30, 2024
1 parent 43e984d commit 4a46a0d
Showing 1 changed file with 16 additions and 29 deletions.
45 changes: 16 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,26 +122,29 @@ <h2 class="title is-3">Abstract</h2>
</section>
<!-- End paper abstract -->


<section class="section hero is-small">
<section class="hero is-small">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Methods</h2>
<div class="content has-text-justified">
<p></p>
<img src="static/images/MarioVGG_overview.png" alt="MarioVGG Overview" />
<!--<p><b>Sample text:</b>-->
<!-- Text -->
</p>
</div>
<div class="container is-centered has-text-centered">
<h2 class="title is-3">Methods</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item" style="max-width: 100%; display: flex; flex-direction: column; align-items: center;">
<img src="static/images/MarioVGG_overview.png" alt="MarioVGG Overview" style="max-width: 50%;" />
<p style="margin-top: 10px;">MarioVGG is a text-to-video model which takes in the initial game state as a single image frame, and an action in the form of a text prompt. It then outputs a video (a sequence of frames) depicting the action in the game.</p>
</div>
<div class="item" style="max-width: 100%; display: flex; flex-direction: column; align-items: center;">
<img src="static/images/mariovgg-extended-examples.png" alt="Extended MarioVGG examples" style="max-width: 50%;" />
<p style="margin-top: 10px;">Comparison between MarioVGG-generated frames and ground truth frames.</p>
</div>
<div class="item" style="max-width: 100%; display: flex; flex-direction: column; align-items: center;">
<img src="static/images/chaining-mariovgg.png" alt="Chaining example" style="max-width: 50%;" />
<p style="margin-top: 10px;">To generate and maintain gameplay for longer horizons, we chain together multiple model generations recursively.</p>
</div>
</div>
</div>
</div>
</section>



<section class="hero is-small">
<div class="hero-body">
Expand All @@ -162,22 +165,6 @@ <h2 class="title is-3">MarioVGG Gameplay Examples</h2>
</div>
</section>

<section class="hero is-small">
<div class="hero-body">
<div class="container is-centered has-text-centered">
<h2 class="title is-3">Additional Illustrations</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item" style="max-width: 100%; display: flex; justify-content: center;">
<img src="static/images/mariovgg-extended-examples.png" alt="Extended MarioVGG examples" style="max-width: 50%;" />
</div>
<div class="item" style="max-width: 100%; display: flex; justify-content: center;">
<img src="static/images/chaining-mariovgg.png" alt="Chaining example" style="max-width: 50%;" />
</div>
</div>
</div>
</div>
</section>


<!--BibTex citation -->
<section class="section" id="BibTeX">
Expand Down

0 comments on commit 4a46a0d

Please sign in to comment.