ynhe commited on
Commit
0f19bde
1 Parent(s): 30e068a

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +8 -0
constants.py CHANGED
@@ -56,6 +56,14 @@ SEMANTIC_LIST = [
56
  "overall consistency"
57
  ]
58
 
 
 
 
 
 
 
 
 
59
  DIM_WEIGHT = {
60
  "subject consistency":1,
61
  "background consistency":1,
 
56
  "overall consistency"
57
  ]
58
 
59
+ QUALITY_TAB = [
60
+ "subject consistency",
61
+ "background consistency",
62
+ "motion smoothness",
63
+ "aesthetic quality",
64
+ "imaging quality",
65
+ "dynamic degree",]
66
+
67
  DIM_WEIGHT = {
68
  "subject consistency":1,
69
  "background consistency":1,