Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erniechiew authored Sep 2, 2024
1 parent 3b8665d commit 77105c9
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,83 @@ <h2 class="title is-3">Abstract</h2>
</section>
<!-- End paper abstract -->

<section class="section 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">Overview</h2>
<div class="content has-text-justified">
<p></p>
<img src="static/images/MarioVGG_overview.png" alt="MarioVGG Overview" />
<p>
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>
</div>
</div>
</div>
</section>

<section class="section 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">Overview</h2>
<div class="content has-text-justified">
<p></p>
<img src="static/images/mariovgg-extended-examples.png" alt="Extended MarioVGG examples" />
<p>
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>
</div>
</div>
</div>
</section>

<section class="section 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">Qualitative Results</h2>
<div class="content has-text-justified">
<p></p>
<img src="static/images/MarioVGG_overview.png" alt="MarioVGG Overview" />
<p>
Comparison between MarioVGG-generated frames and ground truth frames.
</p>
</div>
</div>
</div>
</div>
</div>
</section>

<section class="section 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">Qualitative Results</h2>
<div class="content has-text-justified">
<p></p>
<img src="static/images/chaining-mariovgg.png" alt="Chaining example" />
<p>
To generate and maintain gameplay for longer horizons, we chain together multiple model generations recursively.
</p>
</div>
</div>
</div>
</div>
</div>
</section>


<section class="hero is-small">
<div class="hero-body">
<div class="container is-centered has-text-centered">
Expand Down

0 comments on commit 77105c9

Please sign in to comment.