Skip to content

Dash application for fine tuning parameters of StereoBM and Stereo SGBM algorithms in real time.

Notifications You must be signed in to change notification settings

RaiBP/stereo-finetuning

Repository files navigation

Stereo Fine Tuning

Dash application for tuning parameters of StereoBM and Stereo SGBM algorithms in real time.

How to use

  • Clone repository locally in <PROJECT_PATH>

  • Install requirements with

pip install -r <PROJECT_PATH>/requirements.txt

  • If using Linux, it may be neccesary to install some libraries OpenCV requires:

    • Ubuntu: apt-get install -y ffmpeg libsm6 libxext6
  • Execute app.py with

python <PROJECT_PATH>/src/app.py

  • Open http://127.0.0.1:8050/ in browser

  • Upload left and right stereo images. They must be previously undistorted and rectified.

About

Dash application for fine tuning parameters of StereoBM and Stereo SGBM algorithms in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published