- An implementation of a PDR (Pedestrain Dead Reckoning) algorithm based on Kims' step length estimation
- A vanilla implementation of dead reckoning on mobile phone IMU
- Clone this repo
- Install the
requirements.txt
file attached
- Install the SensorLogger app
- Save a dataset & export to the data folder of this repo
- Naming convention (to auto load params) is holding_pose-number of steps-username for example:
inhand-29-steps-Ido
- Place data directory in the
/walking
directory of this repo and it will be loaded automatically
- If running your own dataset, in file
PDR_Main.py
change the filename param to your file (directory) name - Otherwise, just run
PDR_Main.py
- If running your own data, change
dir_name
innavigation_main.py
to your filename - Run
navigation_main.py