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 20d14c7 commit 8852d81
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,32 +285,28 @@ <h2 class="title is-3">Comparison of Failure vs. OOD Predictions</h2>

<div class="content has-text-justified">
<p>
The Failure and OOD prediction complement each other in predicting anomalies.
The Failure and OOD predictions complement each other in predicting anomalies.
</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="100%">
<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="100%">
<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="100%">
<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="100%">
<source src="videos/examples/traj2_ood.mp4" type="video/mp4">
</video>
</div>
<br>
<br>
Expand All @@ -326,7 +322,7 @@ <h2 class="title is-3">Importance of Predicting Future Outcomes</h2>

<div class="content has-text-justified">
<p>
<em>It is important to predict <i>future</i> outcomes before the catastrophic errors happen.</em>
It is important to predict <em>future</em> outcomes before the catastrophic errors happen.
</p>
</p>
</div>
Expand Down

0 comments on commit 8852d81

Please sign in to comment.