LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/gaitkit/__init__.py
src/gaitkit/_compat.py
src/gaitkit/_core.py
src/gaitkit/_ensemble.py
src/gaitkit/_io.py
src/gaitkit/_viz.py
src/gaitkit/bayesian_bis_native.py
src/gaitkit/cli.py
src/gaitkit/dgei_native.py
src/gaitkit/ghoussayni_native.py
src/gaitkit/hreljac_native.py
src/gaitkit/mickelborough_native.py
src/gaitkit/oconnor_native.py
src/gaitkit/vancanneyt_native.py
src/gaitkit/zeni_native.py
src/gaitkit.egg-info/PKG-INFO
src/gaitkit.egg-info/SOURCES.txt
src/gaitkit.egg-info/dependency_links.txt
src/gaitkit.egg-info/entry_points.txt
src/gaitkit.egg-info/requires.txt
src/gaitkit.egg-info/top_level.txt
src/gaitkit/data/DeepEventModel.json
src/gaitkit/data/__init__.py
src/gaitkit/data/example_healthy.json
src/gaitkit/data/example_kuopio.json
src/gaitkit/data/example_parkinson.json
src/gaitkit/data/example_stroke.json
src/gaitkit/data/fo_intellevent.onnx
src/gaitkit/data/ic_intellevent.onnx
src/gaitkit/detectors/__init__.py
src/gaitkit/detectors/axis_utils.py
src/gaitkit/detectors/bayesian_bis.py
src/gaitkit/detectors/bayesian_bis_v2.py
src/gaitkit/detectors/deepevent_detector.py
src/gaitkit/detectors/dgei_detector.py
src/gaitkit/detectors/ghoussayni_detector.py
src/gaitkit/detectors/hreljac_detector.py
src/gaitkit/detectors/intellevent_detector.py
src/gaitkit/detectors/mickelborough_detector.py
src/gaitkit/detectors/oconnor_detector.py
src/gaitkit/detectors/vancanneyt_detector.py
src/gaitkit/detectors/zeni_detector.py
src/gaitkit/evaluation/__init__.py
src/gaitkit/evaluation/matching.py
src/gaitkit/evaluation/metrics.py
src/gaitkit/evaluation/statistics.py
src/gaitkit/extractors/__init__.py
src/gaitkit/extractors/base_extractor.py
src/gaitkit/extractors/biocv_extractor.py
src/gaitkit/extractors/camargo_extractor.py
src/gaitkit/extractors/elderly_fallrisk_extractor.py
src/gaitkit/extractors/figshare_pd_extractor.py
src/gaitkit/extractors/fukuchi_extractor.py
src/gaitkit/extractors/hood_amputee_extractor.py
src/gaitkit/extractors/kuopio_extractor.py
src/gaitkit/extractors/kuopio_openpose_extractor.py
src/gaitkit/extractors/nature_extractor.py
src/gaitkit/extractors/schreiber_extractor.py
src/gaitkit/extractors/vancriekinge_extractor.py
src/gaitkit/extractors/vanderzee_extractor.py
src/gaitkit/native/__init__.py
src/gaitkit/native/_gait_native.c
src/gaitkit/native/gait_api.h
src/gaitkit/utils/__init__.py
src/gaitkit/utils/freezing_detection.py
src/gaitkit/utils/preprocessing.py