Update app.py
Browse files
app.py
CHANGED
@@ -131,11 +131,13 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
131 |
"""
|
132 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
133 |
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
|
|
|
|
139 |
|
140 |
## Introduction
|
141 |
This is an official demo for the paper "[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.
|
|
|
131 |
"""
|
132 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
133 |
|
134 |
+
<div style="display: flex; gap: 2px; margin: 1em 0">
|
135 |
+
<a href="https://qjizhi.github.io/genstereo"><img src="https://img.shields.io/badge/Project-Web-green"></a>
|
136 |
+
<a href="https://huggingface.co/spaces/FQiao/GenStereo"><img src="https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface"></a>
|
137 |
+
<a href="https://github.com/Qjizhi/GenStereo"><img src="https://img.shields.io/badge/Github-Repo-orange?logo=github"></a>
|
138 |
+
<a href="https://huggingface.co/FQiao/GenStereo/tree/main"><img src="https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface"></a>
|
139 |
+
<a href="https://arxiv.org/abs/2405.17251"><img src="https://img.shields.io/badge/arXiv-2405.17251-red"></a>
|
140 |
+
</div>
|
141 |
|
142 |
## Introduction
|
143 |
This is an official demo for the paper "[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.
|