RecoFit exercise recognition dataset
来源路径: datasets/recofit
数据大小: 5.8 GB
用途: 健身动作识别模型训练
from huggingface_hub import snapshot_download
下载数据集
snapshot_download(
repo_id="yonful/gem-analysis-recofit",
repo_type="dataset",
local_dir="./datasets/recofit"
)
或使用项目中的下载脚本:
python scripts/prepare_data.py --dataset recofit
请参考原始数据源的许可证要求。