An open API service indexing awesome lists of open source software.

https://github.com/soumik12345/image-depth-prediction


https://github.com/soumik12345/image-depth-prediction

conditional-gan deep-learning gan kitti-dataset stereo-depth-estimation tensorflow tensorflow-2

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image Depth Prediction using GANs

Tensorflow 2.2.0 implementation of single image stereo depthmap prediction using GANs.

## Details

Schematics for the Architectures are available [here](./models.md).

*Dataset Link:* [https://www.kaggle.com/greg115/pix2pix-depth](https://www.kaggle.com/greg115/pix2pix-depth)

The images have been taken from the KITTI Vision Benchmark Suite and the depthmaps were generated using the SGBM Algorithm.

## Results

![](./assets/val_res_1.png)

![](./assets/val_res_2.png)

![](./assets/val_res_3.png)

![](./assets/val_res_4.png)

![](./assets/val_res_5.png)