Upload folder using huggingface_hub
Browse files- miner.py +1 -1
- 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.
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a157aa22ed68bb11e35546cd2ef2b3502d20ed5e2468c068544ad3c85298375
|
| 3 |
+
size 9823990
|