Datasets:
File size: 1,033 Bytes
a8feadb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
dataset_info:
- config_name: default
data_files:
- split: train
path: train/*
- split: test_seen
path: test_seen/*
- split: test_unseen
path: test_unseen/*
tags:
- video-generation
- multimedia
- benchmark
- evaluation
- camera-control
license: mit
language:
- en
- zh
task_categories:
- video-to-video
---
# FollowBench
## Dataset Description
**FollowBench** is a benchmark for evaluating video generation models on viewpoint transformation and subject following tasks. It features diverse scenarios and appearances to test novel view synthesis and geometric spatial understanding capabilities.
## 📊 Data Splits
| Split | Samples | Description |
|-------|-----------|-------------|
| `train` | 8644 | Training set for model optimization and development |
| `test_seen` | 1235 | In-distribution test set for evaluating performance on familiar scenarios |
| `test_unseen` | 1138 | Out-of-distribution test set for assessing generalization to novel scenarios | |