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.

Motius GVHMR

Repository-native, source-pinned GVHMR for monocular camera-relative and world-grounded human motion recovery.

from motius.pipelines.gvhmr import GVHMRPipeline

pipeline = GVHMRPipeline.from_pretrained(
    "ZeyuLing/Motius-GVHMR",
    bundle_kwargs={
        "python_executable": "outputs/envs/gvhmr/bin/python",
        "body_models_root": "checkpoints/body_models",
    },
)
result = pipeline.infer_monocular_motion_capture(
    "input.mp4",
    output_root="outputs/gvhmr/run_001",
)

3DPW Test

Coverage MPJPE PA-MPJPE Acceleration
100.00% 62.65 mm 47.66 mm 5.47 m/s2

The source migration passes exact parity over 39 fields across tracking, camera construction, visual features, model input, and decoded model output.

Preview

Clip 01 Clip 02 Clip 03

This artifact is restricted to educational, research, and non-profit use. Licensed SMPL and SMPL-X body models are not included.

Direct Loading

from motius import Pipeline

pipeline = Pipeline.from_pretrained("ZeyuLing/Motius-GVHMR")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support