| license: mit | |
| task_categories: | |
| - time-series-classification | |
| tags: | |
| - imu | |
| - activity-recognition | |
| - fitness | |
| - deep-learning | |
| size_categories: | |
| - 1M<n<10M | |
| # gem-analysis-pretrain | |
| UniMTS pretrain dataset built from HumanML3D | |
| ## 数据集信息 | |
| - **来源路径**: `datasets/pretrain` | |
| - **数据大小**: 6.4 GB | |
| - **用途**: 健身动作识别模型训练 | |
| ## 使用方法 | |
| ```python | |
| from huggingface_hub import snapshot_download | |
| # 下载数据集 | |
| snapshot_download( | |
| repo_id="yonful/gem-analysis-pretrain", | |
| repo_type="dataset", | |
| local_dir="./datasets/pretrain" | |
| ) | |
| ``` | |
| 或使用项目中的下载脚本: | |
| ```bash | |
| python scripts/download_datasets.py --dataset pretrain | |
| ``` | |
| ## 许可证 | |
| 请参考原始数据源的许可证要求。 | |