Skip to content

Implement simple stereo matching algorithms in fully Pytorch.

Notifications You must be signed in to change notification settings

HJoonKwon/simple-stereo-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-stereo-matching

Implement simple stereo matching algorithms in fully Pytorch.

Data

Thanks to 2b-t for the dataset.

Install

conda create -n myenv python=3.8 -y 
conda activate myenv 
conda install pytorch::pytorch torchvision torchaudio -c pytorch
pip install -r requirements.txt 

RUN

...

Sample Result

...

Acknowledgement

...

About

Implement simple stereo matching algorithms in fully Pytorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published