Kytolly commited on
Commit
a8feadb
·
verified ·
1 Parent(s): 9953b4d

Add dataset info

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: train/*
7
+ - split: test_seen
8
+ path: test_seen/*
9
+ - split: test_unseen
10
+ path: test_unseen/*
11
+ tags:
12
+ - video-generation
13
+ - multimedia
14
+ - benchmark
15
+ - evaluation
16
+ - camera-control
17
+ license: mit
18
+ language:
19
+ - en
20
+ - zh
21
+ task_categories:
22
+ - video-to-video
23
+ ---
24
+
25
+ # FollowBench
26
+
27
+ ## Dataset Description
28
+
29
+ **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.
30
+
31
+ ## 📊 Data Splits
32
+ | Split | Samples | Description |
33
+ |-------|-----------|-------------|
34
+ | `train` | 8644 | Training set for model optimization and development |
35
+ | `test_seen` | 1235 | In-distribution test set for evaluating performance on familiar scenarios |
36
+ | `test_unseen` | 1138 | Out-of-distribution test set for assessing generalization to novel scenarios |