[Marrying Polarization to Stereo: Real-Time Stereo Matching via Polarimetric Cues]
Junzhuo Zhou, Jun Zou, Ye Qiu, Zhihe Liu, Jia Hao, Wenli Li, Yiting Yu
Figure 1: Performance demonstration of the PF-IGEV stereo matching algorithm. In the animated image, the first row shows the original left image, the second row displays the polarization fusion result, and the third row presents the stereo matching result.
- NVIDIA RTX 4090
- python 3.8
conda create -n PFIGEV python=3.8
conda activate PFIGEVpip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
pip install tqdm
pip install scipy
pip install opencv-python
pip install scikit-image
pip install tensorboard
pip install matplotlib
pip install timm==0.5.4
If you find our works useful in your research, please consider citing our papers:
This project is based on IGEV-plusplus, RAFT-Stereo, GMStereo, and CoEx. We thank the original authors for their excellent works.