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 1d63e00 commit 75c7aa2
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h2 class="subtitle has-text-centered">
<!-- Overview. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Visualizations</h2>
<h2 class="title is-3">Comparison of Failure vs. OOD Predictions</h2>

<div class="content has-text-justified">
<p>
Expand Down Expand Up @@ -319,6 +319,48 @@ <h2 class="subtitle has-text-centered">
<!--/ Overview. -->


<!-- Overview. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<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>
</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>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj1_ood.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj2_failure.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="videos/examples/traj2_ood.mp4" alt=""/>
<h2 class="subtitle has-text-centered">
</h2>
</div>
<br>
<br>
</div>
</div>
<!--/ Overview. -->


</div>
</section>

Expand Down

0 comments on commit 75c7aa2

Please sign in to comment.