MotionMillion
收藏资源简介:
MotionMillion 是一个大规模高质量的人体动作数据集,包含超过 2000 小时和 200 万个高质量动作序列,是目前为止最大的人体动作数据集。数据集的内容涵盖了广泛的室内和室外人体动作,包括日常生活中的动作和不符合人体动作的动作。数据集的创建过程包括从网络规模的视频源中重建人体动作,以及重新组合现有的动作数据集。数据集的应用领域是人体动作生成,旨在解决零样本动作生成的泛化能力问题。
MotionMillion is a large-scale and high-quality human motion dataset containing over 2,000 hours and 2 million high-quality motion sequences, making it the largest human motion dataset to date. The dataset covers a broad spectrum of indoor and outdoor human motions, encompassing both daily routine actions and non-human-like motions. The construction of this dataset involves reconstructing human motions from web-scale video sources and recombining existing motion datasets. Its targeted application is human motion generation, aiming to address the generalization challenge in zero-shot motion generation.
MotionMillion 数据集概述
📌 基本信息
- 数据集名称: MotionMillion
- 研究领域: 计算机视觉/图形学/机器人学中的文本到动作生成
- 论文状态: 已被ICCV 2025接收
- 论文链接: https://arxiv.org/abs/2507.07095
- 项目页面: https://vankouf.github.io/MotionMillion/
- 代码仓库: https://github.com/VankouF/MotionMillion-Codes/
🏆 核心贡献
- 提出当前最大规模的人体运动数据集:
- 包含200万+高质量运动序列
- 总时长超过2000小时
- 提出首个零样本运动生成评估基准MotionMillion-Eval
- 开发可扩展至70亿参数量的模型架构
📊 数据集结构
dataset ├── MotionMillion │ ├── motion_data │ ├── texts │ ├── mean_std │ └── split │ ├── t2m_60_300 │ └── tokenizer_96
🛠 使用指南
环境配置
- Python 3.8.11
- PyTorch 2.4.1
- 依赖安装:
pip install -r requirements.txt
预训练模型
- 提供3B和7B两种规模的预训练模型
- 下载命令:
bash prepare/download_pretrained_models.sh
推理测试
- 单次推理:
bash scripts/inference/single_inference/test_t2m_7B.sh - 批量评估:
bash scripts/inference/batch_inference/test_t2m_7B.sh
🏗 训练流程
-
运动标记器训练
- 多GPU训练:
bash scripts/train/train_tokenizer.sh - 单GPU训练:
bash scripts/train/train_tokenizer_single_gpu.sh
- 多GPU训练:
-
文本到动作模型训练
- 3B模型训练:
bash scripts/train/train_t2m_3B.sh - 7B模型训练:
bash scripts/train/train_t2m_7B.sh
- 3B模型训练:
📜 许可信息
- 许可证类型: Apache License
- 引用格式: bash @misc{fan2025zerozeroshotmotiongeneration, title={Go to Zero: Towards Zero-shot Motion Generation with Million-scale Data}, author={Ke Fan et al.}, year={2025}, eprint={2507.07095}, primaryClass={cs.CV} }




