Skip to content

Commit

Permalink
remove compression
Browse files Browse the repository at this point in the history
  • Loading branch information
guochengqian committed Feb 5, 2024
1 parent eb9fb2c commit 1fc1489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="container" style="max-width: col-sm-12;">
<div class="row">
<div class="col-sm-12">
<video src="assets/banner-compressed.mp4" autoplay loop muted
<video src="assets/banner.mp4" autoplay loop muted
type="video/mp4" style="width: 100%; height: auto;"></video>
</div>
</div>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h2>Interpolation Experiments on Pig64</h2>
<p>AToM generalizes to unseen interpolated prompts. Comparing AToM to AToM Per-Prompt on the Pig64 compositional prompt set in the format of ``a pig {activity} {theme}'', where each row and column represent a different activity and theme. Models are trained using 56 prompts and tested on all prompts, while the 8 unseen testing prompts are evaluated on the diagonal. </p>
<div class="row">
<div class="col-sm-6 d-flex align-items-center" style="flex-direction: column;">
<video id='speed025' src="assets/video/atom-pig64.mp4" autoplay loop playsinline muted
<video id='speed025' src="assets/video/atom-pig64-compressed.mp4" autoplay loop playsinline muted
type="video/mp4" style="width: 100%; height: auto;"></video>
<p> AToM generalizes to unseen prompts (diagonal from left up to right down) </p>
</div>
Expand All @@ -215,7 +215,7 @@ <h2> Main Results </h2>
<p>AToM offers high-quality textured meshes in less than 1 second in inference. Here we show the results of AToM in DF415 dataset. </p>
<div class="row">
<div class="col-sm-12">
<video id="speed025" src="assets/main-results-compressed.mp4" autoplay loop playsinline muted
<video id="speed025" src="assets/main-results.mp4" autoplay loop playsinline muted
type="video/mp4" style="width: 100%; height: auto;"></video>
</div>
</div>
Expand Down

0 comments on commit 1fc1489

Please sign in to comment.