Views
No views yet
| file | description |
|---|---|
ckpts/best.pt | solo-to-social motion executor, ~1.86 GB |
1# In the SocialStructureHHI repo:
2# https://github.com/EngineeringAI-LAB/SocialStructureHHI
3from huggingface_hub import hf_hub_download
4ckpt = hf_hub_download("EngineeringAI-LAB/SocialStructure", "ckpts/best.pt")1python inference/run_inference.py --ckpt $ckpt --demo_id 5 \
2 --llm_model qwen3.5:35b --llm_base_url http://localhost:11435/v1 \
3 --out_dir outputs/handshake --renderdata/motion_norm_stats.npz) ship with the code repo and are required to load the model.1@misc{wang2026socialstructure,
2 title = {Social Structure Matters in 3D Human--Human Interaction Generation},
3 author = {Zhongju Wang and Beier Wang and Yatao Bian and Pichao Wang and Zhi Wang
4 and Daoyi Dong and Hongdong Li and Huadong Mo and Zhenhong Sun},
5 year = {2026},
6 eprint = {2606.24255},
7 archivePrefix = {arXiv},
8 primaryClass = {cs.CV}
9}