Skip to content

orsic/stereo_matching_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereo Matching Network

Original article: https://arxiv.org/abs/1510.05970

Setup

Requirements:

Run

Create HDF5 dataset:

  python create_hdf5.py path/to/kitti/training --dest=path/to/kitti.h5

Train the model:

  python train.py path/to/kitti/training store/dir --train_data=path/to/kitti.h5

TODO

HDF5 reading is slow. Data reader(and filesystem organisation) should be implemented to enable efficient data preprocessing. Currently, whole dataset is loaded in memory to enable efficient GPu utilization(dataset is ~13GB).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages