From f8358de8f8d0e6612113235bee77e91cd8b9dced Mon Sep 17 00:00:00 2001 From: Xiaoyang Guo Date: Tue, 5 Mar 2019 15:00:25 +0800 Subject: [PATCH] init --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e1c82a --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# GwcNet + +This is the implementation of the paper **Group-wise Correlation Stereo Network**, CVPR 19, Xiaoyang Guo, Kai Yang, Wukui Yang, Xiaogang Wang, and Hongsheng Li +[\[Arxiv\]](https://arxiv.org/) + +# Still In Progress + +# Citation +If you find this code useful in your research, please cite: + +``` +@inproceedings{guo2019group, + title={Group-wise correlation stereo network}, + author={Guo, Xiaoyang and Yang, Kai and Yang, Wukui and Wang, Xiaogang and Li, Hongsheng}, + booktitle={CVPR}, + year={2019} +} +```