[CVPR 2023] Iterative Geometry Encoding Volume for Stereo Matching and Multi-View Stereo
Go to file
2023-03-12 20:28:25 +08:00
IGEV-Stereo Initial Commit 2023-03-12 20:22:40 +08:00
README.md Update README.md 2023-03-12 20:28:25 +08:00

IGEV-Stereo & IGEV-MVS

This repository contains the source code for our paper:

Iterative Geometry Encoding Volume for Stereo Matching
CVPR 2023
Gangwei Xu, Xianqi Wang, Xiaohuan Ding, Xin Yang

#How to Use

Environment

  • NVIDIA RTX 3090
  • Python 3.8
  • Pytorch 1.12

Install

Create a virtual environment and activate it.

conda create -n IGEV_Stereo python=3.8
conda activate IGEV_Stereo

Dependencies

conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch -c nvidia
pip install opencv-python
pip install scikit-image
pip install tensorboard
pip install matplotlib 
pip install tqdm
pip install timm==0.5.4