Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-zhuang authored Dec 2, 2024
1 parent fa58d8a commit bb53040
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ <h2 class="title is-3">Video</h2>
</div>
</div>
<!--/ Paper video. -->

</div>
</section>

Expand All @@ -325,7 +326,7 @@ <h2 class="title is-3">Video</h2>
<!-- Method. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Method</h2>
<h2 class="title is-3">Overview of Our Method</h2>
<figure class="image is-centered">
<img src="./static/images/pipeline_overview.png" alt="Method Pipeline Illustration">
</figure>
Expand All @@ -347,6 +348,29 @@ <h2 class="title is-3">Method</h2>



<section class="section">
<div class="container is-max-desktop">
<!-- Method. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Multi-view Stylization</h2>
<figure class="image is-centered">
<img src="./static/images/pipeline_mv_style.png" alt="Method Pipeline Illustration">
</figure>
<div class="content has-text-justified">
<p>
Multi-view Style Enhancement.
(a) \textbf{Style Cleaning} isolates pure style information by removing content elements and enhancing style features, and (b) \textbf{Style Injection} integrates this refined style across multiple views, ensuring consistent and geometry-preserving 3D style enhancement.
</p>
</div>
</div>
</div>
<!--/ Method. -->
</div>
</section>





<section class="section">
Expand Down

0 comments on commit bb53040

Please sign in to comment.