Spaces:
Running
Running
Update constants.py
Browse files- constants.py +16 -16
constants.py
CHANGED
@@ -111,20 +111,20 @@ CITATION_BUTTON_TEXT = r"""@article{huang2023vbench,
|
|
111 |
}"""
|
112 |
|
113 |
NORMALIZE_DIC = {
|
114 |
-
"subject
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
}
|
|
|
111 |
}"""
|
112 |
|
113 |
NORMALIZE_DIC = {
|
114 |
+
"subject\nconsistency": {"Min": 0.1462, "Max": 1.0},
|
115 |
+
"background\nconsistency": {"Min": 0.2615, "Max": 1.0},
|
116 |
+
"temporal\nflickering": {"Min": 0.6293, "Max": 1.0},
|
117 |
+
"motion\nsmoothness": {"Min": 0.706, "Max": 0.9975},
|
118 |
+
"dynamic\ndegree": {"Min": 0.0, "Max": 1.0},
|
119 |
+
"aesthetic\nquality": {"Min": 0.0, "Max": 1.0},
|
120 |
+
"imaging\nquality": {"Min": 0.0, "Max": 1.0},
|
121 |
+
"object\nclass": {"Min": 0.0, "Max": 1.0},
|
122 |
+
"multiple\nobjects": {"Min": 0.0, "Max": 1.0},
|
123 |
+
"human\naction": {"Min": 0.0, "Max": 1.0},
|
124 |
+
"color": {"Min": 0.0, "Max": 1.0},
|
125 |
+
"spatial\nrelationship": {"Min": 0.0, "Max": 1.0},
|
126 |
+
"scene": {"Min": 0.0, "Max": 0.8222},
|
127 |
+
"appearance\nstyle": {"Min": 0.0009, "Max": 0.2855},
|
128 |
+
"temporal\nstyle": {"Min": 0.0, "Max": 0.364},
|
129 |
+
"overall\nconsistency": {"Min": 0.0, "Max": 0.364}
|
130 |
}
|