eval
¶
fastvideo eval CLI: list registered eval metrics and run them
against a set of videos.
This is a thin wrapper around :mod:fastvideo.eval. Heavy lifting
(metric loading, GPU handling, batching) lives in
:func:fastvideo.eval.create_evaluator.
Examples::
fastvideo eval list
fastvideo eval list --group vbench
fastvideo eval run --videos path/to/videos/*.mp4 \
--metrics common.ssim --reference path/to/refs/
fastvideo eval run --videos clip.mp4 --metrics vbench.aesthetic_quality \
--output scores.json