Views
No views yet
TMRBundle / TMRG1Evaluatormodel.safetensors: motion encoder, text encoder, and reconstruction decoderstats/: G1-38D training-set normalization statisticsconfig.json and preprocessor_config.json: architecture and protocolartifact_manifest.json: file and source-checkpoint hashes1from motius.evaluation import TMRG1Evaluator
2
3evaluator = TMRG1Evaluator.from_pretrained(
4 "ZeyuLing/motius-evaluator-g1-38d-tmr"
5)