hexuan21 commited on
Commit
d4ff308
·
verified ·
1 Parent(s): 4be6147

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -104,7 +104,7 @@ def _read_video_pyav(
104
  return np.stack([x.to_ndarray(format="rgb24") for x in frames])
105
 
106
  MAX_NUM_FRAMES=16
107
- ROUND_DIGIT=4
108
  REGRESSION_QUERY_PROMPT = """
109
  Suppose you are an expert in judging and evaluating the quality of AI-generated videos,
110
  please watch the following frames of a given video and see the text prompt for generating the video,
@@ -174,9 +174,10 @@ for i in range(num_aspects):
174
  print(aspect_scores)
175
 
176
  """
177
- # model output on visual quality, temporal consistency, dynamic degree,
178
- # text-to-video alignment, factual consistency, respectively
179
- [2.2969, 2.4375, 2.8281, 2.5, 2.4688]
 
180
  """
181
 
182
  ```
 
104
  return np.stack([x.to_ndarray(format="rgb24") for x in frames])
105
 
106
  MAX_NUM_FRAMES=16
107
+ ROUND_DIGIT=3
108
  REGRESSION_QUERY_PROMPT = """
109
  Suppose you are an expert in judging and evaluating the quality of AI-generated videos,
110
  please watch the following frames of a given video and see the text prompt for generating the video,
 
174
  print(aspect_scores)
175
 
176
  """
177
+ model output on visual quality, temporal consistency, dynamic degree,
178
+ text-to-video alignment, factual consistency, respectively
179
+
180
+ [2.297, 2.438, 2.828, 2.5, 2.469]
181
  """
182
 
183
  ```