Spaces:
Running
Running
Update constants.py
Browse files- constants.py +11 -3
constants.py
CHANGED
@@ -3,8 +3,7 @@ import os
|
|
3 |
MODEL_INFO = [
|
4 |
"Model Name (clickable)",
|
5 |
"Source",
|
6 |
-
"Total Score"
|
7 |
-
,
|
8 |
"Quality Score",
|
9 |
"Semantic Score",
|
10 |
"Selected Score",
|
@@ -47,9 +46,18 @@ DEFAULT_INFO = [
|
|
47 |
"background consistency",
|
48 |
"temporal flickering",
|
49 |
"motion smoothness",
|
50 |
-
"aesthetic quality",
|
51 |
"dynamic degree",
|
|
|
52 |
"imaging quality",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
]
|
54 |
|
55 |
QUALITY_LIST = [
|
|
|
3 |
MODEL_INFO = [
|
4 |
"Model Name (clickable)",
|
5 |
"Source",
|
6 |
+
"Total Score",
|
|
|
7 |
"Quality Score",
|
8 |
"Semantic Score",
|
9 |
"Selected Score",
|
|
|
46 |
"background consistency",
|
47 |
"temporal flickering",
|
48 |
"motion smoothness",
|
|
|
49 |
"dynamic degree",
|
50 |
+
"aesthetic quality",
|
51 |
"imaging quality",
|
52 |
+
"object class",
|
53 |
+
"multiple objects",
|
54 |
+
"human action",
|
55 |
+
"color",
|
56 |
+
"spatial relationship",
|
57 |
+
"scene",
|
58 |
+
"appearance style",
|
59 |
+
"temporal style",
|
60 |
+
"overall consistency"
|
61 |
]
|
62 |
|
63 |
QUALITY_LIST = [
|