File size: 3,459 Bytes
9f0dcff
 
fa3056b
 
 
 
9f0dcff
 
 
c7d4e75
9f0dcff
f5b00f0
cd330cd
 
 
 
9f0dcff
fa3056b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a863568
 
fa3056b
 
 
 
 
 
 
 
 
 
 
 
 
 
a863568
 
 
 
0c0dcc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd330cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8df7df
 
 
 
9f0dcff
59042c3
d8df7df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59042c3
d8df7df
 
 
60f38d8
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
---
configs:
- config_name: balanced
  data_files:
  - split: train
    path: balanced/train-*
- config_name: default
  data_files:
  - split: train
    path: original/train-*
  - split: test
    path: original/test-*
- config_name: full_labeled_dataset
  data_files:
  - split: train
    path: full_labeled_dataset/train-*
dataset_info:
- config_name: balanced
  features:
  - name: id
    dtype: string
  - name: images
    sequence: string
  - name: text prompt
    dtype: string
  - name: video link
    dtype: string
  - name: visual quality
    dtype: int64
  - name: temporal consistency
    dtype: int64
  - name: dynamic degree
    dtype: int64
  - name: text-to-video alignment
    dtype: int64
  - name: factual consistency
    dtype: int64
  - name: morphological fidelity
    dtype: int64
  - name: copyright risk
    dtype: int64
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: updated conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 18688045
    num_examples: 5022
  download_size: 2207263
  dataset_size: 18688045
- config_name: default
  features:
  - name: id
    dtype: string
  - name: images
    sequence: string
  - name: text prompt
    dtype: string
  - name: video link
    dtype: string
  - name: visual quality
    dtype: int64
  - name: temporal consistency
    dtype: int64
  - name: dynamic degree
    dtype: int64
  - name: text-to-video alignment
    dtype: int64
  - name: factual consistency
    dtype: int64
  - name: morphological fidelity
    dtype: int64
  - name: copyright risk
    dtype: int64
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: updated conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 9209384.8
    num_examples: 2400
  - name: test
    num_bytes: 2302346.2
    num_examples: 600
  download_size: 1586908
  dataset_size: 11511731.0
- config_name: full_labeled_dataset
  features:
  - name: id
    dtype: string
  - name: images
    sequence: string
  - name: text prompt
    dtype: string
  - name: video link
    dtype: string
  - name: visual quality
    dtype: int64
  - name: temporal consistency
    dtype: int64
  - name: dynamic degree
    dtype: int64
  - name: text-to-video alignment
    dtype: int64
  - name: factual consistency
    dtype: int64
  - name: morphological fidelity
    dtype: int64
  - name: copyright risk
    dtype: int64
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: updated conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 18498263
    num_examples: 5000
  download_size: 2553825
  dataset_size: 18498263
language:
- en
license:
- mit
---

# MORPH Video Dataset

This repository contains compressed video files for the MORPH dataset.

## Contents

The videos are split into multiple zip files due to size limitations.
Each zip file contains a portion of the dataset's videos.

## Usage

To use these videos:
1. Download the zip files
2. Extract them to your local machine
3. Process the videos as needed for your application

## File Structure

- videos_1.zip
- videos_2.zip
- ...