Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinayak-VG committed Jul 7, 2024
1 parent 91a7fe0 commit 5228b26
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,27 +484,34 @@ <h4>Play the videos in the fullscreen mode for the best view</h4>
</div>

<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="hero-body">
<img src="./static/images/gallery.jpg" alt="results gallery" id="fig-gallery" style="width: 100%"/>
<h2 class="subtitle has-text-centered">
Results on various corruptions
</h2>
</div>
</div>
<!--/ Abstract. -->

<!-- Model arch. -->
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="hero-body">
<img src="./static/images/multi-corr.png" alt="results gallery" id="fig-gallery" style="width: 100%"/>
<h2 class="subtitle has-text-centered">
Gaura can also restore and render novel views from images corrupted with multiple corruptions
</h2>

<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Results on various corruptions</h2>
<div class="w3-container" id="Gaura-model">
<img src="./static/images/gallery.jpg" alt="results gallery" id="fig-gallery" style="width: 100%"/>
<h2 class="subtitle has-text-centered">
Results on various corruptions
</h2>
</div>
</div>
</div>



<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Results on Restoring Multiple corruptions</h2>
<div class="w3-container" id="Gaura-model">
<!-- <a href="#Gaura-model"><h2><u>GAURA - Model Architecture</u></h2></a> -->

<img src="./static/images/multi-corr.png" alt="results gallery" id="fig-gallery" style="width: 100%"/>
<h2 class="subtitle has-text-centered">
Gaura can also restore and render novel views from images corrupted with multiple corruption maintaining view consistency.
</h2>
</div>
</div>
</div>
</section>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
Expand Down

0 comments on commit 5228b26

Please sign in to comment.