DongfuJiang commited on
Commit
b8938cc
β€’
1 Parent(s): cb5c689
Files changed (1) hide show
  1. 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 β€˜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,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