case_id string | input string | neutral_input string | expected_styles list | action string | text string |
|---|---|---|---|---|---|
zombie_fearful_smoke | evaluator_v1/smoke_test/zombie_fearful_050_050/generated_guofeats.npy | evaluator_v1/smoke_test/neutral_walk/generated_guofeats.npy | [
"Zombie",
"Fearful"
] | Walk | sks person walks forward. |
PersonaBooth Fusion Evaluator v1 Artifacts
This repository contains the small binary artifacts required by the additive
Fusion Evaluator v1 in the branchvstyle-based PersonaBooth experiment.
It contains only:
- frozen PersonaBooth per-style prototype features;
- six parent-specific motion-statistics MLP evaluator checkpoints and their metrics files;
- a small TMR guofeat dependency asset;
- a tiny Neutral versus Zombie+Fearful guofeat smoke-test pair.
It intentionally does not redistribute PerMo, HumanML3D, MDM/TMR, PersonaBooth pretrained weights, or full generated videos. Obtain those from their original repositories and follow their licenses.
Installation
From the branchvstyle evaluator repository root:
hf download lieee13/personabooth-fusion-evaluator-v1-artifacts \
--repo-type dataset \
--include "evaluator_v1/*" \
--local-dir .
python prepare_evaluator_v1_artifacts.py \
--source_dir evaluator_v1 \
--repo_root .
Then follow EVALUATOR_V1_README.md in the code repository to run the smoke
test or evaluate a new fusion result.
- Downloads last month
- 10