Update README.md
Browse files
README.md
CHANGED
|
@@ -4,13 +4,13 @@ pipeline_tag: image-to-image
|
|
| 4 |
library_name: diffusers
|
| 5 |
---
|
| 6 |
|
| 7 |
-
# [ICCV 2025]
|
| 8 |
|
| 9 |
|
| 10 |
[](https://qjizhi.github.io/genstereo) [](https://huggingface.co/spaces/FQiao/GenStereo) [](https://github.com/Qjizhi/GenStereo) [](https://huggingface.co/FQiao/GenStereo-sd2.1/tree/main) [](https://arxiv.org/abs/2503.12720)
|
| 11 |
|
| 12 |
|
| 13 |
-
This repository contains the model presented in [
|
| 14 |

|
| 15 |
|
| 16 |
## Abstract
|
|
@@ -108,15 +108,14 @@ Please read [Train_Guide.md](./Trian_Guide.md).
|
|
| 108 |
## Citation
|
| 109 |
|
| 110 |
``` bibtex
|
| 111 |
-
@
|
| 112 |
-
author = {Feng
|
| 113 |
-
title = {
|
| 114 |
-
|
| 115 |
-
volume = {arXiv:2503.12720},
|
| 116 |
year = {2025},
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
}
|
| 121 |
```
|
| 122 |
|
|
|
|
| 4 |
library_name: diffusers
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# [ICCV 2025] Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
| 8 |
|
| 9 |
|
| 10 |
[](https://qjizhi.github.io/genstereo) [](https://huggingface.co/spaces/FQiao/GenStereo) [](https://github.com/Qjizhi/GenStereo) [](https://huggingface.co/FQiao/GenStereo-sd2.1/tree/main) [](https://arxiv.org/abs/2503.12720)
|
| 11 |
|
| 12 |
|
| 13 |
+
This repository contains the model presented in [Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://arxiv.org/abs/2503.12720). The models are finetuned on Stable Diffusion v2.1.
|
| 14 |

|
| 15 |
|
| 16 |
## Abstract
|
|
|
|
| 108 |
## Citation
|
| 109 |
|
| 110 |
``` bibtex
|
| 111 |
+
@inproceedings{qiao2025genstereo,
|
| 112 |
+
author = {Qiao, Feng and Xiong, Zhexiao and Xing, Eric and Jacobs, Nathan},
|
| 113 |
+
title = {Towards Open-World Generation of Stereo Images and Unsupervised Matching},
|
| 114 |
+
booktitle = {Proceedings of the {IEEE/CVF} International Conference on Computer Vision ({ICCV})},
|
|
|
|
| 115 |
year = {2025},
|
| 116 |
+
eprint = {2503.12720},
|
| 117 |
+
archiveprefix = {arXiv},
|
| 118 |
+
primaryclass = {cs.CV}
|
| 119 |
}
|
| 120 |
```
|
| 121 |
|