hexuan21 commited on
Commit
d9d76c9
·
verified ·
1 Parent(s): e844fda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
  ```