Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.16 KB

Pyramid Stereo Matching Network

This repository contains the code (in PyTorch) for "Pyramid Stereo Matching Network" paper (CVPR 2018) by Jia-Ren Chang and Yong-Sheng Chen.

original repo

https://github.com/JiaRenChang/PSMNet

difference

this repo estimate Left and Right Disparity(original is left only). so you can train without Ground Truth. It is more practical to use

Dependencies

tested environment

installation

sudo apt install python3-pip

pip3 install torch torchvision

pip3 install tensorboard

Train

sh train.sh

Inference

sh inference.sh

visualize training log by tensorboard

tensorboard --logdir {your_workingdir}/logs

access from your browser http://localhost:6006/