:orphan: .. _examples-index: ======== Examples ======== .. raw:: html
.. raw:: html
Full pipelines ============== Gait analysis examples from raw data to final parameters. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/full_pipelines/images/thumb/sphx_glr_mad_gait_pipeline_thumb.png :alt: MaD DiGait Pipeline :ref:`sphx_glr_auto_examples_full_pipelines_mad_gait_pipeline.py` .. raw:: html
MaD DiGait Pipeline
.. raw:: html
Preprocessing ============= Examples that demonstrate the recommended preprocessing steps for typical gait analysis tasks. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_manual_sensor_alignment_thumb.png :alt: Manual Sensor Alignment :ref:`sphx_glr_auto_examples_preprocessing_manual_sensor_alignment.py` .. raw:: html
Manual Sensor Alignment
.. raw:: html
.. only:: html .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_automatic_sensor_alignment_compact_thumb.png :alt: Automatic sensor alignment :ref:`sphx_glr_auto_examples_preprocessing_automatic_sensor_alignment_compact.py` .. raw:: html
Automatic sensor alignment
.. raw:: html
.. only:: html .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_automatic_sensor_alignment_details_thumb.png :alt: Automatic sensor alignment (detailed) :ref:`sphx_glr_auto_examples_preprocessing_automatic_sensor_alignment_details.py` .. raw:: html
Automatic sensor alignment (detailed)
.. raw:: html
Gait Detection =============== Demonstrations of gait detection algorithms. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/gait_detection/images/thumb/sphx_glr_ullrich_gait_sequence_detection_thumb.png :alt: Ullrich gait sequence detection :ref:`sphx_glr_auto_examples_gait_detection_ullrich_gait_sequence_detection.py` .. raw:: html
Ullrich gait sequence detection
.. raw:: html
Stride Segmentation =================== Demonstrations of stride segmentation algorithms. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/stride_segmentation/images/thumb/sphx_glr_barth_dtw_stride_segmentation_thumb.png :alt: BarthDtw stride segmentation :ref:`sphx_glr_auto_examples_stride_segmentation_barth_dtw_stride_segmentation.py` .. raw:: html
BarthDtw stride segmentation
.. raw:: html
.. only:: html .. image:: /auto_examples/stride_segmentation/images/thumb/sphx_glr_constrained_barth_dtw_stride_segmentation_thumb.png :alt: Constrained BarthDtw stride segmentation :ref:`sphx_glr_auto_examples_stride_segmentation_constrained_barth_dtw_stride_segmentation.py` .. raw:: html
Constrained BarthDtw stride segmentation
.. raw:: html
.. only:: html .. image:: /auto_examples/stride_segmentation/images/thumb/sphx_glr_barth_dtw_stride_segmentation_roi_thumb.png :alt: Stride segmentation with Regions of Interest :ref:`sphx_glr_auto_examples_stride_segmentation_barth_dtw_stride_segmentation_roi.py` .. raw:: html
Stride segmentation with Regions of Interest
.. raw:: html
.. only:: html .. image:: /auto_examples/stride_segmentation/images/thumb/sphx_glr_roth_hmm_stride_segmentation_thumb.png :alt: HMM stride segmentation - Prediction with pre-trained model :ref:`sphx_glr_auto_examples_stride_segmentation_roth_hmm_stride_segmentation.py` .. raw:: html
HMM stride segmentation - Prediction with pre-trained model
.. raw:: html
.. only:: html .. image:: /auto_examples/stride_segmentation/images/thumb/sphx_glr_segmentation_hmm_training_thumb.png :alt: SegmentationModel Training :ref:`sphx_glr_auto_examples_stride_segmentation_segmentation_hmm_training.py` .. raw:: html
SegmentationModel Training
.. raw:: html
.. only:: html .. image:: /auto_examples/stride_segmentation/images/thumb/sphx_glr_barth_dtw_custom_template_thumb.png :alt: BarthDtw stride segmentation with Custom Template :ref:`sphx_glr_auto_examples_stride_segmentation_barth_dtw_custom_template.py` .. raw:: html
BarthDtw stride segmentation with Custom Template
.. raw:: html
Event Detection =============== Demonstrations of event detection algorithms. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/event_detection/images/thumb/sphx_glr_herzer_event_detection_thumb.png :alt: Herzer event detection :ref:`sphx_glr_auto_examples_event_detection_herzer_event_detection.py` .. raw:: html
Herzer event detection
.. raw:: html
.. only:: html .. image:: /auto_examples/event_detection/images/thumb/sphx_glr_rampp_event_detection_thumb.png :alt: Rampp event detection :ref:`sphx_glr_auto_examples_event_detection_rampp_event_detection.py` .. raw:: html
Rampp event detection
.. raw:: html
Trajectory Reconstruction ========================= Demonstrations of trajectory reconstruction algorithms. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/trajectory_reconstruction/images/thumb/sphx_glr_trajectory_reconstruction_thumb.png :alt: Stride Level Trajectory reconstruction :ref:`sphx_glr_auto_examples_trajectory_reconstruction_trajectory_reconstruction.py` .. raw:: html
Stride Level Trajectory reconstruction
.. raw:: html
.. only:: html .. image:: /auto_examples/trajectory_reconstruction/images/thumb/sphx_glr_with_magnetometer_thumb.png :alt: Region Level Trajectory with Magnetometer :ref:`sphx_glr_auto_examples_trajectory_reconstruction_with_magnetometer.py` .. raw:: html
Region Level Trajectory with Magnetometer
.. raw:: html
.. only:: html .. image:: /auto_examples/trajectory_reconstruction/images/thumb/sphx_glr_trajectory_reconstruction_region_thumb.png :alt: Region Level Trajectory reconstruction :ref:`sphx_glr_auto_examples_trajectory_reconstruction_trajectory_reconstruction_region.py` .. raw:: html
Region Level Trajectory reconstruction
.. raw:: html
.. only:: html .. image:: /auto_examples/trajectory_reconstruction/images/thumb/sphx_glr_zupt_dependency_thumb.png :alt: ZUPT Dependency of the Trajectory Estimation :ref:`sphx_glr_auto_examples_trajectory_reconstruction_zupt_dependency.py` .. raw:: html
ZUPT Dependency of the Trajectory Estimation
.. raw:: html
.. only:: html .. image:: /auto_examples/trajectory_reconstruction/images/thumb/sphx_glr_advanced_kalman_filter_usage_thumb.png :alt: Advanced Kalman Filter Usage :ref:`sphx_glr_auto_examples_trajectory_reconstruction_advanced_kalman_filter_usage.py` .. raw:: html
Advanced Kalman Filter Usage
.. raw:: html
Parameter Calculations ====================== How to calculate spatial-temporal parameters from calculated events and trajectories. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/parameters/images/thumb/sphx_glr_temporal_parameters_thumb.png :alt: Temporal parameters calculation :ref:`sphx_glr_auto_examples_parameters_temporal_parameters.py` .. raw:: html
Temporal parameters calculation
.. raw:: html
.. only:: html .. image:: /auto_examples/parameters/images/thumb/sphx_glr_spatial_parameters_thumb.png :alt: Spatial parameters calculation :ref:`sphx_glr_auto_examples_parameters_spatial_parameters.py` .. raw:: html
Spatial parameters calculation
.. raw:: html
Datasets and Pipelines ====================== Examples that show how to to use `tpcp` datasets and pipelines together with gaitmap. These are basically the same examples you will find in the tpcp documentation, but adapted to work with gaitmap. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets_and_pipelines/images/thumb/sphx_glr_gridsearch_thumb.png :alt: Grid Search optimal Algorithm Parameter :ref:`sphx_glr_auto_examples_datasets_and_pipelines_gridsearch.py` .. raw:: html
Grid Search optimal Algorithm Parameter
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets_and_pipelines/images/thumb/sphx_glr_optimizable_pipelines_thumb.png :alt: Optimizable Pipelines :ref:`sphx_glr_auto_examples_datasets_and_pipelines_optimizable_pipelines.py` .. raw:: html
Optimizable Pipelines
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets_and_pipelines/images/thumb/sphx_glr_cross_validation_thumb.png :alt: Cross Validation :ref:`sphx_glr_auto_examples_datasets_and_pipelines_cross_validation.py` .. raw:: html
Cross Validation
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets_and_pipelines/images/thumb/sphx_glr_custom_dataset_thumb.png :alt: Custom Dataset :ref:`sphx_glr_auto_examples_datasets_and_pipelines_custom_dataset.py` .. raw:: html
Custom Dataset
.. raw:: html
.. only:: html .. image:: /auto_examples/datasets_and_pipelines/images/thumb/sphx_glr_gridsearch_cv_thumb.png :alt: GridSearchCV :ref:`sphx_glr_auto_examples_datasets_and_pipelines_gridsearch_cv.py` .. raw:: html
GridSearchCV
.. raw:: html
Advanced Features ================= These examples cover some of the low-level functionality of gaitmap that can be helpfull for for more advanced tasks and performance optimization. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/advanced_features/images/thumb/sphx_glr_multi_process_thumb.png :alt: Running multiple pipelines in parallel :ref:`sphx_glr_auto_examples_advanced_features_multi_process.py` .. raw:: html
Running multiple pipelines in parallel
.. raw:: html
.. only:: html .. image:: /auto_examples/advanced_features/images/thumb/sphx_glr_algo_serialize_thumb.png :alt: Export Algorithms to JSON :ref:`sphx_glr_auto_examples_advanced_features_algo_serialize.py` .. raw:: html
Export Algorithms to JSON
.. raw:: html
.. only:: html .. image:: /auto_examples/advanced_features/images/thumb/sphx_glr_caching_thumb.png :alt: Caching algorithm outputs :ref:`sphx_glr_auto_examples_advanced_features_caching.py` .. raw:: html
Caching algorithm outputs
.. raw:: html
Generic Algorithm ================= Demonstrating the use of some gaitmap algorithms outside the context of gait analysis. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/generic_algorithms/images/thumb/sphx_glr_base_dtw_generic_thumb.png :alt: BaseDtw simple segmentation :ref:`sphx_glr_auto_examples_generic_algorithms_base_dtw_generic.py` .. raw:: html
BaseDtw simple segmentation
.. raw:: html
.. toctree:: :hidden: :includehidden: /./auto_examples/full_pipelines/index.rst /./auto_examples/preprocessing/index.rst /./auto_examples/gait_detection/index.rst /./auto_examples/stride_segmentation/index.rst /./auto_examples/event_detection/index.rst /./auto_examples/trajectory_reconstruction/index.rst /./auto_examples/parameters/index.rst /./auto_examples/datasets_and_pipelines/index.rst /./auto_examples/advanced_features/index.rst /./auto_examples/generic_algorithms/index.rst .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: auto_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_