Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
firework-corl2024 committed Oct 30, 2024
1 parent 710186c commit 0142a1d
Showing 1 changed file with 21 additions and 28 deletions.
49 changes: 21 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,22 +289,22 @@ <h2 class="title is-size-4">Comparison of Failure vs. OOD Predictions</h2>
</p>
</div>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<video muted autoplay controls width="90%" margin-bottom="0px" margin-top="0px">
<source src="videos/examples/traj1_failure.mp4" type="video/mp4">
</video>
</div>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<video muted autoplay controls width="90%" margin-bottom="0px" margin-top="0px">
<source src="videos/examples/traj1_ood.mp4" type="video/mp4">
</video>
</div>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<video muted autoplay controls width="90%" margin-bottom="0px" margin-top="0px">
<source src="videos/examples/traj2_failure.mp4" type="video/mp4">
</video>
</div>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<video muted autoplay controls width="90%" margin-bottom="0px" margin-top="0px">
<source src="videos/examples/traj2_ood.mp4" type="video/mp4">
</video>
</div>
Expand All @@ -321,41 +321,34 @@ <h2 class="title is-size-4">Comparison of Failure vs. OOD Predictions</h2>
<h2 class="title is-size-4">Importance of Predicting Future Outcomes</h2>

<div class="content has-text-justified">
<p>
<p>
It is important to predict <em>future</em> outcomes before the catastrophic errors happen.
</p>
</p>
</div>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj1_failure.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<source src="videos/examples/traj1_failure.mp4" type="video/mp4">
</video>
</div>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj1_ood.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<source src="videos/examples/traj1_ood.mp4" type="video/mp4">
</video>
</div>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj2_failure.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<source src="videos/examples/traj2_failure.mp4" type="video/mp4">
</video>
</div>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj2_ood.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
<div class="publication-video">
<video muted autoplay controls width="90%" margin-bottom="0px">
<source src="videos/examples/traj2_ood.mp4" type="video/mp4">
</video>
</div>
<br>
<br>
</div>
</div>
<!--/ Overview. -->


</div>
</section>
Expand Down

0 comments on commit 0142a1d

Please sign in to comment.