Skip to content

Commit

Permalink
1125
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentinaaaaaaaaa committed Nov 25, 2024
1 parent 46550a2 commit 518d97f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,21 @@ <h2 class="title is-3 has-text-centered">Baseline Comparison</h2>
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">

<h2 class="title is-3">Results Comparison across Different Levels</h2>
<div id="Dataset ">
<embed src="./static/images/Level1_baseline_radar.png" style="display: block; margin: auto; width: 100%; max-width: 1000px;" alt="Overview Image">
<embed src="./static/images/Level2_baseline_radar.png" style="display: block; margin: auto; width: 100%; max-width: 1000px;" alt="Overview Image">
<embed src="./static/images/Level3_baseline_radar.png" style="display: block; margin: auto; width: 100%; max-width: 1000px;" alt="Overview Image">
</div>
</div>
</div>
</div>
</section>

<!-- <hr> -->

Expand Down Expand Up @@ -495,9 +510,6 @@ <h2 class="title is-3">Results Comparison across Different Levels</h2>
<figcaption style="text-align: left; margin-top: 10px;">
<strong>Qualitative and quantitative results across three difficulty levels.</strong> The results show a clear degradation in performance as the difficulty level increases, highlighting the challenge of maintaining consistency and realism in complex urban scenarios.
</figcaption>
<embed src="./static/images/Level1_baseline_radar.png" style="display: block; margin: auto; width: 100%; max-width: 1000px;" alt="Overview Image">
<embed src="./static/images/Level2_baseline_radar.png" style="display: block; margin: auto; width: 100%; max-width: 1000px;" alt="Overview Image">
<embed src="./static/images/Level3_baseline_radar.png" style="display: block; margin: auto; width: 100%; max-width: 1000px;" alt="Overview Image">
</div>
</div>
</div>
Expand Down

0 comments on commit 518d97f

Please sign in to comment.