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 3, 2024
1 parent 3403b6e commit 90cfa28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h2 class="subtitle has-text-centered">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-2">Abstract</h2>
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Recent research in 2D image stylization has shifted from traditional approaches based on universally pre-trained VGG networks or adversarial learning paradigms to diffusion models, which facilitate progressive and fine-grained style infusion.
Expand Down Expand Up @@ -497,16 +497,19 @@ <h2 class="title is-3 has-text-centered">Ablation Study</h2>
<div class="columns is-vcentered">
<!-- 消融实验 1 -->
<div class="column is-4 has-text-centered">
<h2 class="title is-4 has-text-centered">Ablation on DSSD</h2>
<img src="./static/images/ablation_dssd.png" alt="DSSD Ablation Study" height="100%" class="ablation-image">
<p>Ablation on DSSD (Dynamic Style Score Distillation)</p>
</div>
<!-- 消融实验 2 -->
<div class="column is-4 has-text-centered">
<h2 class="title is-4 has-text-centered">Ablation on PSO</h2>
<img src="./static/images/ablation_outpainting.png" alt="Outpainting Ablation Study" height="100%" class="ablation-image">
<p>Ablation on Progressive Style Outpainting</p>
</div>
<!-- 消融实验 3 -->
<div class="column is-4 has-text-centered">
<h2 class="title is-4 has-text-centered">Ablation on Gaussian Refinement</h2>
<img src="./static/images/ablation_gaussian_refine.png" alt="Gaussian Refinement Ablation Study" height="100%" class="ablation-image">
<p>Ablation on Gaussian Refinement</p>
</div>
Expand Down

0 comments on commit 90cfa28

Please sign in to comment.