Spaces:
Running
on
Zero
Running
on
Zero
<html lang="en"> | |
<head> | |
<!-- Google tag (gtag.js) --> | |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JKBJ3WRJZ"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'G-0JKBJ3WRJZ'); | |
</script> | |
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> | |
<meta charset="UTF-8"> | |
<title>MMAudio</title> | |
<link rel="icon" type="image/png" href="images/icon.png"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | |
<!-- CSS only --> | |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" | |
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> | |
<link rel="stylesheet" href="style_videos.css"> | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
$("#content").load("video_gen.html #moviegen_all"); | |
$("#load_moveigen").click(function(){ | |
$("#content").load("video_gen.html #moviegen_all"); | |
}); | |
$("#load_hunyuan_sora").click(function(){ | |
$("#content").load("video_gen.html #hunyuan_sora_all"); | |
}); | |
$("#load_mochi_ltx").click(function(){ | |
$("#content").load("video_gen.html #mochi_ltx_all"); | |
}); | |
$("#load_vgg1").click(function(){ | |
$("#content").load("video_vgg.html #vgg1"); | |
}); | |
$("#load_vgg2").click(function(){ | |
$("#content").load("video_vgg.html #vgg2"); | |
}); | |
$("#load_vgg3").click(function(){ | |
$("#content").load("video_vgg.html #vgg3"); | |
}); | |
$("#load_vgg4").click(function(){ | |
$("#content").load("video_vgg.html #vgg4"); | |
}); | |
$("#load_vgg5").click(function(){ | |
$("#content").load("video_vgg.html #vgg5"); | |
}); | |
$("#load_vgg6").click(function(){ | |
$("#content").load("video_vgg.html #vgg6"); | |
}); | |
$("#load_vgg_extra").click(function(){ | |
$("#content").load("video_vgg.html #vgg_extra"); | |
}); | |
}); | |
</script> | |
</head> | |
<body> | |
<h1 id="index" style="text-align: center;">Index</h1> | |
<p><b>(Click on the links to load the corresponding videos)</b> <span style="float:right;"><a href="index.html">Back to project page</a></span></p> | |
<ol> | |
<li> | |
<a href="#" id="load_moveigen">Comparisons with Movie Gen Audio on Videos Generated by MovieGen</a> | |
</li> | |
<li> | |
<a href="#" id="load_hunyuan_sora">Results on Videos Generated by Hunyuan and Sora</a> | |
</li> | |
<li> | |
<a href="#" id="load_mochi_ltx">Results on Videos Generated by Mochi 1 and LTX-Video</a> | |
</li> | |
<li> | |
On VGGSound | |
<ol> | |
<li><a id='load_vgg1' href="#">Example 1: Wolf howling</a></li> | |
<li><a id='load_vgg2' href="#">Example 2: Striking a golf ball</a></li> | |
<li><a id='load_vgg3' href="#">Example 3: Hitting a drum</a></li> | |
<li><a id='load_vgg4' href="#">Example 4: Dog barking</a></li> | |
<li><a id='load_vgg5' href="#">Example 5: Playing a string instrument</a></li> | |
<li><a id='load_vgg6' href="#">Example 6: A group of people playing tambourines</a></li> | |
<li><a id='load_vgg_extra' href="#">Extra results & failure cases</a></li> | |
</ol> | |
</li> | |
</ol> | |
<div id="content" class="container-fluid"> | |
</div> | |
<br> | |
<br> | |
</body> | |
</html> |