final
Former-commit-id: 251b57f490efdc292b0c4c019431219b75ee890c
This commit is contained in:
@ -30,7 +30,7 @@ while True:
|
||||
tot = mask.shape[0]*mask.shape[1]
|
||||
val = np.sum(mask)
|
||||
rate = val/tot
|
||||
thr = (0.05,0.3, 0.5)
|
||||
thr = (0.05,0.2, 0.5)
|
||||
ret = ""
|
||||
if rate < thr[0]:
|
||||
ret = "transport"
|
||||
|
Reference in New Issue
Block a user