Simple demo script to compute jumps using accelerometer from a smartphone in a pocket Requirements: python3.8+
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
read the code comments