Spaces:
Runtime error
Runtime error
Commit
Β·
b8938cc
1
Parent(s):
cb5c689
update
Browse files- app_regression.py +3 -3
app_regression.py
CHANGED
|
@@ -47,8 +47,8 @@ then give scores from 5 different dimensions:
|
|
| 47 |
(5) factual consistency, the consistency of the video content with the common-sense and factual knowledge
|
| 48 |
|
| 49 |
For each dimension, output a number from [1,2,3,4],
|
| 50 |
-
in which
|
| 51 |
-
'4' means
|
| 52 |
Here is an output example:
|
| 53 |
visual quality: 4
|
| 54 |
temporal consistency: 4
|
|
@@ -57,7 +57,7 @@ text-to-video alignment: 1
|
|
| 57 |
factual consistency: 2
|
| 58 |
|
| 59 |
For this video, the text prompt is "{text_prompt}",
|
| 60 |
-
all the frames of video are as follows:
|
| 61 |
|
| 62 |
"""
|
| 63 |
|
|
|
|
| 47 |
(5) factual consistency, the consistency of the video content with the common-sense and factual knowledge
|
| 48 |
|
| 49 |
For each dimension, output a number from [1,2,3,4],
|
| 50 |
+
in which '1' means 'Bad', '2' means 'Average', '3' means 'Good',
|
| 51 |
+
'4' means 'Real' or 'Perfect' (the video is like a real video)
|
| 52 |
Here is an output example:
|
| 53 |
visual quality: 4
|
| 54 |
temporal consistency: 4
|
|
|
|
| 57 |
factual consistency: 2
|
| 58 |
|
| 59 |
For this video, the text prompt is "{text_prompt}",
|
| 60 |
+
all the frames of video are as follows:
|
| 61 |
|
| 62 |
"""
|
| 63 |
|