Skip to content

Commit

Permalink
add render videos
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyu committed May 19, 2024
1 parent 9f8fe19 commit bdba725
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file added assets/videos/building_dogaussian.mp4
Binary file not shown.
Binary file added assets/videos/campus_dogaussian.mp4
Binary file not shown.
Binary file added assets/videos/residence_dogaussian.mp4
Binary file not shown.
Binary file added assets/videos/rubble_dogaussian.mp4
Binary file not shown.
Binary file added assets/videos/sciart_dogaussian.mp4
Binary file not shown.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,39 +109,39 @@ <h3 class="mt-5">Watch <b>DoGaussian</b> reconstructed large-scale scenes</h3>
<div class="carousel-inner">
<div class="carousel-item active">
<video class="w-100" autoplay="" loop="" muted="">
<source src="./assets/videos/building_dogaussian.mov" type="video/mp4">
<source src="./assets/videos/building_dogaussian.mp4" type="video/mp4">
</video>
<div class="carousel-caption">
<h5>Mill19 - Building</h5>
</div>
</div>
<div class="carousel-item">
<video class="w-100" autoplay="" loop="" muted="">
<source src="./assets/videos/rubble_dogaussian.mov" type="video/mp4">
<source src="./assets/videos/rubble_dogaussian.mp4" type="video/mp4">
</video>
<div class="carousel-caption">
<h5>Mill-19 - Rubble</h5>
</div>
</div>
<div class="carousel-item">
<video class="w-100" autoplay="" loop="" muted="">
<source src="./assets/videos/campus_dogaussian.mov" type="video/mp4">
<source src="./assets/videos/campus_dogaussian.mp4" type="video/mp4">
</video>
<div class="carousel-caption">
<h5>UrbanScene3D - Campus</h5>
</div>
</div>
<div class="carousel-item">
<video class="w-100" autoplay="" loop="" muted="">
<source src="./assets/videos/sciart_dogaussian.mov" type="video/mp4">
<source src="./assets/videos/sciart_dogaussian.mp4" type="video/mp4">
</video>
<div class="carousel-caption">
<h5>UrbanScene3D - Sci-Art</h5>
</div>
</div>
<div class="carousel-item">
<video class="w-100" autoplay="" loop="" muted="">
<source src="./assets/videos/residence_dogaussian.mov" type="video/mp4">
<source src="./assets/videos/residence_dogaussian.mp4" type="video/mp4">
</video>
<div class="carousel-caption">
<h5>UrbanScene3D - Residence</h5>
Expand Down

0 comments on commit bdba725

Please sign in to comment.