a-r-r-o-w HF Staff commited on
Commit
21b3dab
·
verified ·
1 Parent(s): 6dbd068

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-video
5
+ language:
6
+ - en
7
+ tags:
8
+ - text-to-video
9
+ - Video Generative Model Training
10
+ - Text-to-Video Diffusion Model Training
11
+ - prompts
12
+ pretty_name: OpenVid-1M
13
+ size_categories:
14
+ - 10K<n<100K
15
+ dataset_info:
16
+ features:
17
+ - name: video
18
+ dtype: video
19
+ - name: caption
20
+ dtype: string
21
+ - name: aesthetic_score
22
+ dtype: float32
23
+ - name: motion_score
24
+ dtype: float32
25
+ - name: temporal_consistency_score
26
+ dtype: float32
27
+ - name: camera_motion
28
+ dtype: string
29
+ - name: frame
30
+ dtype: int32
31
+ - name: fps
32
+ dtype: float32
33
+ - name: seconds
34
+ dtype: float32
35
+ - name: part_id
36
+ dtype: int32
37
+ ---
38
+
39
+ <p align="center">
40
+ <img src="https://huggingface.co/datasets/nkp37/OpenVid-1M/resolve/main/OpenVid-1M.png">
41
+ </p>
42
+
43
+ Combination of part_id's from [bigdata-pw/OpenVid-1M](https://huggingface.co/datasets/bigdata-pw/OpenVid-1M) and video data from [nkp37/OpenVid-1M](https://huggingface.co/datasets/nkp37/OpenVid-1M).
44
+
45
+ This is a 10k video split of the original dataset for faster iteration during testing. The split was obtained by filtering on aesthetic and motion scores by iteratively increasing their values until there were at most 1000 videos. Only videos containing between 80 and 240 frames were considered.