Update README.md
Browse files
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=
|
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 |
-
|
178 |
-
|
179 |
-
|
|
|
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 |
```
|