ynhe commited on
Commit
0988648
1 Parent(s): 481d9fe

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +50 -50
constants.py CHANGED
@@ -8,70 +8,70 @@ MODEL_INFO = [
8
  "Semantic Score",
9
  ]
10
  TASK_INFO = [
11
- "subject consistency",
12
- "background consistency",
13
- "temporal flickering",
14
- "motion smoothness",
15
- "aesthetic quality",
16
- "imaging quality",
17
- "dynamic degree",
18
- "object class",
19
- "multiple objects",
20
- "human action",
21
  "color",
22
- "spatial relationship",
23
  "scene",
24
- "appearance style",
25
- "temporal style",
26
- "overall consistency"]
27
 
28
  DEFAULT_INFO = [
29
- "subject consistency",
30
- "background consistency",
31
- "temporal flickering",
32
- "motion smoothness",
33
- "aesthetic quality",
34
- "imaging quality"
35
  ]
36
 
37
  QUALITY_LIST = [
38
- "subject consistency",
39
- "background consistency",
40
- "temporal flickering",
41
- "motion smoothness",
42
- "aesthetic quality",
43
- "imaging quality",
44
- "dynamic degree"]
45
 
46
  SEMANTIC_LIST = [
47
- "object class",
48
- "multiple objects",
49
- "human action",
50
  "color",
51
- "spatial relationship",
52
  "scene",
53
- "appearance style",
54
- "temporal style",
55
- "overall consistency"
56
  ]
57
 
58
  DIM_WEIGHT = {
59
- "subject consistency":1,
60
- "background consistency":1,
61
- "temporal flickering":1,
62
- "motion smoothness":1,
63
- "aesthetic quality":1,
64
- "imaging quality":1,
65
- "dynamic degree":0.5,
66
- "object class":1,
67
- "multiple objects":1,
68
- "human action":1,
69
- "color":1,
70
- "spatial relationship":1,
71
- "scene":1,
72
- "appearance style":1,
73
- "temporal style":1,
74
- "overall consistency":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']
 
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 = [
38
+ "subject\nconsistency",
39
+ "background\nconsistency",
40
+ "temporal\nflickering",
41
+ "motion\nsmoothness",
42
+ "aesthetic\nquality",
43
+ "imaging\nquality",
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 = {
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']