Skip to content

Commit

Permalink
add video mosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaaaavin committed Jan 10, 2025
1 parent c4c9a15 commit e42550e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,29 @@ <h2 class="title is-3 has-text-centered">Method</h2>

<hr>

<!-- Dataset. -->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full-width teaser no-margin">

<h2 class="title is-3">Dataset</h2>
<video muted autoplay loop controls controls id="videoPlayer">
<source src="./static/videos/mosaic_h264.mp4" type="video/mp4">
</video>
<div class="content has-text-justified">
<p id="text-content">
Our dataset incoporates more than 2000 hours of websourced city walking and driving videos.
Above is a mosaic of a small subset
</p>
</div>
</div>
</div>
</div>
</section>

<hr>

<!-- Results -->
<section class="section">
<div class="container is-max-desktop">
Expand Down Expand Up @@ -336,7 +359,7 @@ <h2 class="title is-3 has-text-centered">Qualitative Results</h2>
<center>
<!-- This image is always visible -->
<div id="overview">
<img src="./static/images/11more_qual.png" style="width: 45vw; min-width: 330px;" alt="Qualitative Results">
<img src="./static/images/11more_qual.png" alt="Qualitative Results">
</div>

<div class="content has-text-justified">
Expand Down
Binary file removed src/CityWalker.pdf
Binary file not shown.
Binary file added static/videos/mosaic_h264.mp4
Binary file not shown.

0 comments on commit e42550e

Please sign in to comment.