Skip to content
/ lsim Public

Learn Stereo, Infer Mono: Siamese Networks for Self-Supervised, Monocular, Depth Estimation

Notifications You must be signed in to change notification settings

mtngld/lsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Stereo, Infer Mono: Siamese Networks for Self-Supervised, Monocular, Depth Estimation

lsim_model.py is based on Monodepth, with modifications to allows siamese and mirroring:

@inproceedings{monodepth17,
  title     = {Unsupervised Monocular Depth Estimation with Left-Right Consistency},
  author    = {Cl{\'{e}}ment Godard and
               Oisin {Mac Aodha} and
               Gabriel J. Brostow},
  booktitle = {CVPR},
  year = {2017}
}

Requirements

  • Tensorflow 1.13
  • Pandas
  • Numpy

You will also need our version of monodepth (minor changes to support Python 3), make sure to clone using

git clone --recursive https://github.com/mtngld/lsim.git

Data

Use monodepth excellent downloader in order to get the data for kitti. For cityscapes see https://www.cityscapes-dataset.com/

Acknowledgement

We thank Godard et al. for their excellent paper and code.

@inproceedings{monodepth17,
  title     = {Unsupervised Monocular Depth Estimation with Left-Right Consistency},
  author    = {Cl{\'{e}}ment Godard and
               Oisin {Mac Aodha} and
               Gabriel J. Brostow},
  booktitle = {CVPR},
  year = {2017}
}

Reference

@inproceedings{goldman2019lsim,
  title={Learn Stereo, Infer Mono: Siamese Networks for Self-Supervised, Monocular, Depth Estimation},
  author={Goldman, Matan and Hassner, Tal and Avidan, Shai},
  booktitle={Computer Vision and Pattern Recognition Workshops (CVPRW)},
  year=2019
}

About

Learn Stereo, Infer Mono: Siamese Networks for Self-Supervised, Monocular, Depth Estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages