InterCLIP InterHuman-262 Evaluator

Inference-only artifact for the InterCLIP evaluator released with InterGen. It embeds a caption and two synchronized InterHuman-262 motion tracks, and is the standard evaluator used by InterGen and InterMask on InterHuman.

Provenance

The artifact contains only model.safetensors and protocol metadata. Optimizer, trainer, callback, and Lightning state are excluded. OpenAI CLIP is used only for tokenization; all learned InterCLIP text and motion weights are contained in the SafeTensors file.

from motius.evaluation.evaluators import InterHuman262Evaluator

evaluator = InterHuman262Evaluator.from_pretrained(
    "ZeyuLing/motius-evaluator-interhuman-interclip",
    device="cuda",
)
metrics = evaluator.evaluate_npz("gt.npz", {"InterGen": "pred.npz"})
Downloads last month
18
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for ZeyuLing/motius-evaluator-interhuman-interclip