Skip to content

Commit 0b3f6e6

Browse files
(Update): adds voxposer failure cases
1 parent f90f488 commit 0b3f6e6

8 files changed

+55
-0
lines changed

index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,61 @@ <h3 class="title is-5">Failure cases for MVP</h3>
650650
</div>
651651
</section>
652652

653+
<section class="hero is-light is-small">
654+
<div class="hero-body">
655+
<div class="container">
656+
<div class="column has-text-centered">
657+
<h3 class="title is-5">Failure cases for VOXPOSER</h3>
658+
</div>
659+
<div id="results-carousel" class="carousel results-carousel">
660+
<div class="item item-steve">
661+
<video poster="" id="steve" autoplay muted loop height="100%">
662+
<source src="media/failure_cases/voxposer/1_close_box_10_fail.mp4"
663+
type="video/mp4">
664+
</video>
665+
</div>
666+
<div class="item item-fullbody">
667+
<video poster="" id="fullbody" autoplay muted loop height="100%">
668+
<source src="media/failure_cases/voxposer/2_wipe_desk_9_fail.mp4"
669+
type="video/mp4">
670+
</video>
671+
</div>
672+
<div class="item item-shiba">
673+
<video poster="" id="shiba" autoplay muted loop height="100%">
674+
<source src="media/failure_cases/voxposer/3_open_drawer_11_fail.mp4"
675+
type="video/mp4">
676+
</video>
677+
</div>
678+
<div class="item item-blueshirt">
679+
<video poster="" id="blueshirt" autoplay muted loop height="100%">
680+
<source src="media/failure_cases/voxposer/4_reach_and_drag_12_fail.mp4"
681+
type="video/mp4">
682+
</video>
683+
</div>
684+
<div class="item item-shiba">
685+
<video poster="" id="shiba" autoplay muted loop height="100%">
686+
<source src="media/failure_cases/voxposer/5_put_money_in_safe_11_fail.mp4"
687+
type="video/mp4">
688+
</video>
689+
</div>
690+
<div class="item item-shiba">
691+
<video poster="" id="shiba" autoplay muted loop height="100%">
692+
<source src="media/failure_cases/voxposer/6_place_wine_at_rack_location_3_fail.mp4"
693+
type="video/mp4">
694+
</video>
695+
</div>
696+
<div class="item item-chair-tp">
697+
<video poster="" id="chair-tp" autoplay muted loop height="100%">
698+
<source src="media/failure_cases/voxposer/7_stack_cups_9_fail.mp4"
699+
type="video/mp4">
700+
</video>
701+
</div>
702+
</div>
703+
</div>
704+
</div>
705+
</div>
706+
</section>
707+
653708
<section class="video-section">
654709
<div style="text-align: center;">
655710
<h2>Reproducibility in real-world experiments</h2>
1.46 MB
Binary file not shown.
976 KB
Binary file not shown.
1.38 MB
Binary file not shown.
1.03 MB
Binary file not shown.
1.6 MB
Binary file not shown.
2.04 MB
Binary file not shown.
1.75 MB
Binary file not shown.

0 commit comments

Comments
 (0)