Views
No views yet
InterHuman262Evaluatormodel.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.1from motius.evaluation.evaluators import InterHuman262Evaluator
2
3evaluator = InterHuman262Evaluator.from_pretrained(
4 "ZeyuLing/motius-evaluator-interhuman-interclip",
5 device="cuda",
6)
7metrics = evaluator.evaluate_npz("gt.npz", {"InterGen": "pred.npz"})