# Disparity Estimation Using Deep Learning **This repository contains code for [Disparity Estimation using Deep Learning](https://learnopencv.com/disparity-estimation-using-deep-learning/) blogpost**. [download](https://www.dropbox.com/sh/lubth5kne36hjaa/AADIBbCPzrqcSmaQhQpFj3uPa?dl=1) You can also [Open the Notebook on Google Colab](https://colab.research.google.com/github/spmallick/learnopencv/blob/master/Disparity-Estimation-Using-Deep-Learning/PSMNet_Test_Example.ipynb) to experiment. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/spmallick/learnopencv/blob/master/Disparity-Estimation-Using-Deep-Learning/PSMNet_Test_Example.ipynb) ## Requirements if you are running on local system ``` pip install requirements.txt ``` # AI Courses by OpenCV Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.