ynhe commited on
Commit
949c917
1 Parent(s): 6a73802

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +30 -28
constants.py CHANGED
@@ -56,22 +56,24 @@ SEMANTIC_LIST = [
56
  ]
57
 
58
  DIM_WEIGHT = {
59
- "subject\nconsistency":1,
60
- "background\nconsistency":1,
61
- "temporal\nflickering":1,
62
- "motion\nsmoothness":1,
63
- "aesthetic\nquality":1,
64
- "imaging\nquality":1,
65
- "dynamic\ndegree":0.5,
66
- "object\nclass":1,
67
- "multiple\nobjects":1,
68
- "human\naction":1,
 
69
  "color":1,
70
- "spatial\nrelationship":1,
71
  "scene":1,
72
- "appearance\nstyle":1,
73
- "temporal\nstyle":1,
74
- "overall\nconsistency":1
 
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
- "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
  }
 
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
  }