rein0421 commited on
Commit
4bc50cc
·
verified ·
1 Parent(s): 80c90e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -83,17 +83,17 @@ dangerarray=[10,30,90,50,80,20,40,70,100,60]#ここに各クラスターの危
83
 
84
  thresholds = {
85
  'text': 0.1,
86
- 'Name tag':0.2,
87
  'License plate': 0.1,
88
  'digital screens': 0.1,
89
  'signboard': 0.1,
90
  'Documents': 0.1,
91
- 'information board': 0.2,
92
  'poster': 0.1,
93
  'sign': 0.1,
94
- 'Mail or envelope': 0.3,
95
  'logo': 0.1,
96
- 'cardboard': 0.6,
97
  'manhole': 0.6,
98
  'electricity pole': 0.7
99
  }
 
83
 
84
  thresholds = {
85
  'text': 0.1,
86
+ 'Name tag':0.1,
87
  'License plate': 0.1,
88
  'digital screens': 0.1,
89
  'signboard': 0.1,
90
  'Documents': 0.1,
91
+ 'information board': 0.1,
92
  'poster': 0.1,
93
  'sign': 0.1,
94
+ 'Mail or envelope': 0.1,
95
  'logo': 0.1,
96
+ 'cardboard': 0.4,
97
  'manhole': 0.6,
98
  'electricity pole': 0.7
99
  }