CoolFace
Datasetpublic

lieee13/personabooth-fusion-evaluator-v1-artifacts

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… See the full description on the dataset page: https://huggingface.co/datasets/lieee13/personabooth-fusion-evaluator-v1-artifacts.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes12downloads
Dataset Card

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:

bash
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.