Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,26 @@ size_categories:
|
|
14 |
- 1K<n<10K
|
15 |
dataset_info:
|
16 |
features:
|
|
|
|
|
|
|
|
|
17 |
- name: aesthetic_score
|
18 |
dtype: float32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
<p align="center">
|
|
|
14 |
- 1K<n<10K
|
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">
|