Discover and explore top open-source AI tools and projects—updated daily.
Benchmark suite for video generation models
Top 33.0% on SourcePulse
VBench provides a comprehensive benchmark suite for evaluating video generative models, targeting researchers and developers in the field of AI video generation. It offers a structured framework to assess various quality dimensions, enabling fine-grained and objective comparisons between different models.
How It Works
VBench decomposes "video generation quality" into 16 well-defined dimensions, each with a specific prompt suite and an automated evaluation method. It supports both Text-to-Video (T2V) and Image-to-Video (I2V) tasks, and can evaluate custom videos. The framework also incorporates human preference annotations to ensure alignment with human perception, and recent updates (VBench-2.0) extend evaluation to intrinsic faithfulness aspects like commonsense reasoning and physics.
Quick Start & Requirements
pip install vbench
(requires PyTorch with CUDA <= 12.1). detectron2
is needed for some evaluations (pip install detectron2@git+https://github.com/facebookresearch/detectron2.git
), which requires CUDA 11.X or 12.1.VBench_full_info.json
for prompt suites.vbench evaluate --videos_path <path> --dimension <dimension>
or via Python API.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
4 days ago
1 day