Browse Source

[完善]更改配置文件阈值

develop
邵佳豪 3 years ago
parent
commit
9c78878ea0
  1. 4
      src/app/system-management/host-config/host-config.component.ts

4
src/app/system-management/host-config/host-config.component.ts

@ -524,9 +524,9 @@ rule_threshold:
on_car_parking_interval_second: 1800
on_fire_smoke_interval_second: 5
threshold_relying_sitting: 0.4 #rolling mean confidence
threshold_smoking_calling: 0.5 #rolling mean confidence
threshold_smoking_calling: 0.3 #rolling mean confidence
threshold_connecting: 0.667 #rolling mean confidence
threshold_identity: 0.1 #only to filter out people net error
threshold_identity: 0.5 #only to filter out people net error
`
sessionStorage.setItem('config1', config1)

Loading…
Cancel
Save