Skip to content

yokosyun/PSMNet_LRConsitency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published