Update README.md
Browse files
README.md
CHANGED
@@ -148,7 +148,8 @@ for i in range(num_aspects):
|
|
148 |
print(aspect_scores)
|
149 |
|
150 |
"""
|
151 |
-
# model output on visual quality, temporal consistency, dynamic degree,
|
|
|
152 |
[2.2969, 2.4375, 2.8281, 2.5, 2.4688]
|
153 |
"""
|
154 |
|
|
|
148 |
print(aspect_scores)
|
149 |
|
150 |
"""
|
151 |
+
# model output on visual quality, temporal consistency, dynamic degree,
|
152 |
+
# text-to-video alignment, factual consistency, respectively
|
153 |
[2.2969, 2.4375, 2.8281, 2.5, 2.4688]
|
154 |
"""
|
155 |
|