/jump_detector

Simple demo script to compute jumps using accelerometer from a smartphone in a pocket

Primary LanguagePython

About

Simple demo script to compute jumps using accelerometer from a smartphone in a pocket Requirements: python3.8+

Running

Install dependencies

pip install -r requirements.txt

Download the dataset in tar format (do not unzip it) Run the script:

python3 jump_detector.py path_to_the_dataset.tar.xz

This plots the data and the detected jumps

Other questions

read the code comments