Skip to content

Commit

Permalink
Add comparison video
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyin Qian committed Dec 7, 2023
1 parent b656939 commit f91a6fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 0 additions & 1 deletion 3DGS-Avatar/css/scrolling-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ hr{
}



section {
padding: 50px 0;
}
Expand Down
17 changes: 13 additions & 4 deletions 3DGS-Avatar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="icon" type="image/png" href="images/favicon.jpg">

<style>
/* Style to hide the video controls for a specific video with id="myVideo" */
video:not(#comparison)::-webkit-media-controls,
video:not(#comparison)::-webkit-media-controls-enclosure,
video:not(#comparison)::-webkit-media-controls-panel {
display: none !important;
}
</style>

</head>

<body id="page-top">
Expand Down Expand Up @@ -202,10 +211,10 @@ <h2 class="section-title-tc">Video</h2>
<div class="col-lg-10 mx-auto"> <!-- changed alignment -->
<h2 class="section-title-tc">Results</h2>
<p class="lead text-justify">
Comparison to baselines, trained from monocular videos.
Comparison to baselines, trained from monocular videos on ZJU-MoCap.
</p>
<video width="100%" height="auto" id="comparison" playsinline="" preload="" muted="" controls>
<source type="video/mp4" src="videos/comparison_to_baselines.mp4" />
<video width="100%" height="auto" id="comparison" playsinline="" preload="" controls>
<source type="video/mp4" src="videos/3DGS-Avatar_comparison.mp4" />
</video>
<br><hr><br>

Expand Down Expand Up @@ -276,7 +285,7 @@ <h2 class="section-title-tc">Results</h2>
<p class="lead text-justify">
Results on PeopleSnapshot
</p>
<video width="100%" height="auto" id="ood-pose" autoplay="" loop="" playsinline="" preload="" muted="" controls>
<video width="100%" height="auto" id="ps" poster="" autoplay="" loop="" playsinline="" preload="" muted="" controls>
<source type="video/mp4" src="videos/ps_rotate.mp4" />
</video>
<br><br>
Expand Down
Binary file added 3DGS-Avatar/videos/3DGS-Avatar_comparison.mp4
Binary file not shown.

0 comments on commit f91a6fc

Please sign in to comment.