Skip to content

Commit

Permalink
fix: figure number & layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuya0828 committed Mar 3, 2024
1 parent fb19593 commit c8c1e79
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,21 @@ <h2 class="title is-3">Results</h2>
</div>

<div class="columns is-centered has-text-centered">
<div class="column is-half">
<div class="column is-four-fifths">
<div class="content">
<img src="./static/imgs/result1.png" alt="result1" >
<p>
Figure 3: Performance comparison of three different thresholding; Energy-based (ours), MSP-based and DS-FL [2] (without thresholding).
Figure 4: Performance comparison of three different thresholding; Energy-based (ours), MSP-based and DS-FL [2] (without thresholding).
</p>
</div>
</div>
<div class="column is-half">
</div>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<div class="content">
<img src="./static/imgs/result2.png" alt="result2" >
<p>
Figure 4: Performance comparison of four different percentage of threshold.
Figure 5: Performance comparison of four different percentage of threshold.
</p>
</div>
</div>
Expand Down

0 comments on commit c8c1e79

Please sign in to comment.