Views
No views yet
action/, head/, left_arm/, left_leg/, right_arm/, right_leg/,
sequence_caption/, spine/, trajectory/
├── config.json
└── last_weights/{motion,text}_encoder.pt
stats/{mean,std}.pt # shared motion-feature normaliser statsguo and guo+threshold retrieval protocols (R@1, R@3, MM-Dist, FID, Diversity) reported in paper Table 1.1from huggingface_hub import snapshot_download
2snapshot_download(repo_id="Coral79/frankenmotion-eval-model", local_dir="pretrained/eval_model")src.eval.paper_table auto-runs both retrieval protocols on CPU and reproduces the paper table.1@inproceedings{li2026frankenmotion,
2 title={{FrankenMotion}: Part-level Human Motion Generation and Composition},
3 author={Li, Chuqiao and Xie, Xianghui and Cao, Yong and Geiger, Andreas and Pons-Moll, Gerard},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
5 year={2026}
6}