You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

HYMotion-V2M for Motius

This artifact packages the HYMotion-V2M generator, motion statistics, SAM-3D-Body/MHR image encoder assets, and YOLOX detector for the first-class Motius pipeline. It does not require an external source checkout.

Usage

from motius import Pipeline

pipeline = Pipeline.from_pretrained(
    "ZeyuLing/Motius-HYMotion-V2M",
    bundle_kwargs={"device": "cuda"},
)
result = pipeline.infer_monocular_motion_capture(
    "input.mp4",
    work_dir="outputs/hymotion_v2m/run_001",
)

The checkpoint embeds the FK and mesh buffers required for inference. It does not redistribute the original licensed SMPL-H parameter file. See ATTRIBUTIONS.md, License.txt, and the bundled third-party license files before use or redistribution.

Numerical parity

Motius compares named intermediate stages with exact element-wise equality (rtol=0, atol=0). The release check covers tracking, camera conditioning, SAM-3D tokens, model conditioning, every inference window, stitching, SMPL-H forward kinematics, ground alignment, and the public result contract.

Downloads last month

-

Downloads are not tracked for this model. How to track
Safetensors
Model size
0.2B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for ZeyuLing/Motius-HYMotion-V2M