Update app.py
Browse files
app.py
CHANGED
@@ -176,11 +176,23 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
176 |
"""
|
177 |
# GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
178 |
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
|
185 |
## Introduction
|
186 |
This is an official demo for the paper "[GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://qjizhi.github.io/genstereo)". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|
|
|
176 |
"""
|
177 |
# GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
178 |
|
179 |
+
<div style="display: flex; gap: 10px; margin-bottom: 20px;">
|
180 |
+
<a href="https://qjizhi.github.io/genstereo">
|
181 |
+
<img src="https://img.shields.io/badge/Project-Web-green" alt="Project Site">
|
182 |
+
</a>
|
183 |
+
<a href="https://huggingface.co/spaces/FQiao/GenStereo">
|
184 |
+
<img src="https://img.shields.io/badge/Spaces-Demo-yellow" alt="Spaces Demo" style="margin-left: 10px;">
|
185 |
+
</a>
|
186 |
+
<a href="https://github.com/Qjizhi/GenStereo">
|
187 |
+
<img src="https://img.shields.io/badge/Github-Repo-orange" alt="GitHub Repo" style="margin-left: 10px;">
|
188 |
+
</a>
|
189 |
+
<a href="https://huggingface.co/FQiao/GenStereo/tree/main">
|
190 |
+
<img src="https://img.shields.io/badge/Models-Checkpoints-blue" alt="Model Checkpoints" style="margin-left: 10px;">
|
191 |
+
</a>
|
192 |
+
<a href="https://arxiv.org/abs/2405.17251">
|
193 |
+
<img src="https://img.shields.io/badge/arXiv-2405.17251-red" alt="arXiv Paper" style="margin-left: 10px;">
|
194 |
+
</a>
|
195 |
+
</div>
|
196 |
|
197 |
## Introduction
|
198 |
This is an official demo for the paper "[GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://qjizhi.github.io/genstereo)". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|