Skip to content

Commit bd34031

Browse files
Updating architectures
1. Added GFI architecture 2. Latent U-Net architecture 3. Invertible X-Net architecture
1 parent 3022a50 commit bd34031

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/GFI-framework/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7777
<section class="section">
7878
<div class="container is-max-desktop has-text-centered">
7979
<h2 class="title is-3">Teaser</h2>
80-
<video src="./static/videos/teaser.mp4" autoplay muted loop playsinline controls width="90%"></video>
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%">
8183
<!-- OR use this if you only have an image: -->
8284
<!-- <img src="./static/images/teaser.jpg" alt="Teaser image" width="90%"> -->
8385
</div>

0 commit comments

Comments
 (0)