StepUP-P150
收藏资源简介:
StepUP-P150是由加拿大新不伦瑞克大学创建的大规模高分辨率动态步态压力数据集,旨在推动基于压力的步态生物识别研究。该数据集包含约20万条预处理步态记录,覆盖150名参与者,数据以101×75×40张量形式存储,来源为压阻式压力传感平台采集的足底压力图,采样率达100Hz。创建过程涉及18个月的研究,参与者以四种鞋类条件和四种步行速度行走,数据经自动预测和手动验证标注左右步、不完整记录及异常值。该数据集主要应用于步态识别和生物特征验证领域,旨在解决真实场景中因鞋类、步行速度变化导致的域偏移问题,提升模型在受限注册数据下的泛化能力。
StepUP-P150 is a large-scale high-resolution dynamic gait pressure dataset developed by the University of New Brunswick, Canada, with the goal of advancing pressure-based gait biometric research. It contains approximately 200,000 preprocessed gait records covering 150 participants, stored in the format of 101×75×40 tensors. The data is sourced from plantar pressure maps collected by a piezoresistive pressure sensing platform, with a sampling rate of 100 Hz. The dataset was constructed over an 18-month research period, during which participants walked under four footwear conditions and four different walking speeds. Annotations for left/right gait steps, incomplete records and outliers were verified via automatic prediction and manual validation. This dataset is mainly applied in the fields of gait recognition and biometric verification, aiming to solve the domain shift issue caused by changes in footwear and walking speed in real-world scenarios, and improve the generalization ability of models under limited registration data.
数据集概述
本数据集用于第二届国际步态足迹识别竞赛(2nd International StepUP Competition for Biometric Footstep Recognition),该竞赛作为 IEEE 国际生物特征联合会议(IJCB)2026 的一部分举办。
数据集下载
- 下载地址:数据集可通过 OneDrive 获取,具体链接为:https://unbcloud-my.sharepoint.com/:f:/g/personal/rlarracy_unb_ca/IgA6h0zsfsSoSq9LOdzBypcjAVcgJqH5y9gT-n2HZxuz0pA?e=c2moMw
- 下载方式:用户需自行下载并解压数据集到本地计算机的指定文件夹,并在运行示例代码时提供数据集的文件夹路径。
数据集内容与使用
- 格式:数据集包含足部足迹图像对(示例见项目资源中的
assets/example_footstep_pair.png),用于训练和评估足迹识别模型。 - 代码与依赖:项目提供了基于 Python 的 Jupyter Notebook 示例代码,所有依赖项列于
requirements.txt文件中。用户可通过pip install -r ./requirements.txt安装所需库。 - 运行方式:修改 Notebook 中第二个单元格的
dataset_root路径为本机数据集路径,然后运行整个 Notebook 以训练和评估基准模型。用户可自由修改代码以适应竞赛需求。
结果提交
- 提交平台:所有竞赛提交需通过 CodaBench 平台进行,链接为:https://www.codabench.org/competitions/13840/
- 提交文件:需将结果打包为一个 zip 文件,包含以下两个文件:
scores.txt:包含每个测试探针案例的相似度分数。threshold.txt:包含单个数值决策阈值。
- 辅助工具:Notebook 底部提供了用于生成提交 zip 文件的实用函数
package_predictions_for_submission()。




