mfkiwl / stereo_depth_estimator

Stereo depth estimation for self-driving cars ๐Ÿš—

Home Page:https://gsurma.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stereo Depth Estimator

SGBM

Semi-global block matching - SGBM, by Hirschmuller, H. (2008). Stereo processing by semiglobal matching and mutual information. IEEE Transactions on pattern analysis and machine intelligence, 30(2), 328-341.

Usage

python3 stereo_depth_estimator_sgbm.py

Required directory structure:

.
โ”œโ”€โ”€ ...
โ”œโ”€โ”€ data                     
โ”‚    โ”œโ”€โ”€ 1 (can be modified with DATASET constant)
โ”‚        โ”‚โ”€โ”€left (n left images)
โ”‚        โ”‚โ”€โ”€right (n right images)
โ”‚        โ”‚โ”€โ”€disparities (initially empty)
โ”‚        โ”‚โ”€โ”€combined (initially empty)

Results

Dataset 1

Dataset 2

Dataset 3

Author

Greg (Grzegorz) Surma

PORTFOLIO

GITHUB

BLOG

Support via PayPal

About

Stereo depth estimation for self-driving cars ๐Ÿš—

https://gsurma.github.io

License:MIT License


Languages

Language:Python 100.0%