Update README.md
Browse files
README.md
CHANGED
@@ -180,8 +180,11 @@ print(aspect_scores)
|
|
180 |
"""
|
181 |
model output on visual quality, temporal consistency, dynamic degree,
|
182 |
text-to-video alignment, factual consistency, respectively
|
183 |
-
|
184 |
[2.297, 2.469, 2.906, 2.766, 2.516]
|
|
|
|
|
|
|
185 |
"""
|
186 |
|
187 |
```
|
|
|
180 |
"""
|
181 |
model output on visual quality, temporal consistency, dynamic degree,
|
182 |
text-to-video alignment, factual consistency, respectively
|
183 |
+
VideoScore:
|
184 |
[2.297, 2.469, 2.906, 2.766, 2.516]
|
185 |
+
|
186 |
+
VideoScore-anno-only:
|
187 |
+
[2.594, 2.828, 2.922, 3.047, 2.656]
|
188 |
"""
|
189 |
|
190 |
```
|