Skip to content

Commit 9f3dfef

Browse files
committed
update ood cases
1 parent 51730e7 commit 9f3dfef

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed

figures/unseen_cases/1.mp4

280 KB
Binary file not shown.

figures/unseen_cases/2.mp4

334 KB
Binary file not shown.

figures/unseen_cases/3.mp4

309 KB
Binary file not shown.

figures/unseen_cases/4.mp4

436 KB
Binary file not shown.

index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,54 @@ <h3 class="title is-4 has-text-centered" style="margin-bottom: 20px;">LIBERO-Spa
716716
</div>
717717
</section>
718718

719+
<section class="section hero is-small">
720+
<div class="hero-body">
721+
<div class="container">
722+
<h2 class="title is-3 has-text-centered">Robustness to OOD Cases</h2>
723+
<div class="columns is-centered">
724+
<div class="column is-four-fifths">
725+
<div class="item">
726+
<div class="columns is-multiline">
727+
<div class="column is-one-quarter">
728+
<div style="margin-bottom: 10px;">
729+
<video controls muted loop autoplay preload="metadata" style="width: 100%; display: block;">
730+
<source src="figures/unseen_cases/1.mp4" type="video/mp4">
731+
</video>
732+
<p class="has-text-centered" style="margin-top: 5px; margin-bottom: 0; font-weight: 600; font-size: 14px;">Unseen Lighting Condition</p>
733+
</div>
734+
</div>
735+
<div class="column is-one-quarter">
736+
<div style="margin-bottom: 10px;">
737+
<video controls muted loop autoplay preload="metadata" style="width: 100%; display: block;">
738+
<source src="figures/unseen_cases/2.mp4" type="video/mp4">
739+
</video>
740+
<p class="has-text-centered" style="margin-top: 5px; margin-bottom: 0; font-weight: 600; font-size: 14px;">Unseen Distractor</p>
741+
</div>
742+
</div>
743+
<div class="column is-one-quarter">
744+
<div style="margin-bottom: 10px;">
745+
<video controls muted loop autoplay preload="metadata" style="width: 100%; display: block;">
746+
<source src="figures/unseen_cases/3.mp4" type="video/mp4">
747+
</video>
748+
<p class="has-text-centered" style="margin-top: 5px; margin-bottom: 0; font-weight: 600; font-size: 14px;">Unseen Distractors</p>
749+
</div>
750+
</div>
751+
<div class="column is-one-quarter">
752+
<div style="margin-bottom: 10px;">
753+
<video controls muted loop autoplay preload="metadata" style="width: 100%; display: block;">
754+
<source src="figures/unseen_cases/4.mp4" type="video/mp4">
755+
</video>
756+
<p class="has-text-centered" style="margin-top: 5px; margin-bottom: 0; font-weight: 600; font-size: 14px;">Unseen Distractors with Disturbance</p>
757+
</div>
758+
</div>
759+
</div>
760+
</div>
761+
</div>
762+
</div>
763+
</div>
764+
</div>
765+
</section>
766+
719767

720768
<!--BibTex citation -->
721769
<section class="section" id="BibTeX">

0 commit comments

Comments
 (0)