Skip to content

Commit

Permalink
add zip page
Browse files Browse the repository at this point in the history
  • Loading branch information
barthel committed Jun 17, 2024
1 parent a44dc4a commit a77ff21
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions project-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ <h1 class="title is-1 publication-title">
<div class="hero-body">
<img style="display: block; margin-left: auto; margin-right: auto; width: 70%;"
src="static/images/teaser.png" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">

</h2>
<p>
</p>
</div>
Expand Down Expand Up @@ -155,11 +152,13 @@ <h2 class="title is-3">Abstract</h2>
reduction factor of 17x to 42x in size for complex scenes with no increase in training time,
marking a substantial leap forward in the domain of 3D scene distribution and consumption.
</p>

</div>
</div>
</div>
</div>
</section>

<section class="hero is-small">
<div class="hero-body">
<div class="container">
Expand Down Expand Up @@ -230,13 +229,25 @@ <h2 class="title is-3">Results</h2>
</p>
<img style="display: block; margin-left: auto; margin-right: auto; width: 90%;"
src="static/images/table.png" alt="MY ALT TEXT"/>

</div>
</div>
</div>
</section>

<section class="hero is-small">
<div class="hero-body">
<div class="container">
<h2 class="title is-3">Concurrent Methods</h2>
<div class="content has-text-justified">
Check out our new Gaussian splatting compression survey page, where we regularly update all current
compression methods and give brief method overviews:
<a href="http://w-m.github.io/3dgs-compression-survey/">Gaussian Compression Survey: 3DGS.zip</a>
</div>
</div>
</div>
</section>


<!--BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
Expand Down

0 comments on commit a77ff21

Please sign in to comment.