IMU-Based Motion Capture Data for Various Walking Tasks
收藏DataCite Commons2024-06-24 更新2024-08-19 收录
下载链接:
https://figshare.com/articles/dataset/IMU-Based_Motion_Capture_Data_for_Various_Walking_Tasks/26090200
下载链接
链接失效反馈官方服务:
资源简介:
This dataset contains motion capture data collected from 11 healthy subjects performing various walking tasks using IMU-based sensors. Each subject performed 8 different tasks under the following conditions:1. Normal walk2. Fast walk3. Normal walk while holding a 1 kg weight with the dominant hand4. Fast walk while holding a 1 kg weight with the dominant hand5. Normal walk with a knee brace on one leg6. Fast walk with a knee brace on one leg7. Normal walk with a knee brace while holding a 1 kg weight (a combination of Task 3 and Task 5)8. Fast walking with a knee brace while holding a 1 kg weight (a combination of Task 4 and Task 6)<br><b>Data Collection</b>The data was collected using a commercial IMU-based motion capture system, with 10 modules worn on the following body parts:- Left foot- Right foot- Left shank- Right shank- Left thigh- Right thigh- Left arm- Right arm- Trunk- Pelvis<br>Each module recorded the following data along X, Y, and Z axes:- Accelerometer data- Gyroscope data- Magnetometer data<b>Sampling Rate:</b>- The data sampling rate is 4 ms for all subjects except sub_01 and sub_03, where the sampling rate is 6 ms.- In certain rows of the files, there are irregularities in the recorded time. This occurs when the time value reaches 65,535 or multiples of it (e.g., 131,070 and 196,605). This problem is associated with the way time is displayed and does not impact the sample rate.<b>Data Structure</b>The dataset is organized into the following folders for each subject.<br>Subject folders:- sub_01- sub_02- sub_03- sub_04- sub_05- sub_06- sub_07- sub_08- sub_09- sub_10 (Note: Task 2 is missing from sub_10 folder)- sub_11<br>Task folders within each subject’s folder include:- 1_walking normal- 2_walking fast- 3_weight normal- 4_weight fast- 5_brace normal- 6_brace fast- 7_brace weight normal- 8_brace weight fast<br>Each trial folder contains four CSV files, named according to the trial condition. For example, for the first trial, the files are:- walking normal_Raw.csv- walking normal_Processed.csv- walking normal_Euler.csv- walking normal_JointsKinematics.csv<b>CSV File Descriptions</b>1. Raw: Contains raw sensor data.- Time (ms)- Accelerometer data (X, Y, Z)- Gyroscope data (X, Y, Z)- Magnetometer data (X, Y, Z)<br>2. Processed: Contains preprocessed data.- Time (ms)- Quaternion components (Q0, Q1, Q2, Q3)- Acceleration in IMU coordinate system (X, Y, Z)- Linear acceleration without gravity (X, Y, Z)- Acceleration in the global coordinate system (X, Y, Z)<br>3. Euler: Contains Euler angles.- Time (ms)- Roll, Pitch, and Yaw angles<br>4. Joints Kinematics: Contains joint angle data.- Time (ms)- Abduction-Adduction angle- Internal-External Rotation angle- Flexion-Extension angle<br><b>Column Labels</b><br>Raw Data File:- Time_LeftFoot, AccX_LeftFoot, AccY_LeftFoot, AccZ_LeftFoot, GyroX_LeftFoot, GyroY_LeftFoot, GyroZ_LeftFoot, MagX_LeftFoot, MagY_LeftFoot, MagZ_LeftFoot, *<br>Processed Data File:- Time_LeftFoot, Q0_LeftFoot, Q1_LeftFoot, Q2_LeftFoot, Q3_LeftFoot, Acc_X_LeftFoot, Acc_Y_LeftFoot, Acc_Z_LeftFoot, Acc_linX_LeftFoot, Acc_linY_LeftFoot, Acc_linZ_LeftFoot, Acc_GlinX_LeftFoot, Acc_GlinY_LeftFoot, Acc_GlinZ_LeftFoot, *<br>Euler Data File:- Time_LeftFoot, Roll_LeftFoot, Pitch_LeftFoot, Yaw_LeftFoot, *<br>Joints Kinematics Data File:- Time_LeftAnkle, Abduction-Adduction_LeftAnkle, Internal-External Rotat_LeftAnkle, Flexion-Extension_LeftAnkle, **<br><b>Additional Notes</b>- This dataset can be used for research in biomechanics, rehabilitation, and human motion analysis.* (Similar pattern for RightFoot, LeftShank, RightShank, LeftThigh, RightThigh, LeftHumerus, RightHumerus, Pelvic, Trunk)** (Similar pattern for RightAnkle, LeftKnee, RightKnee, LeftHip, RightHip, LeftShoulder, RightShoulder, Pelvic, Trunk2Ground)
本数据集包含11名健康受试者完成各类行走任务时采集的运动捕捉数据,采集过程采用基于惯性测量单元(IMU, Inertial Measurement Unit)的传感器。每名受试者需完成以下8项不同的行走任务:
1. 常规行走
2. 快速行走
3. 惯用手手持1kg重物的常规行走
4. 惯用手手持1kg重物的快速行走
5. 单腿佩戴护膝的常规行走
6. 单腿佩戴护膝的快速行走
7. 单腿佩戴护膝且惯用手手持1kg重物的常规行走(任务3与任务5的组合)
8. 单腿佩戴护膝且惯用手手持1kg重物的快速行走(任务4与任务6的组合)
**数据采集**
本数据集采用商用基于IMU的运动捕捉系统完成数据采集,共10个传感器模块佩戴于以下身体部位:
- 左脚
- 右脚
- 左小腿
- 右小腿
- 左大腿
- 右大腿
- 左臂
- 右臂
- 躯干
- 骨盆
每个传感器模块沿X、Y、Z三轴采集以下三类数据:
- 加速度计(Accelerometer)数据
- 陀螺仪(Gyroscope)数据
- 磁力计(Magnetometer)数据
**采样率**
- 除sub_01与sub_03两名受试者的采样率为6ms外,其余所有受试者的数据采样率均为4ms。
- 部分文件的行中存在记录时间异常的情况:当时间值达到65535或其倍数(如131070、196605)时会触发该异常。该问题仅与时间显示逻辑相关,不会对采样率造成影响。
**数据结构**
本数据集按受试者分为专属文件夹,每名受试者对应一个文件夹,具体如下:
- sub_01
- sub_02
- sub_03
- sub_04
- sub_05
- sub_06
- sub_07
- sub_08
- sub_09
- sub_10(注:sub_10文件夹中缺失任务2的数据)
- sub_11
每个受试者文件夹内包含任务子文件夹,任务子文件夹命名及对应内容如下:
- 1_walking normal:常规行走
- 2_walking fast:快速行走
- 3_weight normal:负重常规行走
- 4_weight fast:负重快速行走
- 5_brace normal:护膝常规行走
- 6_brace fast:护膝快速行走
- 7_brace weight normal:护膝负重常规行走
- 8_brace weight fast:护膝负重快速行走
每个任务试次文件夹内包含4个CSV文件,文件名根据试次条件命名。例如首个试次的文件为:
- walking normal_Raw.csv
- walking normal_Processed.csv
- walking normal_Euler.csv
- walking normal_JointsKinematics.csv
**CSV文件说明**
1. 原始数据(Raw):包含传感器原始采集数据,字段包括:
- 时间(ms)
- 加速度计数据(X、Y、Z轴)
- 陀螺仪数据(X、Y、Z轴)
- 磁力计数据(X、Y、Z轴)
2. 预处理数据(Processed):包含经过预处理的数据,字段包括:
- 时间(ms)
- 四元数(Quaternion)分量(Q0、Q1、Q2、Q3)
- IMU坐标系下的加速度(X、Y、Z轴)
- 去除重力分量的线性加速度(X、Y、Z轴)
- 全局坐标系下的加速度(X、Y、Z轴)
3. 欧拉角(Euler Angle)数据(Euler):包含欧拉角数据,字段包括:
- 时间(ms)
- 滚转角(Roll)、俯仰角(Pitch)与偏航角(Yaw)
4. 关节运动学(Joints Kinematics)数据(Joints Kinematics):包含关节角度数据,字段包括:
- 时间(ms)
- 外展-内收角度
- 内-外旋转角度
- 屈曲-伸展角度
**列标签说明**
原始数据文件:
- Time_LeftFoot, AccX_LeftFoot, AccY_LeftFoot, AccZ_LeftFoot, GyroX_LeftFoot, GyroY_LeftFoot, GyroZ_LeftFoot, MagX_LeftFoot, MagY_LeftFoot, MagZ_LeftFoot, *
(其余身体部位的列标签遵循相同命名模式,包括右脚、左小腿、右小腿、左大腿、右大腿、左肱骨、右肱骨、骨盆、躯干)
预处理数据文件:
- Time_LeftFoot, Q0_LeftFoot, Q1_LeftFoot, Q2_LeftFoot, Q3_LeftFoot, Acc_X_LeftFoot, Acc_Y_LeftFoot, Acc_Z_LeftFoot, Acc_linX_LeftFoot, Acc_linY_LeftFoot, Acc_linZ_LeftFoot, Acc_GlinX_LeftFoot, Acc_GlinY_LeftFoot, Acc_GlinZ_LeftFoot, *
(其余身体部位的列标签遵循相同命名模式)
欧拉角数据文件:
- Time_LeftFoot, Roll_LeftFoot, Pitch_LeftFoot, Yaw_LeftFoot, *
(其余身体部位的列标签遵循相同命名模式)
关节运动学数据文件:
- Time_LeftAnkle, Abduction-Adduction_LeftAnkle, Internal-External Rotat_LeftAnkle, Flexion-Extension_LeftAnkle, **
(其余关节的列标签遵循相同命名模式,包括右踝关节、左膝关节、右膝关节、左髋关节、右髋关节、左肩关节、右肩关节、骨盆、躯干-地面)
**补充说明**
本数据集可用于生物力学、康复医学以及人体运动分析领域的相关研究。
提供机构:
figshare创建时间:
2024-06-24
搜集汇总
数据集介绍

以上内容由遇见数据集搜集并总结生成



