ynhe commited on
Commit
6a73802
·
verified ·
1 Parent(s): 0988648

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +16 -16
constants.py CHANGED
@@ -111,20 +111,20 @@ CITATION_BUTTON_TEXT = r"""@article{huang2023vbench,
111
  }"""
112
 
113
  NORMALIZE_DIC = {
114
- "subject consistency": {"Min": 0.1462, "Max": 1.0},
115
- "background consistency": {"Min": 0.2615, "Max": 1.0},
116
- "temporal flickering": {"Min": 0.6293, "Max": 1.0},
117
- "motion smoothness": {"Min": 0.706, "Max": 0.9975},
118
- "dynamic degree": {"Min": 0.0, "Max": 1.0},
119
- "aesthetic quality": {"Min": 0.0, "Max": 1.0},
120
- "imaging quality": {"Min": 0.0, "Max": 1.0},
121
- "object class": {"Min": 0.0, "Max": 1.0},
122
- "multiple objects": {"Min": 0.0, "Max": 1.0},
123
- "human action": {"Min": 0.0, "Max": 1.0},
124
- "color": {"Min": 0.0, "Max": 1.0},
125
- "spatial relationship": {"Min": 0.0, "Max": 1.0},
126
- "scene": {"Min": 0.0, "Max": 0.8222},
127
- "appearance style": {"Min": 0.0009, "Max": 0.2855},
128
- "temporal style": {"Min": 0.0, "Max": 0.364},
129
- "overall consistency": {"Min": 0.0, "Max": 0.364}
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
  }