Skip to content

Commit

Permalink
Added more videos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonOA committed Apr 7, 2024
1 parent e28b5ca commit 7730726
Show file tree
Hide file tree
Showing 23 changed files with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,103 @@ <h2 class="title is-3">Physical Trials & Results</h2>
</section>


<section class="section">
<div class="container is-max-desktop">

<div class="columns is-centered">

<!-- Diffusion Success. -->
<div class="column">
<div class="content">
<h2 class="title is-4">Learned Diffusion Policy (Success)</h2>
<p>
The learned diffusion policy successfully carrying out the task on the straight channel. Trial time was for a maximum of 10 minutes
</p>
<video id="diffsucc" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/ldiff_succ.mp4"
type="video/mp4">
</video>
</div>
</div>
<!--/ Diffusion Success. -->

<!-- Diffusion Failure. -->
<div class="column">
<h2 class="title is-4">Learned Diffusion Policy (Failure)</h2>
<div class="columns is-centered">
<div class="column content">
<p>
The learned diffusion policy failing to complete the task on the straight channel. Trial time was for a maximum of 10 minutes
</p>
<video id="difffail" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/ldiff_fail.mp4"
type="video/mp4">
</video>
</div>

</div>
</div>
</div>
<!--/ Diffusion Failure. -->

<div class="columns is-centered">

<!-- Unidirectional Success. -->
<div class="column">
<div class="content">
<h2 class="title is-4">Unidirectional Algorithm (Success)</h2>
<p>
The unidirectional algorithm successfully carrying out the task on the straight channel. Trial time was for a maximum of 3 minutes 30 seconds.
</p>
<video id="uni_str_succ" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/uni_str_succ.mp4"
type="video/mp4">
</video>
</div>
</div>
<!--/ Unidirectional Success. -->

<!-- Unidirectional Failure. -->
<div class="column">
<h2 class="title is-4">Unidirectional Algorithm (Failure)</h2>
<div class="columns is-centered">
<div class="column content">
<p>
The unidirectional algorithm failing to complete the task on the straight channel. Trial time was for a maximum of 3 minutes 30 seconds.
</p>
<video id="uni_str_fail" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/uni_str_fail.mp4"
type="video/mp4">
</video>
</div>

</div>
</div>
</div>
<!--/ Unidirectional Failure. -->


<!-- Binary Success. -->
<div class="container is-max-desktop">
<h2 class="title is-4">Binary Search Algorithm (Success)</h2>
<div class="columns is-centered has-text-centered">
<div class="publication-body">
<p>
The binary search algorithm successfully completes the task on the curved channel. Trial time was for a maximum of 3 minutes 30 seconds.
</p>
<video id="bin_curv_succ" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/bin_curv_succ.mp4"
type="video/mp4">
</video>
</div>

</div>
</div>
<!-- Binary Success. -->

</div>
</section>

<!-- <section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
Expand Down
Binary file added static/videos/bin_curv_succ.mp4
Binary file not shown.
Binary file removed static/videos/blueshirt.mp4
Binary file not shown.
Binary file removed static/videos/book.mp4
Binary file not shown.
Binary file removed static/videos/chair-tp.mp4
Binary file not shown.
Binary file removed static/videos/coffee.mp4
Binary file not shown.
Binary file removed static/videos/dollyzoom-depth.mp4
Binary file not shown.
Binary file removed static/videos/dollyzoom-stacked.mp4
Binary file not shown.
Binary file removed static/videos/dollyzoom.mp4
Binary file not shown.
Binary file removed static/videos/fullbody.mp4
Binary file not shown.
Binary file added static/videos/ldiff_fail.mp4
Binary file not shown.
Binary file added static/videos/ldiff_succ.mp4
Binary file not shown.
Binary file removed static/videos/mask-nobg.mp4
Binary file not shown.
Binary file removed static/videos/mask.mp4
Binary file not shown.
Binary file removed static/videos/matting.mp4
Binary file not shown.
Binary file removed static/videos/replay.mp4
Binary file not shown.
Binary file removed static/videos/shiba.mp4
Binary file not shown.
Binary file removed static/videos/steve.mp4
Binary file not shown.
Binary file removed static/videos/teaser.mp4
Binary file not shown.
Binary file removed static/videos/toby.mp4
Binary file not shown.
Binary file removed static/videos/toby2.mp4
Binary file not shown.
Binary file added static/videos/uni_str_fail.mp4
Binary file not shown.
Binary file added static/videos/uni_str_succ.mp4
Binary file not shown.

0 comments on commit 7730726

Please sign in to comment.