yeates commited on
Commit
76736dc
·
verified ·
1 Parent(s): f46beb1

Update citation to ICCV 2025 proceedings

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -95,10 +95,11 @@ python app.py
95
  ## Citation
96
 
97
  ```bibtex
98
- @article{yu2025omnipaint,
99
- title={OmniPaint: Mastering Object-Oriented Editing via Disentangled Insertion-Removal Inpainting},
100
- author={Yu, Yongsheng},
101
- journal={arXiv preprint arXiv:2503.08677},
 
102
  year={2025}
103
  }
104
  ```
 
95
  ## Citation
96
 
97
  ```bibtex
98
+ @inproceedings{yu2025omnipaint,
99
+ title={Omnipaint: Mastering object-oriented editing via disentangled insertion-removal inpainting},
100
+ author={Yu, Yongsheng and Zeng, Ziyun and Zheng, Haitian and Luo, Jiebo},
101
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
102
+ pages={17324--17334},
103
  year={2025}
104
  }
105
  ```