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 29, 2024
1 parent 0a81f71 commit 254c02d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta property="og:image:height" content="630"/>


<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<meta name="twitter:title" content="MarioVGG">
<meta name="twitter:description" content="MarioVGG">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -53,7 +53,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">MarioVGG</h1>
<h1 class="title is-1 publication-title">Video Game Generation: A Practical Study using Mario</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
Expand Down Expand Up @@ -95,7 +95,7 @@ <h1 class="title is-1 publication-title">MarioVGG</h1>
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<img src="static/images/output_grid2.gif" alt="MarioVGG Overview" />
<img src="static/images/MarioVGG_output_grid.gif" alt="MarioVGG Overview" />
<!-- <h2 class="subtitle has-text-centered"> -->
We present MarioVGG, a text-to-video diffusion model for controllable video generation on the Super Mario Bros game.
MarioVGG demonstrates the ability to continously generate consistent and meaningful scenes and levels, as well as simulate the physics and movements of a controllable player all through video. </h2>
Expand Down Expand Up @@ -131,8 +131,8 @@ <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><b>Sample text:</b>-->
<!-- Text -->
</p>
</div>
</div>
Expand Down

0 comments on commit 254c02d

Please sign in to comment.