Deep Learning model for stereo depth estimation. The model employs UNet architecture for fine depth estimation. The model allows you to either use the transpose convolution to reconstruct the depth image or use bilinear interpolation with same-padded CNNs. The pretrained model uses the version with the transpose convolution as it was the one yieled the highest accuracy.
- Run
python -m venv venv
in the project directory - On Linux use
source venv/bin/activate
. on Windows, usevenv\Scripts\activate
To use the notebooks, make sure that you have anaconda installed and only run the first command in the previous list after being in the base environment.
Download the model pretrained parameters from here