Skip to content

Commit

Permalink
update video
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchris11 committed Nov 17, 2024
1 parent 95d616d commit a651f21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,11 @@ <h1 class="title is-1 publication-title is-bold">
<div class="container is-max-desktop">
<div class="hero-body">
<video id="teaser" autoplay muted loop playsinline controls width="100%">
<source src="./website/videos/samurai_teaser.mp4" type="video/mp4">
Your browser does not support the video tag.
<source src="./website/videos/samurai_demo.mp4" type="video/mp4">
</video>
<figcaption style="font-style: italic; text-align: center;">
1917 (2019), directed by Sam Mendes.
</figcaption>
</div>
</div>
</section>
Expand Down Expand Up @@ -251,12 +253,14 @@ <h2 class="title is-2">Results</h2>
<b>Table 1:</b> Zero-shot tracking results on LaSOT, LaSOT-ext, and GOT-10k.
</figcaption>
</figure>
<br>
<figure>
<img src="website/img/additional_result_table.png" alt="Embodied agent interface overview." class="EAgent_overview_image" style="width: 50%;"/>
<figcaption style="font-style: italic;">
<b>Table 2:</b> Zero-shot tracking results on additional benchmarks: TrackingNet, NFS, and OTB-100.
</figcaption>
</figure>
<br>
<figure>
<img src="website/img/baseline_result_table.png" alt="Embodied agent interface overview." class="EAgent_overview_image" style="width: 90%;"/>
<figcaption style="font-style: italic;">
Expand Down
Binary file added website/videos/samurai_demo.mp4
Binary file not shown.
File renamed without changes.

0 comments on commit a651f21

Please sign in to comment.