Views
No views yet
Non-commercial use only. Project-owned code, weights, annotations, and data resources are licensed solely for non-commercial academic research, education, and evaluation. Commercial use requires prior written permission. Third-party components and datasets retain their original terms.
1All_LargeDanceAR/
2├── models/
3│ ├── checkpoints/dance_vqvae.pth
4│ └── retrievalnet/retrievalnet_audio55_motion264.ckpt
5└── output/exp_m2d_infinitedance/best_model_stage2.pt
6
7InfiniteDanceData/
8├── DanceVQVAE/body_models/smpl/
9├── dance/alldata_new_joint_vecs264/meta/{Mean,Std}.npy
10├── partition/
11├── styles/all_style_map.json
12├── Infinite_MotionTokens_512x1024_3layer_cleandata.tar.gz
13├── alldata_new_joint_vecs264_ft_balanced.tar.gz
14├── muq_features_test_infinitedance.tar.gz
15├── musicfeature_55_allmusic_pure.tar.gz
16├── retrieval_s192_l384_style.tar.gz
17├── dance/retrievalnet_motion_embeddings.npz
18├── dance/evaluation_features_train8235.npz
19├── test_eval861_joint_vecs264.tar
20└── infinitedance_smplx_smooth.tar.pkl is a joblib-serialized dictionary with body_pose,
global_orient, and transl.1git clone https://github.com/MotrixLab/InfiniteDance.git
2cd InfiniteDance
3
4pip install -U "huggingface_hub[cli]"
5huggingface-cli download huuuuuuuuu/InfiniteDance \
6 --repo-type model --local-dir . --local-dir-use-symlinks False
7
8cd InfiniteDanceData
9mkdir -p dance music/muq_features
10tar -xzf Infinite_MotionTokens_512x1024_3layer_cleandata.tar.gz -C dance/
11tar -xzf alldata_new_joint_vecs264_ft_balanced.tar.gz -C dance/
12tar -xzf retrieval_s192_l384_style.tar.gz -C dance/
13tar -xf test_eval861_joint_vecs264.tar -C dance/
14tar -xf infinitedance_smplx_smooth.tar -C dance/
15tar -xzf musicfeature_55_allmusic_pure.tar.gz -C music/
16tar -xzf muq_features_test_infinitedance.tar.gz -C music/muq_features/
17
18cd ../All_LargeDanceAR
19bash infer.shLLAMA_DIR.utils/extract_muq.py and
RetrievalNet/retrieve.py; the latter includes the matching 30-fps Bailando
55-d feature extraction pipeline.1@misc{li2026infinitedancescalable3ddance,
2 title={InfiniteDance: Scalable 3D Dance Generation Towards in-the-wild Generalization},
3 author={Ronghui Li and Zhongyuan Hu and Li Siyao and Youliang Zhang and Haozhe Xie and Mingyuan Zhang and Jie Guo and Xiu Li and Ziwei Liu},
4 year={2026},
5 eprint={2603.13375},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2603.13375},
9}