Giter Site home page Giter Site logo

rnn_depth_pose's Introduction

RNN_depth_pose

This is a Tensorflow implementation of our paper:

Recurrent Neural Network for (Un-)supervised Learning of Monocular VideoVisual Odometry and Depth

Rui Wang, Stephen M. Pizer, Jan-Michael Frahm

arxiv preprint: (https://arxiv.org/abs/1904.07087)

Prerequisites

This codebase was developed and tested with Python3.6 Tensorflow 1.12.0, CUDA 10.1 and Ubuntu 16.04.

Preparing training data

Download KITTI raw data and depth data. Then process using the provided script in data/KITTI folder.

Training

Once the data are formatted properly, you should be able to the model by running the following command

python main.py --dataset_dir=/path/to/tfrecords --checkpoint_dir=/path/to/output_checkpoints/

You can visualize training result using tensorboard

tensorboard --logdir=/path/to/output_checkpoints/ --port=8888

TODO

The code will continue to be cleaned up and more comments will be added.

Unsupervised training version.

Demo with pretrained model will be added.

Reference

@inproceedings{wang2019recurrent,
  title={Recurrent Neural Network for (Un-) supervised Learning of Monocular Video Visual Odometry and Depth},
  author={Wang, Rui and Pizer, Stephen M and Frahm, Jan-Michael},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={5555--5564},
  year={2019}
}

rnn_depth_pose's People

Contributors

wrlife avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.