Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarshan1994 committed Jul 21, 2023
1 parent d308a60 commit c5bbf12
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,42 +292,6 @@ <h2 class="title is-3">Zero-Shot Generalization</h2>
<!--/ Semantic Highlighting. -->

<!-- Applications. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<hr class="divider" />
<h2 class="title is-3">Applications</h2>
<div class="content has-text-justified">
<p>
<span class="highlighter_font">3D Highlighter</span> can be used to achieve localized stylization of meshes. Once we localize a region with our method, we can apply a predefined color and texture to only that region.
</p>
</div>
<div class="overview-image">
<img src="./static/images/figures/edit.png" type="image/png">
</div>
<div class="content has-text-justified">
<p>
The styles used in the above image are Brick (left), Colorful Crochet (middle), Cactus (right).
</p>
<p>
We can also compute the localization of multiple regions and use those localizations to composite different styles together on a single mesh.
</p>
</div>
<div class="overview-image">
<img src="./static/images/figures/swap.png" type="image/png">
</div>
<div class="content has-text-justified">
<p>
Given three different stylizations of the same object (Iron Man, Steve Jobs, and Yeti), we use <span class="highlighter_font">3D Highlighter</span> to select different regions and combine them together (Ours).
</p>
<p>
In addtion to stylization, <span class="highlighter_font">3D Highlighter</span> can be used to perform geometric edits. Once we have localized a region, we can manipulate the geometry of the mesh with operations such as extrusion, stretching, deletion, and selection.
</p>
</div>
<div class="overview-image">
<img src="./static/images/figures/geometric_edits.png" type="image/png">
</div>
</div>
</div>
<!--/ Applications. -->

<!--/ Limitations. -->
Expand Down

0 comments on commit c5bbf12

Please sign in to comment.