From ab2fb27f1a615717be808dc19d2d2ef1bb4160db Mon Sep 17 00:00:00 2001 From: Gangwei Xu <34023118+gangweiX@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:45:53 +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 955b938..6720af8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IterStereo +# IGEV-rStereo The source code is coming soon. @@ -13,8 +13,8 @@ The source code is coming soon. ### Create a virtual environment and activate it. ``` -conda create -n IterStereo python=3.8 -conda activate IterStereo +conda create -n IGEV_Stereo python=3.8 +conda activate IGEV_Stereo ``` ### Dependencies