yonful/gem-analysis-unimts
收藏资源简介:
--- license: mit task_categories: - time-series-classification tags: - imu - activity-recognition - fitness - deep-learning size_categories: - 1M<n<10M --- # gem-analysis-unimts UniMTS pretraining datasets for fitness action recognition ## 数据集信息 - **来源路径**: `datasets/unimts` - **数据大小**: 6.6 GB - **用途**: 健身动作识别模型训练 ## 使用方法 ```python from huggingface_hub import snapshot_download # 下载数据集 snapshot_download( repo_id="yonful/gem-analysis-unimts", repo_type="dataset", local_dir="./datasets/unimts" ) ``` 或使用项目中的下载脚本: ```bash python scripts/prepare_data.py --dataset unimts ``` ## 许可证 请参考原始数据源的许可证要求。
--- 许可证:MIT许可证 任务类别: - 时序分类(time-series-classification) 标签: - 惯性测量单元(IMU) - 动作识别(activity-recognition) - 健身(fitness) - 深度学习(deep-learning) 样本量区间:100万 < 样本量 < 1000万 --- # gem-analysis-unimts 用于健身动作识别的UniMTS预训练数据集 ## 数据集详情 - **来源路径**: `datasets/unimts` - **数据体量**: 6.6 GB - **应用场景**: 用于健身动作识别模型的训练 ## 使用方式 python from huggingface_hub import snapshot_download # 下载数据集 snapshot_download( repo_id="yonful/gem-analysis-unimts", repo_type="dataset", local_dir="./datasets/unimts" ) 或使用项目内置的下载脚本: bash python scripts/prepare_data.py --dataset unimts ## 许可证声明 请遵循原始数据源的许可证条款。



