Skip to content

Commit

Permalink
update dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
baichuanzhou committed Aug 30, 2024
1 parent 9347160 commit 3dc0a5b
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 2 deletions.
54 changes: 52 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,57 @@ <h2 class="subtitle is-5 has-text-justified">
</div>
</section>

<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-3 has-text-centered">Qualitative Results</h2>
<div id="teaser-carousel" class="carousel results-carousel">
<div class="item" style=" height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<!-- Your image here -->
<h2 class="title is-3 has-text-justified">Geo-Localization</h2>
<img src="static/images/dimension1.png" class="center-image" style="max-width: 100%; height: auto;"/>
<h2 class="subtitle is-5 has-text-justified">
<!-- The 14 types of tasks under 4 evaluation dimensions.-->
</h2>

</div>
<div class="item" style=" height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<!-- Your image here -->
<h2 class="title is-3 has-text-justified">Scene Reasoning</h2>
<img src="static/images/dimension2.png" class="center-image" style="max-width: 100%; height: auto;"/>
<h2 class="subtitle is-5 has-text-justified">
<!-- The view types of each task.-->
</h2>

</div>
<div class="item" style=" height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<!-- Your image here -->
<h2 class="title is-3 has-text-justified">Scene Understanding</h2>
<img src="static/images/dimension3.png" class="center-image" style="max-width: 100%; height: auto; top:auto; bottom: auto; align-items: center;"/>
<h2 class="subtitle is-5 has-text-justified">
<!-- The statistics of UrBench. cross, sat, and str are the abbreviations for cross-view, satellite-view, and street-view. mono, pano, and multi are the-->
<!-- abbreviations of monocular, panoramic, and multiple. MC and open means multiple-choice and open-ended, respectively.-->

</h2>

</div>
<div class="item" style=" height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<!-- Your image here -->
<h2 class="title is-3 has-text-justified">Object Understanding</h2>
<img src="static/images/dimension4.png" class="center-image" style="max-width: 100%; height: auto; top:auto; bottom: auto; align-items: center;"/>
<h2 class="subtitle is-5 has-text-justified">
<!-- The statistics of UrBench. cross, sat, and str are the abbreviations for cross-view, satellite-view, and street-view. mono, pano, and multi are the-->
<!-- abbreviations of monocular, panoramic, and multiple. MC and open means multiple-choice and open-ended, respectively.-->

</h2>

</div>
</div>
</div>

</div>




<!-- Evaluation -->
Expand Down Expand Up @@ -357,8 +408,7 @@ <h3></h3>


</div>
<h2 class="title is-3">Qualitative Results</h2>
<img src="./static/images/qualitative_results.png" class="center-image"/>

</div>
</div>

Expand Down
Binary file added static/images/dimension1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/dimension2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/dimension3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/dimension4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3dc0a5b

Please sign in to comment.