Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishrai3799 authored Jul 31, 2024
1 parent db27f26 commit 5d8d240
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1 class="title is-1 publication-title">EgoSonics: Generating Synchronized Audi
<h2 class="title is-3">Generated Samples from EgoSonics (our method)</h2>
<div class="content has-text-centered">
<p>
Below we show examples of video to audio generation on unseen Ego4D clips for our method and baselines.
Following is a set of uncurated examples of video-to-audio generation on unseen Ego4D clips using EgoSonics (our method).
</p>
</div>
<!-- create a grid for videos. 4 columns and 7 row. each column fits one video and caption-->
Expand Down Expand Up @@ -270,16 +270,17 @@ <h2 class="title is-3">Overview</h2>
<!-- <img src="./static/images/pull_figure.png" alt="teaser" style="width:80%"> -->
<!-- centered iamge -->
<img src="./assets/teaser.jpg" alt="teaser" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
<video poster="" id="teaser" autoplay controls muted loop playsinline height="100%">
<source src="./assets/videos/teaser.mp4" type="video/mp4">
</video>
<br>
<h2 class="subtitle has-text-centered">
We present EgoSonics, a method to synthesize audio tracks conditioned on silent in-the-wild egocentric videos.
Our method operate on videos at 30 fps to synthesize audio that is semantically meaningful and synchronized
with events in the video (“dish hits the sink” or “lawn mower turned off”).
</h2>
<br>
<video poster="" id="teaser" autoplay controls muted loop playsinline height="100%">
<source src="./assets/videos/teaser.mp4" type="video/mp4">
</video>
<br>

</div>
</div>
</section>
Expand Down Expand Up @@ -361,7 +362,7 @@ <h2 class="title is-3">Method</h2>
<h2 class="title is-3">Comparison with Baseline</h2>
<div class="columns is-centered has-text-centered">
<p>
Below we show examples of video to audio generation on unseen Ego4D clips for our method and baselines.
Below are examples of video-to-audio generation on unseen Ego4D clips for our method and the baseline.
</p>
</div>
<!-- create a grid for videos. 4 columns and 7 row. each column fits one video and caption-->
Expand Down

0 comments on commit 5d8d240

Please sign in to comment.