CoolFace
Modelpublic

ZeyuLing/motius-evaluator-interhuman-interclip

sourceHugging Facecc-by-nc-sa-4.0updated 2mo agoView on Hugging Face
0likes11downloads
Model Card

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.

python
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"})