Skip to content

FiredTable/Polar3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PF-IGEV

[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

Demo Display

PF-IGEV算法效果演示
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.

Environment

  • NVIDIA RTX 4090
  • python 3.8

Create a virtual environment and activate it.

conda create -n PFIGEV python=3.8
conda activate PFIGEV

Dependencies

pip 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

Required Data

Citation

If you find our works useful in your research, please consider citing our papers:

Acknowledgements

This project is based on IGEV-plusplus, RAFT-Stereo, GMStereo, and CoEx. We thank the original authors for their excellent works.

About

Polarization fusion based stereo matching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published