Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalsid authored Aug 23, 2024
1 parent 93b7ba6 commit 87b423c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">MeshGPT: Generating Triangle Meshes with Decoder-Only Transformers</h1>
<h1 class="title is-1 publication-title">MeshGPT: Generating Triangle Meshes with Decoder-Only Transformers</h1>
<h2 class="is-size-3">CVPR 2024 Highlight</h2>
<div class="is-size-4 publication-authors">
<span class="author-block">
<a href="https://nihalsid.github.io/">Yawar Siddiqui</a><sup>1</sup>,</span>
Expand Down Expand Up @@ -165,7 +166,6 @@ <h1 class="title is-1 publication-title">MeshGPT: Generating Triangle Meshes wit
<h2 class=" subtitle has-text-centered" style="padding-top: 10px">
<span class="dnerf">MeshGPT</span> creates triangle meshes by autoregressively sampling from a transformer model that has been trained to produce tokens from a learned geometric vocabulary. These tokens can then be decoded into the faces of a triangle mesh. Our method generates clean, coherent, and compact meshes, characterized by sharp edges and high fidelity.
</h2>
<h2 class="is-size-3">CVPR 2024 Highlight</h2>
</div>
</div>
</section>
Expand Down

0 comments on commit 87b423c

Please sign in to comment.