Spaces:
Running
Running
Update constants.py
Browse files- constants.py +8 -4
constants.py
CHANGED
@@ -90,7 +90,8 @@ I2V_QUALITY_LIST = [
|
|
90 |
"Motion Smoothness",
|
91 |
"Dynamic Degree",
|
92 |
"Aesthetic Quality",
|
93 |
-
"Imaging Quality"
|
|
|
94 |
]
|
95 |
|
96 |
I2V_TAB = [
|
@@ -102,7 +103,8 @@ I2V_TAB = [
|
|
102 |
"Motion Smoothness",
|
103 |
"Dynamic Degree",
|
104 |
"Aesthetic Quality",
|
105 |
-
"Imaging Quality"
|
|
|
106 |
]
|
107 |
|
108 |
DIM_WEIGHT = {
|
@@ -133,7 +135,8 @@ DIM_WEIGHT_I2V = {
|
|
133 |
"Motion Smoothness": 1,
|
134 |
"Dynamic Degree": 0.5,
|
135 |
"Aesthetic Quality": 1,
|
136 |
-
"Imaging Quality": 1
|
|
|
137 |
}
|
138 |
|
139 |
SEMANTIC_WEIGHT = 1
|
@@ -226,5 +229,6 @@ NORMALIZE_DIC_I2V = {
|
|
226 |
"Motion Smoothness":{"Min": 0.7060, "Max": 0.9975},
|
227 |
"Dynamic Degree":{"Min": 0.0, "Max": 1.0},
|
228 |
"Aesthetic Quality":{"Min": 0.0, "Max": 1.0},
|
229 |
-
"Imaging Quality":{"Min": 0.0, "Max": 1.0}
|
|
|
230 |
}
|
|
|
90 |
"Motion Smoothness",
|
91 |
"Dynamic Degree",
|
92 |
"Aesthetic Quality",
|
93 |
+
"Imaging Quality",
|
94 |
+
"Temporal Flickering"
|
95 |
]
|
96 |
|
97 |
I2V_TAB = [
|
|
|
103 |
"Motion Smoothness",
|
104 |
"Dynamic Degree",
|
105 |
"Aesthetic Quality",
|
106 |
+
"Imaging Quality",
|
107 |
+
"Temporal Flickering"
|
108 |
]
|
109 |
|
110 |
DIM_WEIGHT = {
|
|
|
135 |
"Motion Smoothness": 1,
|
136 |
"Dynamic Degree": 0.5,
|
137 |
"Aesthetic Quality": 1,
|
138 |
+
"Imaging Quality": 1,
|
139 |
+
"Temporal Flickering": 1
|
140 |
}
|
141 |
|
142 |
SEMANTIC_WEIGHT = 1
|
|
|
229 |
"Motion Smoothness":{"Min": 0.7060, "Max": 0.9975},
|
230 |
"Dynamic Degree":{"Min": 0.0, "Max": 1.0},
|
231 |
"Aesthetic Quality":{"Min": 0.0, "Max": 1.0},
|
232 |
+
"Imaging Quality":{"Min": 0.0, "Max": 1.0},
|
233 |
+
"Temporal Flickering":{"Min":0.6293, "Max": 1.0}
|
234 |
}
|