Stereo vision project mainly consists of 9 steps"
- Camera calibration and getting calibration files: https://github.com/Mayakshanesht/Kalman-and-bayesian-filters/blob/master/Calibration.ipynb
- loading images from both the cameras
- calculating disparity maps using stereo_block matching approach and stereo semi-global block matching approach
- load calibration parameters again to get the focal length and baseline length between two cameras
- calculate Depth map
- do obstacle detection using YOLOv4(tiny model)
- get obstacle distance by merging knowledge from depth map and object detection algorithm https://drive.google.com/file/d/1-6WVLLUcc16KsNu3AwL8zHDGl0MEy16C/view?usp=sharing
- 3D reconstruction
- pseudo-Lidar visualization