Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gard-n committed Jul 23, 2024
1 parent 1f221d9 commit 2d9b1db
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions project-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,31 @@ <h2 class="title is-3">Abstract</h2>
</div>
</section>

<section class="section hero is-small">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Examples</h2>
<div class="content has-text-justified">
<p>
SPVLoc estimates the 6D camera pose of a query image relative to an untextured 3D reference model with semantic annotations. It establishes the perspective relation between the rendered panorama and the query image by predicting the viewport of the camera within a set of rendered panoramas.
</p>
<p>
The visualization includes the input image in the top row, the model rendered with the estimated top-1 pose in the second row, the selected reference panorama with the estimated viewport in the third row, and a map showing the estimated position (green circle) alongside the ground truth position (gray circles with radii of 50cm, and 100cm) in the bottom row.
</p>
</div>
</div>
</div>
</div>
</section>

<section class="hero is-small">
<div class="hero-body">
<div class="container">
<img style="display: block; margin-left: auto; margin-right: auto; width: 80%" src="static/images/qualitative.png" alt="Example resulats of spvloc" />
</div>
</div>
</section>

<!--BibTex citation -->
<section class="section" id="BibTeX">
Expand Down
Binary file added project-page/static/images/qualitative.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 2d9b1db

Please sign in to comment.