HumanML3D Official Evaluator
Hugging Face artifact for the official HumanML3D text-motion matching evaluator used by the T2M leaderboard protocol. Motius repackages the released inference weights without retraining and removes optimizer state.
Provenance
- Paper: Generating Diverse and Natural 3D Human Motions From Text
- Original repository: EricGuo5513/text-to-motion
- Motius implementation:
HumanML263Evaluator
Artifact layout
model.safetensors: movement, text, and motion encodersstats/: HumanML3D-263 normalization statisticsglove/: releasedour_vabword-vector lookup filesconfig.jsonandpreprocessor_config.json: architecture and protocolartifact_manifest.json: file and source-checkpoint hashes
The HumanML3D dataset and its annotations remain subject to their original terms.
Download
from huggingface_hub import snapshot_download
artifact = snapshot_download("ZeyuLing/motius-evaluator-humanml3d-official")
- Downloads last month
- 17