From 84baaf7d8e4888aa9585e7b143612caf00220169 Mon Sep 17 00:00:00 2001 From: Gangwei Xu Date: Sat, 18 Mar 2023 10:46:05 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de3dcc1..ccd7411 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ python save_disp.py If you find our work useful in your research, please consider citing our paper: -``` -@article{xu2023iterative, +```bibtex +@inproceedings{xu2023iterative, title={Iterative Geometry Encoding Volume for Stereo Matching}, author={Xu, Gangwei and Wang, Xianqi and Ding, Xiaohuan and Yang, Xin}, - journal={arXiv preprint arXiv:2303.06615}, + booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, year={2023} } ```