lucabergamini / gait-analysis-dataset

Raw dataset from "Signal Processing and Machine Learning for Diplegia Classification" and "Gait-Based Diplegia Classification Using LSMT Networks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gait-analysis-dataset

Raw dataset from "Signal Processing and Machine Learning for Diplegia Classification" and "Gait-Based Diplegia Classification Using LSMT Networks"

Introduction

Diplegia is one of the most common forms of a broad family of motion disorders named cerebral palsy (CP) affecting the voluntary muscular system. In recent years, various classification criteria have been proposed for CP, to assist in diagnosis, clinical decision-making and communication.

Data

Dataset is available HERE.

Our dataset refers to 1139 trials acquired from 178 patients affected by different stages of diplegia using high frequency VICON cameras in an Italian hospital. WARNING: some trials may be invalid (e.g. invalid markers throughout the sequence).

X

Each .npy file has a variable number of frames. For each frame, 19 markers are reported with 3D coordinates (first 3 elements) along with a validation flag. If you're interested in other markers or other medical indicators, please write me an email.

Y

The path to a .npy file is the follow:

base_folder/class_label/subject_label/.npy 

Utils

Along with the script employed to extract .npy file, the repo comes with a handy minimal visualizer based on Open3D. Here are some examples:

Example
Class 0 example.

Example
Class 1 example.

Example
Class 2 example.

Example
Class 3 example.

How to cite

If you have employed our dataset in your research, please cite both the followings:

@inproceedings{bergamini2017signal,
  title={Signal Processing and Machine Learning for Diplegia Classification},
  author={Bergamini, Luca and Calderara, Simone and Bicocchi, Nicola and Ferrari, Alberto and Vitetta, Giorgio},
  booktitle={International Conference on Image Analysis and Processing},
  pages={97--108},
  year={2017},
  organization={Springer}
}


@article{ferrari2019gait,
  title={Gait-Based Diplegia Classification Using LSMT Networks},
  author={Ferrari, Alberto and Bergamini, Luca and Guerzoni, Giorgio and Calderara, Simone and Bicocchi, Nicola and Vitetta, Giorgio and Borghi, Corrado and Neviani, Rita and Ferrari, Adriano},
  journal={Journal of Healthcare Engineering},
  volume={2019},
  year={2019},
  publisher={Hindawi}
}

About

Raw dataset from "Signal Processing and Machine Learning for Diplegia Classification" and "Gait-Based Diplegia Classification Using LSMT Networks"

License:GNU General Public License v3.0


Languages

Language:Python 100.0%