Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Deep Visual Inertial Odometry

Deep learning based visual-inertial odometry project.
pros:

  • Lighter CNN structure. No RNNs -> much lighter.
  • Training images together with inertial data using exponential mapping.
  • Rotation is coming from external attitude estimation.
  • No RNN but Kalman filter: Accleration and image fusion for frame-to-frame displacement.

cons:

  • no position correction: drift in position: But SLAM can correct the position drfit.

Please Cite:

Hongyun Lee, James W. Gregory, Matthew McCrink, and Alper Yilmaz. "Deep Learning for Visual-Inertial Odometry: Estimation of Monocular Camera Ego-Motion and its Uncertainty" The Ohio State University, Master Thesis, https://etd.ohiolink.edu/pg_10?0::NO:10:P10_ACCESSION_NUM:osu156331321922759

References(current & future)

Please see paper.

Usage:

  1. git clone -- recursive https://github.com/ElliotHYLee/Deep_Visual_Inertial_Odometry
  2. Put the .m (Matlab) files under KITTI/odom/dataset/. The files are at DataGenerator folder.
  3. run make_trainable_data.m
  4. In src/Parampy, change the path for KITTI.
  5. At Deep_Visual_Inertial_Odometry, "python main.py"

ToDo

  • upload weight.pt
  • change Matlab data get to python

Prereq.s

  1. Matlab
  2. Python 3.5
pip install numpy
pip install scipy
pip install pandas
pip install matplotlib
pip install scikit-learn
pip install pathlib
pip install pypng
pip install pillow
pip install django
pip install image
pip install opencv-python opencv-contrib-python

detail: https://github.com/ElliotHYLee/SystemReady

Tested System

  • Hardware
CPU: i9-7940x
RAM: 128G, 3200Hz
GPU: two Gefore 1080 ti
MB: ROG STRIX x299-E Gaming
  • Software
Windows10
Python3
PyTorch: v1
CUDA: v9.0
Cudnn: v7.1

Run

python main_cnn.py

Traing Results

description

Test Results

Correction Result

About

Deep Learning for Visual-Inertial Odometry

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.