SuperBitDev commited on
Commit
d2064e5
·
verified ·
1 Parent(s): 1ef68ed

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. miner.py +1 -1
  2. weights.onnx +2 -2
miner.py CHANGED
@@ -50,7 +50,7 @@ class Miner:
50
  # Per-class confidence thresholds. Higher = fewer FP for that class.
51
  # Indexed by class_names order: [fire, smoke, fire_extinguisher].
52
  _conf_thres_array = np.array(
53
- [0.18, 0.30, 0.2], dtype=np.float32
54
  )
55
  # Per-class rescue bonus. If a class has ZERO boxes passing the threshold
56
  # in a frame, its top-1 candidate is admitted when its score is at least
 
50
  # Per-class confidence thresholds. Higher = fewer FP for that class.
51
  # Indexed by class_names order: [fire, smoke, fire_extinguisher].
52
  _conf_thres_array = np.array(
53
+ [0.25, 0.30, 0.25], dtype=np.float32
54
  )
55
  # Per-class rescue bonus. If a class has ZERO boxes passing the threshold
56
  # in a frame, its top-1 candidate is admitted when its score is at least
weights.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:922b2e3c6a96ae29371b263a7cca95c10c63c272f5ef703851d015401d60a68b
3
- size 10459180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a157aa22ed68bb11e35546cd2ef2b3502d20ed5e2468c068544ad3c85298375
3
+ size 9823990