From d05824959556c8f9ea614380bda9681017d746eb Mon Sep 17 00:00:00 2001 From: Gangwei Xu Date: Thu, 16 Mar 2023 10:08:22 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9250209..de3dcc1 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,20 @@ For submission to the KITTI benchmark, run python save_disp.py ``` +## Citation + +If you find our work useful in your research, please consider citing our paper: + +``` +@article{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}, + year={2023} +} +``` + + # Acknowledgements This project is heavily based on [RAFT-Stereo](https://github.com/princeton-vl/RAFT-Stereo), We thank the original authors for their excellent work.