FQiao commited on
Commit
aa8f3d8
·
verified ·
1 Parent(s): 9caa77b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -4,13 +4,13 @@ pipeline_tag: image-to-image
4
  library_name: diffusers
5
  ---
6
 
7
- # [ICCV 2025] GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
8
 
9
 
10
  [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo) [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo) [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo) [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo-sd2.1/tree/main) [![arXiv](https://img.shields.io/badge/arXiv-2503.12720-red?logo=arxiv)](https://arxiv.org/abs/2503.12720)
11
 
12
 
13
- This repository contains the model presented in [GenStereo: 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
  ![](teaser_coco.jpg)
15
 
16
  ## Abstract
@@ -108,15 +108,14 @@ Please read [Train_Guide.md](./Trian_Guide.md).
108
  ## Citation
109
 
110
  ``` bibtex
111
- @article{qiao2025genstereo,
112
- author = {Feng Qiao and Zhexiao Xiong and Eric Xing and Nathan Jacobs},
113
- title = {GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching},
114
- journal = {arXiv preprint},
115
- volume = {arXiv:2503.12720},
116
  year = {2025},
117
- url = {https://doi.org/10.48550/arXiv.2503.12720},
118
- archivePrefix = {arXiv},
119
- primaryClass = {cs.CV}
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
  [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo) [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo) [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo) [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo-sd2.1/tree/main) [![arXiv](https://img.shields.io/badge/arXiv-2503.12720-red?logo=arxiv)](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
  ![](teaser_coco.jpg)
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