Giter Club home page Giter Club logo

deepvo-1's Introduction

DeepVO: Towards End-to-End Visual Odometry with Deep Recurrent Convolutional Neural Networks

Disclaimer: This is not an official release. This implementation is based on the ICRA 2017 paper of the same title by Sen Wang, Ronald Clark, Hongkai Wen, and Niki Trigoni. We try to reproduce the results presented in the above paper, while incorporating our own interpretations of the approach, wherever needed.

Implementation by: Krishna Murthy and Sarthak Sharma

Pretrained models and results will be pushed in due course of time.

Installation Instructions

This is a PyTorch implementation. We assume PyTorch and dependencies are setup. This code has been tested on PyTorch 0.4 with CUDA 9.0 and CUDNN <VERSION>.

Dependencies: scipy, scikit-image, matplotlib, tqdm, and natsort. We also use tensorboardX for visualization purposes.

scipy, scikit-image, matplotlib, and natsort can be installed using standard pip or conda commands.

tqdm (pip)

pip install --user tqdm

tqdm (conda)

conda install -c conda-forge tqdm

tensorboardX (pip)

pip install tensorboardX

tensorboardX (build from source)

pip install git+https://github.com/lanpa/tensorboard-pytorch

Running code

To run the code, from the base directory of the repository, run something like this:

python -B main.py -datadir ~/scratch/KITTIOdometry/dataset/ -cachedir ../../scratch/DeepVOCache -nepochs 2 -tensorboardX True -lrScheduler cosine -expID tmp -scf 2 -lr 1e-3 -beta1 0.7 -momentum 0.009 -optMethod sgd -dropout 0.5 -modelType flownet -loadModel cache/flownets_EPE1.951.pth.tar -trainBatch 40 -sbatch True -snapshot 1 -snapshotStrategy none -gradClip 20. -imageWidth 640 -imageHeight 192

For a more detailed explanation of parameters, refer to args.py.

deepvo-1's People

Contributors

krrish94 avatar sarthaksharma13 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.