Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yifliu3 authored Jan 23, 2024
1 parent 27dee15 commit 615bf49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,19 @@ <h2 class="subtitle has-text-centered">
<section class="hero is-light is-small">
<div class="hero-body">
<div class="video-container">
<video width="320" height="240" controls autoplay>
<video width="320" height="240" controls autoplay muted>
<source src="pulling_gt.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="320" height="240" controls autoplay>
<video width="320" height="240" controls autoplay muted>
<source src="pulling_ours.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="320" height="240" controls autoplay>
<video width="320" height="240" controls autoplay muted>
<source src="cutting_gt.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="320" height="240" controls autoplay>
<video width="320" height="240" controls autoplay muted>
<source src="cutting_ours.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -242,7 +242,7 @@ <h2 class="subtitle has-text-centered">
</div>
<h2 class="subtitle has-text-centered">
<p>
The real video input and the corresponding reconstruction by EndoGaussian for the "pull" and "cut" motions, respectively.
The real ground truth and the corresponding reconstruction by our method for the "pulling" and "cutting" clips.
</p>
</h2>
</section>
Expand Down

0 comments on commit 615bf49

Please sign in to comment.