yinanhe commited on
Commit
bb40faa
1 Parent(s): 1521b6f

[update] fix bug

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -88,7 +88,7 @@ NORMALIZE_DIC = {
88
  "color": {"Min": 0.0, "Max": 1.0},
89
  "spatial relationship": {"Min": 0.0, "Max": 1.0},
90
  "scene": {"Min": 0.0, "Max": 0.8222},
91
- "appearance": {"Min": 0.0009, "Max": 0.2855},
92
  "temporal style": {"Min": 0.0, "Max": 0.364},
93
  "overall consistency": {"Min": 0.0, "Max": 0.364}
94
  }
 
88
  "color": {"Min": 0.0, "Max": 1.0},
89
  "spatial relationship": {"Min": 0.0, "Max": 1.0},
90
  "scene": {"Min": 0.0, "Max": 0.8222},
91
+ "appearance style": {"Min": 0.0009, "Max": 0.2855},
92
  "temporal style": {"Min": 0.0, "Max": 0.364},
93
  "overall consistency": {"Min": 0.0, "Max": 0.364}
94
  }