Giter Club home page Giter Club logo

anisghaoui / humolire Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 3.0 48.21 MB

HuMoLiRe is a Pedestrian Dead-Reckoning Particle Filter Map-aided system that leverages human motion likelihood in indoor spaces to estimate their position. This repository is the dataset and software published with its paper.

Home Page: https://humolire.readthedocs.io/en/latest/

Python 100.00%
indoor localisation particle filter pedest dead-reckoning map likelihood

humolire's People

Contributors

anisghaoui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

humolire's Issues

I want to timestamp the coordinate results of DR and Map-Aided DR using the code.

Hello.
First of all, thank you for providing the code and the paper.
I have conducted PDR (Pedestrian Dead Reckoning) using the provided code for test purpose and obtained meaningful results.
I would like to compare the coordinates obtained through DR with those corrected based on the Grid map at the same timestamps.
Therefore, I would like to include timestamps for each coordinate in the code.
From my analysis of the code, it seems that the coordinates obtained through DR are stored in pdr_positions in main.py(line 81),
pdr_positions, total_distance = compute_positions(*perform_pdr(acce, gyro, **kwargs)
and the corrected coordinates based on the Grid map are likely to be found in plot_particles_center within visualize.py(line 121,122).
X = [center.x for center in center_positions] Y = [center.y for center in center_positions]
My questions are as follows:

  1. Could you please provide a way to include timestamps for both DR coordinates and Grid map-based corrected coordinates?
  2. Alternatively, should I consider that the generated coordinates are estimated at 1-second intervals? I am asking this because there seems to be a parameter for steps per second.

Thank you for reading my message, and I would greatly appreciate your response as it would be immensely helpful to me. Thank you, and have a great day.

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.