Universal gait event detection toolkit — 10 methods including BIKE, with C-accelerated backends
Project description
gaitkit (Python)
Python package for gait event detection from motion-capture data.
Install
Current status: pre-release (not yet published on PyPI).
Install from local source:
python -m pip install -e ./python
python -m pip install -e "./python[all]" # optional extras
Once published:
pip install gaitkit
Optional extras:
pip install "gaitkit[all]" # onnx + deep + viz + c3d helpers
Quick Start
import gaitkit
trial = gaitkit.load_example("healthy")
result = gaitkit.detect(trial, method="bike")
print(result.summary())
DeepEvent weights are downloaded automatically on first DeepEvent use and
cached in ~/.cache/gaitkit/.
Project
- Repository: https://github.com/IDMDataHub/gaitkit
- Issue tracker: https://github.com/IDMDataHub/gaitkit/issues
- Reproducibility: https://github.com/IDMDataHub/gaitkit/blob/master/REPRODUCIBILITY.md
Development testing
python -m pip install -e ./python
python -m unittest -v
Build distributions
python -m pip install build
cd python
python -m build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gaitkit-0.1.0.tar.gz
(408.8 kB
view details)
File details
Details for the file gaitkit-0.1.0.tar.gz.
File metadata
- Download URL: gaitkit-0.1.0.tar.gz
- Upload date:
- Size: 408.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa726a1f673108b9b931bf39669aff830f57fdb3d32c04d4d3f0d9851cf616e3
|
|
| MD5 |
50ac81d0a1a4dde213a071c8ecb35411
|
|
| BLAKE2b-256 |
b6e3f91dd990dd780e96b16ba814dbb3e5972e1f1909c2fc63c7ac4da033e17b
|