Skip to content

Commit

Permalink
Update video results.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjbeksi committed Dec 14, 2023
1 parent 1413c22 commit 9b13b5f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1 class="title is-1 publication-title">NTrack: A Multiple-Object Tracker and D
<section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<div id="results">
<div id="results-carousel" class="carousel results-carousel">

<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
Expand All @@ -133,9 +133,11 @@ <h1 class="title is-1 publication-title">NTrack: A Multiple-Object Tracker and D
</video>
</div>

<h2 class="subtitle has-text-centered">
<span class="dnerf"><strong>NTrack</strong></span> counting cotton bolls from the <strong>TexCot22</strong> dataset.
</h2>
<div class="item item-steve">
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/tracking_teaser.mp4" type="video/mp4">
</video>
</div>

</div>
</div>
Expand Down

0 comments on commit 9b13b5f

Please sign in to comment.