Skip to content

HimGautam/Depth-Estimation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Depth-Estimation

This project is my own implementation of Unsupervised Monocular Depth Estimation with Left-Right Consistency paper by C. Godard, O. M. Aodha and G. J. Brostow.

result

Overview

Screenshot from 2021-07-25 20-11-08

The above picture shows the model used in this project. EfficientNet B4 model is used as a backbone for transfer learning which helps in reducing the training time.

Screenshot from 2021-07-25 20-15-44

For training the model above loss function is used which is taken from the Left Right Consistency paper mentioned above. It also uses image resampling (bilinear sampler) introduced in the Spatial Transformer Network paper.

Requirements

The model in this project was trained and tested on GPU (NVIDIA GTX 1650 4GB) powered laptop.

Some dependencies used in the project are:

  1. Numpy v1.19.2
  2. Tensorflow v2.3
  3. Python v3.8.5
  4. Jupyter Notbook v6.2.0
  5. Matplotlib

Training

For training model download the kitti stereo dataset from their website and place the left and right image in the same folder in which main file is. Then open the main file in Jupyter Notebook and run all the cells.

Trying Out

If you only want to try out the model then download the weight from here. Put the weight in the same folder with main file then run all cells except the one which has NUM_EPOCHS=100 at the starting.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published