Spaces:
Running
Running
Update constants.py
Browse files- constants.py +8 -0
constants.py
CHANGED
@@ -56,6 +56,14 @@ SEMANTIC_LIST = [
|
|
56 |
"overall consistency"
|
57 |
]
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
DIM_WEIGHT = {
|
60 |
"subject consistency":1,
|
61 |
"background consistency":1,
|
|
|
56 |
"overall consistency"
|
57 |
]
|
58 |
|
59 |
+
QUALITY_TAB = [
|
60 |
+
"subject consistency",
|
61 |
+
"background consistency",
|
62 |
+
"motion smoothness",
|
63 |
+
"aesthetic quality",
|
64 |
+
"imaging quality",
|
65 |
+
"dynamic degree",]
|
66 |
+
|
67 |
DIM_WEIGHT = {
|
68 |
"subject consistency":1,
|
69 |
"background consistency":1,
|