Giter Site home page Giter Site logo

niloc's Introduction

Neural Inertial Localization

Paper: CVPR 2022, arXiv
Website: https://sachini.github.io/niloc
Demo: https://youtu.be/FmkfUKhKe2Q


This is the implementation of the approach described in the paper.

Herath, S., Caruso, D., Liu, C., Chen, Y. and Furukawa, Y., Neural Inertial Localization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2022.

We provide the code for reproducing our results, datasets as well as pre-trained models.

Please cite the following paper is you use the code, paper, models or data.


Instructions

  1. Setup conda environment from niloc_env.yaml

  2. Follow instructions on preprocess/README.md to preprocess real data and optionally, generate synthetic data.

  3. Setup necessary file paths in niloc/config. (dataset: dataset paths, grid: map image paths, io: output paths)

  4. [Optional] Pretrain using IMU + synthetic data. Parameters used in paper are set as defaults.

    ./train_synthetic.sh <building>
    
  5. Train using IMU data. [Optional] load pretrained weights.

    ./train_imu.sh <building> [<path to pretrained checkpoint>]
    
  6. Evaluate

    • Select the checkpoints to use and create checkpoint file described in niloc/cmd_test_file.py
    ./test_imu.sh <building> <checkpoint file>
    

Please refer to the code for advance configurations.

niloc's People

Contributors

sachini 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.