Update app.py
Browse files
app.py
CHANGED
@@ -186,16 +186,17 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
186 |
gr.Markdown(
|
187 |
"""
|
188 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
|
|
189 |
<div class="badge-container">
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
</div>
|
196 |
-
|
|
|
197 |
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.
|
198 |
-
|
199 |
## How to Use
|
200 |
1. Upload a reference image to "Left Image"
|
201 |
- You can also select an image from "Examples"
|
|
|
186 |
gr.Markdown(
|
187 |
"""
|
188 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
189 |
+
|
190 |
<div class="badge-container">
|
191 |
+
[](https://qjizhi.github.io/genstereo)
|
192 |
+
[](https://huggingface.co/spaces/FQiao/GenStereo)
|
193 |
+
[](https://github.com/Qjizhi/GenStereo)
|
194 |
+
[](https://huggingface.co/FQiao/GenStereo/tree/main)
|
195 |
+
[](https://arxiv.org/abs/2405.17251)
|
196 |
</div>
|
197 |
+
|
198 |
+
## Introduction
|
199 |
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.
|
|
|
200 |
## How to Use
|
201 |
1. Upload a reference image to "Left Image"
|
202 |
- You can also select an image from "Examples"
|