Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
koutilya-pnvr committed Sep 29, 2023
1 parent 79f5da9 commit 6bed560
Showing 1 changed file with 13 additions and 26 deletions.
39 changes: 13 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="description"
content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos.">
content="LD-ZNet: A Latent Diffusion Approach for Text-Based Segmentation">
<meta name="keywords" content="Nerfies, D-NeRF, NeRF">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nerfies: Deformable Neural Radiance Fields</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

gtag('js', new Date());

gtag('config', 'G-PYVRSFMDRL');
</script>
<title>LD-ZNet: A Latent Diffusion Approach for Text-Based Segmentation</title>

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
Expand Down Expand Up @@ -343,21 +329,17 @@ <h2 class="title is-3">Results on AIGI</h2>
<!-- <h2 class="title is-3">Matting</h2>-->
<div class="columns is-centered">
<div class="column content has-text-centered">
<br><br><br><br>
<img src="./assets/Quantitative_AIGI.png"
class="center"
alt="LD-ZNet can segment various objects on real and AI-generated images"
width="70%" height="auto"/>

<h3 class="title is-4">Multi-object Segmentation</h3>
<img src="./assets/Results_Multi_segmentation.png"
class="center"
alt="LD-ZNet can segment various objects on real and AI-generated images"
width="100%" height="auto"/>
<br><br><br>
<img src="./assets/Results_Multi_segmentation2.png"
<br><br>
<img src="./assets/Results_AI2.png"
class="center"
alt="LD-ZNet can segment various objects on real and AI-generated images"
width="100%" height="auto"/>
width="90%" height="auto"/>
</div>

</div>
Expand Down Expand Up @@ -389,11 +371,16 @@ <h2 class="title is-3">More qualitative results of LD-ZNet</h2>
<div class="columns is-centered">
<div class="column content has-text-centered">
<br><br><br><br><br>
<img src="./assets/Results_AI2.png"
<h3 class="title is-4">Multi-object Segmentation</h3>
<img src="./assets/Results_Multi_segmentation.png"
class="center"
alt="LD-ZNet can segment various objects on real and AI-generated images"
width="100%" height="auto"/>
<br><br><br>
<img src="./assets/Results_Multi_segmentation2.png"
class="center"
alt="LD-ZNet can segment various objects on real and AI-generated images"
width="100%" height="auto"/>
<p>More qualitative results of LD-ZNet from AIGI dataset.</p>
</div>

</div>
Expand Down

0 comments on commit 6bed560

Please sign in to comment.