ynhe commited on
Commit
cf1cb80
·
verified ·
1 Parent(s): 914d8d0

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +7 -7
constants.py CHANGED
@@ -44,15 +44,15 @@ QUALITY_LIST = [
44
  "dynamic\\ndegree",]
45
 
46
  SEMANTIC_LIST = [
47
- "object\nclass",
48
- "multiple\nobjects",
49
- "human\naction",
50
  "color",
51
- "spatial\nrelationship",
52
  "scene",
53
- "appearance\nstyle",
54
- "temporal\nstyle",
55
- "overall\nconsistency"
56
  ]
57
 
58
  DIM_WEIGHT = {
 
44
  "dynamic\\ndegree",]
45
 
46
  SEMANTIC_LIST = [
47
+ "object\\nclass",
48
+ "multiple\\nobjects",
49
+ "human\\naction",
50
  "color",
51
+ "spatial\\nrelationship",
52
  "scene",
53
+ "appearance\\nstyle",
54
+ "temporal\\nstyle",
55
+ "overall\\nconsistency"
56
  ]
57
 
58
  DIM_WEIGHT = {