MasterSkepticista / Monocular-Depth-Estimation

Replicated results from DenseDepth using DenseNet169 in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Camera Depth Estimation using DenseNet169

Replicated results from DenseDepth using DenseNet169 in Python.

Ref: Original Work by Alhashim et al.

Run sketch.py to load data and start training.

Dataset: NYU-v2, more info can be found here

Place the Dataset in the root directory. Download here

Sample Results: Trained on NVIDIA Tesla K80 (14GB VRAM); 3 epochs, bs 6, 4 hours

Input

6 input images from indoor and outdoor

Output

Output Depth Maps

Notice that since the distribution of input dataset belongs to indoors, it performs reasonably well on indoors.

@article{Alhashim2018,
  author    = {Ibraheem Alhashim and Peter Wonka},
  title     = {High Quality Monocular Depth Estimation via Transfer Learning},
  journal   = {arXiv e-prints},
  volume    = {abs/1812.11941},
  year      = {2018},
  url       = {https://arxiv.org/abs/1812.11941},
  eid       = {arXiv:1812.11941},
  eprint    = {1812.11941}
}

About

Replicated results from DenseDepth using DenseNet169 in Python.


Languages

Language:Python 100.0%