Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsdmswn01 authored Sep 17, 2024
1 parent 60ee1a8 commit 5788ed0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,18 @@ <h2 class="title is-3">Abstract</h2>
<section class="hero is-small">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-3">Music-Reactive Video Generation Comparison</h2>
<div class="content has-text-justified">
<p>We generate music-reactive videos on three different music genres (<em>i.e.</em>, Rock, K-POP, Traditional Instrumental Ensemble) and compare different generation methods.
In every genre, ours work favorably compared to decent baseline methods. You can control video sound using below bar.
</p>
<div class="mybar">
<div>
<img src="static/images/sound-icon.png" alt="Volume" style="display:block; width: 1.5em;">
</div>
<input style="margin: 1em; width: 10em;" type="range" id="volumeControl" min="0" max="100" value="50" step="1" oninput="setVolume(this.value)">
</div>
</div>
<h2 class="title is-3">Genre 1: Rock</h2>
<div id="carousel-rock" class="carousel results-carousel">

Expand Down

0 comments on commit 5788ed0

Please sign in to comment.