Former-commit-id: 251b57f490efdc292b0c4c019431219b75ee890c
This commit is contained in:
2025-07-03 22:29:31 +08:00
parent 42460ad72f
commit 27c1b08365
3 changed files with 20 additions and 10 deletions

View File

@ -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"