Skip to content

Commit c235665

Browse files
gfi_architecture update
1 parent bd34031 commit c235665

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

projects/GFI-framework/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,19 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7575

7676
<!-- Teaser Video or Image -->
7777
<section class="section">
78-
<div class="container is-max-desktop has-text-centered">
79-
<h2 class="title is-3">Teaser</h2>
80-
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" width="90%">
81-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" width="90%">
82-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" width="90%">
83-
<!-- OR use this if you only have an image: -->
84-
<!-- <img src="./static/images/teaser.jpg" alt="Teaser image" width="90%"> -->
78+
<div class="gfi_framework">
79+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width="30%">
80+
<figcaption>
81+
"Generalized Forward-Inverse Framework"
82+
</figcaption>
83+
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" width="30%">
84+
<figcaption>
85+
"Latent U-Net architecture"
86+
</figcaption>
87+
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" width="30%">
88+
<figcaption>
89+
"Invertible X-Net architecture"
90+
</figcaption>
8591
</div>
8692
<hr style="width: 60%; margin: 2rem auto;">
8793
</section>

0 commit comments

Comments
 (0)