Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +30 -28
constants.py
CHANGED
|
@@ -56,22 +56,24 @@ SEMANTIC_LIST = [
|
|
| 56 |
]
|
| 57 |
|
| 58 |
DIM_WEIGHT = {
|
| 59 |
-
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
|
|
|
| 69 |
"color":1,
|
| 70 |
-
"spatial
|
| 71 |
"scene":1,
|
| 72 |
-
"appearance
|
| 73 |
-
"temporal
|
| 74 |
-
"overall
|
|
|
|
| 75 |
}
|
| 76 |
|
| 77 |
DATA_TITILE_TYPE = ['markdown', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number']
|
|
@@ -111,20 +113,20 @@ CITATION_BUTTON_TEXT = r"""@article{huang2023vbench,
|
|
| 111 |
}"""
|
| 112 |
|
| 113 |
NORMALIZE_DIC = {
|
| 114 |
-
|
| 115 |
-
"background
|
| 116 |
-
"temporal
|
| 117 |
-
"motion
|
| 118 |
-
"dynamic
|
| 119 |
-
"aesthetic
|
| 120 |
-
"imaging
|
| 121 |
-
"object
|
| 122 |
-
"multiple
|
| 123 |
-
"human
|
| 124 |
"color": {"Min": 0.0, "Max": 1.0},
|
| 125 |
-
"spatial
|
| 126 |
"scene": {"Min": 0.0, "Max": 0.8222},
|
| 127 |
-
"appearance
|
| 128 |
-
"temporal
|
| 129 |
-
"overall
|
| 130 |
}
|
|
|
|
| 56 |
]
|
| 57 |
|
| 58 |
DIM_WEIGHT = {
|
| 59 |
+
|
| 60 |
+
"subject\\nconsistency":1,
|
| 61 |
+
"background\\nconsistency":1,
|
| 62 |
+
"temporal\\nflickering":1,
|
| 63 |
+
"motion\\nsmoothness":1,
|
| 64 |
+
"aesthetic\\nquality":1,
|
| 65 |
+
"imaging\\nquality":1,
|
| 66 |
+
"dynamic\\ndegree":0.5,
|
| 67 |
+
"object\\nclass":1,
|
| 68 |
+
"multiple\\nobjects":1,
|
| 69 |
+
"human\\naction":1,
|
| 70 |
"color":1,
|
| 71 |
+
"spatial\\nrelationship":1,
|
| 72 |
"scene":1,
|
| 73 |
+
"appearance\\nstyle":1,
|
| 74 |
+
"temporal\\nstyle":1,
|
| 75 |
+
"overall\\nconsistency":1
|
| 76 |
+
|
| 77 |
}
|
| 78 |
|
| 79 |
DATA_TITILE_TYPE = ['markdown', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number']
|
|
|
|
| 113 |
}"""
|
| 114 |
|
| 115 |
NORMALIZE_DIC = {
|
| 116 |
+
"subject\\nconsistency": {"Min": 0.1462, "Max": 1.0},
|
| 117 |
+
"background\\nconsistency": {"Min": 0.2615, "Max": 1.0},
|
| 118 |
+
"temporal\\nflickering": {"Min": 0.6293, "Max": 1.0},
|
| 119 |
+
"motion\\nsmoothness": {"Min": 0.706, "Max": 0.9975},
|
| 120 |
+
"dynamic\\ndegree": {"Min": 0.0, "Max": 1.0},
|
| 121 |
+
"aesthetic\\nquality": {"Min": 0.0, "Max": 1.0},
|
| 122 |
+
"imaging\\nquality": {"Min": 0.0, "Max": 1.0},
|
| 123 |
+
"object\\nclass": {"Min": 0.0, "Max": 1.0},
|
| 124 |
+
"multiple\\nobjects": {"Min": 0.0, "Max": 1.0},
|
| 125 |
+
"human\\naction": {"Min": 0.0, "Max": 1.0},
|
| 126 |
"color": {"Min": 0.0, "Max": 1.0},
|
| 127 |
+
"spatial\\nrelationship": {"Min": 0.0, "Max": 1.0},
|
| 128 |
"scene": {"Min": 0.0, "Max": 0.8222},
|
| 129 |
+
"appearance\\nstyle": {"Min": 0.0009, "Max": 0.2855},
|
| 130 |
+
"temporal\\nstyle": {"Min": 0.0, "Max": 0.364},
|
| 131 |
+
"overall\\nconsistency": {"Min": 0.0, "Max": 0.364}
|
| 132 |
}
|