ynhe commited on
Commit
2411464
1 Parent(s): cf1cb80

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +20 -20
constants.py CHANGED
@@ -8,30 +8,30 @@ MODEL_INFO = [
8
  "Semantic Score",
9
  ]
10
  TASK_INFO = [
11
- "subject\nconsistency",
12
- "background\nconsistency",
13
- "temporal\nflickering",
14
- "motion\nsmoothness",
15
- "aesthetic\nquality",
16
- "imaging\nquality",
17
- "dynamic\ndegree",
18
- "object\nclass",
19
- "multiple\nobjects",
20
- "human\naction",
21
  "color",
22
- "spatial\nrelationship",
23
  "scene",
24
- "appearance\nstyle",
25
- "temporal\nstyle",
26
- "overall\nconsistency"]
27
 
28
  DEFAULT_INFO = [
29
- "subject\nconsistency",
30
- "background\nconsistency",
31
- "temporal\nflickering",
32
- "motion\nsmoothness",
33
- "aesthetic\nquality",
34
- "imaging\nquality",
35
  ]
36
 
37
  QUALITY_LIST = [
 
8
  "Semantic Score",
9
  ]
10
  TASK_INFO = [
11
+ "subject\\nconsistency",
12
+ "background\\nconsistency",
13
+ "temporal\\nflickering",
14
+ "motion\\nsmoothness",
15
+ "aesthetic\\nquality",
16
+ "imaging\\nquality",
17
+ "dynamic\\ndegree",
18
+ "object\\nclass",
19
+ "multiple\\nobjects",
20
+ "human\\naction",
21
  "color",
22
+ "spatial\\nrelationship",
23
  "scene",
24
+ "appearance\\nstyle",
25
+ "temporal\\nstyle",
26
+ "overall\\nconsistency"]
27
 
28
  DEFAULT_INFO = [
29
+ "subject\\nconsistency",
30
+ "background\\nconsistency",
31
+ "temporal\\nflickering",
32
+ "motion\\nsmoothness",
33
+ "aesthetic\\nquality",
34
+ "imaging\\nquality",
35
  ]
36
 
37
  QUALITY_LIST = [