遇见数据集

Human locomotion dataset

收藏
Zenodo2021-07-30 更新2026-05-25 收录
数据链接:
官方服务:

资源简介:

The zip file contains 128 npy files. Each npy file is a python numpy array file that contains one dictionary with the following keys: ['info', 'emg_r', 'kinematic_r', 'kinematic_l', 'emg_l']. <strong>info</strong>: Is a pandas dataframe with the following columns. file_name ⟶ refers to subject ID fs_emg (Hz) ⟶ refers to sample frequency of EMG data fs_kin (Hz) ⟶ refers to sample frequency of kinematic data mass (kg) ⟶ subject mass in kg trailing_leg ⟶ leg used as trailing leg during unilateral skipping. right (<em>r</em>) or left (<em>l</em>) vel (km/h) ⟶ speed on km/h <strong>emg_r</strong>: List of <em>n</em> elements. <em>n </em>is equivalent to the number of strides registered. Each element of the list present a DataFrame containig 14 EMG signals of right and left legs corresponding to a one stride segmented using the heel strike of the right leg. <strong>emg_l</strong>: List of <em>n</em> elements. <em>n </em>is equivalent to the number of strides registered. Each element of the list present a DataFrame containig 14 EMG signals of right and left legs corresponding to a one stride segmented using the heel strike of the left leg. <strong>kinematic_r</strong>: List of <em>n</em> elements. <em>n </em>is equivalent to the number of strides registered. Each element of the list present a DataFrame containig <em>x</em>, <em>y </em>and <em>z</em> coordinates of 18 reflective markers used in a MOCAP system during one stride identified using the heel strike of the right leg. <strong>kinematic_l</strong>: List of <em>n</em> elements. <em>n </em>is equivalent to the number of strides registered. Each element of the list present a DataFrame containig <em>x</em>, <em>y </em>and <em>z</em> coordinates of 18 reflective markers used in a MOCAP system during one stride identified using the heel strike of the left leg. <pre><code class="language-python">#example of use data = np.load('IT_R_110.npy',allow_pickle=True,encoding='latin1').item() #load a file emg5r = data['emg_r'][5] #Load all emg data of the 5th stride defined from right leg heel strike kinematic5l = data['kinematic_l'][5] #Load all kinematic data of the 5th stride defined from right leg heel strike</code></pre>

提供机构:
Zenodo
创建时间:
2020-10-27
二维码
社区交流群
二维码
科研交流群
商业服务