Coder Social home page Coder Social logo

nronaldo / deep-speed-constrained-ins Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaltovision/deep-speed-constrained-ins

0.0 1.0 1.0 18.99 MB

Codes for Deep Learning Based Speed Estimation for Constraining Strapdown Inertial Navigation on Smartphones

Home Page: https://aaltovision.github.io/deep-speed-constrained-ins/

License: GNU General Public License v3.0

Python 100.00%

deep-speed-constrained-ins's Introduction

Deep Learning Based Speed Estimation for Constraining Strapdown Inertial Navigation on Smartphones

Santiago Cortés · Arno Solin · Juho Kannala

Summary

Strapdown inertial navigation systems are sensitive to the quality of the data provided by the accelerometer and gyroscope. Low-grade IMUs in handheld smart-devices pose a problem for inertial odometry on these devices. We propose a scheme for constraining the inertial odometry problem by complementing non-linear state estimation by a CNN-based deep-learning model for inferring the momentary speed based on a window of IMU samples.

This repository provides the codes for replicationg the speed regression setup in [1]. Please, if you use this code/data, please cite the original paper presenting it.

Dependencies:

Ubuntu 16.04 and python 2.7 (including numpy and matplotlib) were used in all the tests.

The following Python packages were also used

Download and prepare training data

Download and unzip ADVIO dataset files (see ADVIO).

cd data
for i in $(seq -f "%02g" 1 23);
do
  wget -O advio-$i.zip https://zenodo.org/record/1321157/files/advio-$i.zip
  unzip advio-$i.zip
  rm advio-$i.zip	
done
cd ..

Synchronize the accelerometer and gyroscope in the ADVIO data.

cd python
python sync-data.py

Produce results

cd python
python DCI-training-0.0.2.py

References

[1] Santiago Cortés, Arno Solin, and Juho Kannala, “Deep Learning Based Speed Estimation for Constraining Strapdown Inertial Navigation on Smartphones”, IEEE International Workshop on Machine Learning for Signal Processing (MLSP), Aalborg, Denmark, 2018. [arXiv]

License

This software is distributed under the GNU General Public License (version 3 or later); please refer to the file LICENSE.txt, included with the software, for details.

deep-speed-constrained-ins's People

Contributors

asolin avatar scortes48 avatar

Watchers

 avatar

Forkers

butterflying10

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.