einsteinliu / pydnet

Repository for pydnet, IROS 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyDnet

This repository contains the source code of pydnet, proposed in the paper "Towards real-time unsupervised monocular depth estimation on CPU", IROS 2018. If you use this code in your projects, please cite our paper:

@inproceedings{pydnet18,
  title     = {Towards real-time unsupervised monocular depth estimation on CPU},
  author    = {Matteo Poggi and
               Filippo Aleotti and
               Fabio Tosi and
               Stefano Mattoccia},
  booktitle = {IEEE/JRS Conference on Intelligent Robots and Systems (IROS)},
  year = {2018}
}

For more details: arXiv

Demo video: youtube

Requirements

  • Tensorflow 1.8 (recomended)
  • python packages such as opencv, matplotlib

Run pydnet on webcam stream

To run pydnet, just launch

python webcam.py --checkpoint_dir /checkpoint/IROS18/pydnet --resolution [1,2,3]

Train pydnet from scratch

Code for training will be (eventually) uploaded. Meanwhile, you can train pydnet by embedding it into https://github.com/mrharicot/monodepth

About

Repository for pydnet, IROS 2018


Languages

Language:Python 100.0%