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 36018ed commit 9252168
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,45 +135,18 @@ <h2 class="title is-3">Overview</h2>
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>
<br>
<br>
<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="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">Methods</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="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">
</div>
<br>
<br>
<div class="content has-text-justified">
<p></p>
<img src="static/images/mariovgg-extended-examples.png" alt="Extended MarioVGG examples" />
<p>
Expand Down

0 comments on commit 9252168

Please sign in to comment.