yinanhe commited on
Commit
098ebb3
1 Parent(s): bb40faa

[update] fix typo

Browse files
Files changed (1) hide show
  1. constants.py +2 -5
constants.py CHANGED
@@ -1,9 +1,8 @@
1
  import os
2
  # this is .py for store constants
3
- MODEL_INFO = ["name"]
 
4
  TASK_INFO = [
5
- "Selected Score",
6
- "Overall Score",
7
  "subject consistency",
8
  "background consistency",
9
  "temporal flickering",
@@ -22,8 +21,6 @@ TASK_INFO = [
22
  "overall consistency"]
23
 
24
  DEFAULT_INFO = [
25
- "Selected Score",
26
- "Overall Score",
27
  "subject consistency",
28
  "background consistency",
29
  "temporal flickering",
 
1
  import os
2
  # this is .py for store constants
3
+ MODEL_INFO = ["name","Selected Score",
4
+ "Overall Score"]
5
  TASK_INFO = [
 
 
6
  "subject consistency",
7
  "background consistency",
8
  "temporal flickering",
 
21
  "overall consistency"]
22
 
23
  DEFAULT_INFO = [
 
 
24
  "subject consistency",
25
  "background consistency",
26
  "temporal flickering",