Skip to content

Commit

Permalink
add compression
Browse files Browse the repository at this point in the history
  • Loading branch information
guochengqian committed Feb 5, 2024
1 parent 200e6c5 commit eb9fb2c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
Binary file added docs/assets/AToM_animal2400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/banner-compressed.mp4
Binary file not shown.
Binary file added docs/assets/main-results-compressed.mp4
Binary file not shown.
20 changes: 14 additions & 6 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.mp4" autoplay loop muted
<video src="assets/banner-compressed.mp4" autoplay loop muted
type="video/mp4" style="width: 100%; height: auto;"></video>
</div>
</div>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h6 class="text-center"><a class="text-center"><sup>3</sup>University of Toronto
<div class="container align-items-center">
<div class="row text-center mx-auto">
<div class="col-sm-6">
<a href="https://arxiv.org/abs/xxxx.xxxxx" target="_blank" class="link-block w-inline-block">
<a href="https://arxiv.org/abs/2402.00867" target="_blank" class="link-block w-inline-block">
<img src="assets/media/arxiv_paper.png" alt="paper" class="img-fluid" style="height:100px" /></a>
<br>
<div class="text-block-2"><strong class="bold-text-nerf_v2">Arxiv</strong></div>
Expand Down Expand Up @@ -185,11 +185,11 @@ <h2>Method</h2>

<hr class="divider" />
<div class="container">
<h2>Interpolation Experiments </h2>
<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-compressed.mp4" autoplay loop playsinline muted
<video id='speed025' src="assets/video/atom-pig64.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 @@ -199,6 +199,14 @@ <h2>Interpolation Experiments </h2>
<p> Per-prompt text-to-3D cannot generalize and yields low consistency </p>
</div>
</div>

<h2>Interpolation Experiments on Animal2400</h2>
<p> Train on only 300 prompts, AToM generalizes to 2400 interpolated prompts. Here we show part of them. See the consistent identity, orientation, and quality. </p>
<div class="row">
<div class="col-sm-12 d-flex align-items-center" style="flex-direction: column;">
<img src="assets/AToM_animal2400.png" style="max-width: 100%;"/>
</div>
</div>
</div>

<hr class="divider" />
Expand All @@ -207,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.mp4" autoplay loop playsinline muted
<video id="speed025" src="assets/main-results-compressed.mp4" autoplay loop playsinline muted
type="video/mp4" style="width: 100%; height: auto;"></video>
</div>
</div>
Expand Down Expand Up @@ -283,4 +291,4 @@ <h2> Main Results </h2>

</body>

</html>
</html>

0 comments on commit eb9fb2c

Please sign in to comment.