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 be0daec commit 681e17e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h2 class="subtitle has-text-centered">

.more-result {
width: auto; /* 宽度自动,保持比例 */
max-height: 100px; /* 限制图片最大高度 */
max-height: 300px; /* 限制图片最大高度 */
}
</style>
</section>
Expand Down Expand Up @@ -496,13 +496,28 @@ <h2 class="title is-3">Quantitate Metric</h2>
<div class="column is-full-width">
<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>

</div>
</div>

Expand Down

0 comments on commit 681e17e

Please sign in to comment.