Upload folder using huggingface_hub
Browse files- miner.py +1 -1
- weights.onnx +1 -1
miner.py
CHANGED
|
@@ -98,7 +98,7 @@ class Miner:
|
|
| 98 |
# nozzle (0.25) -- TINY GT objects (median ~290 px²), permissive
|
| 99 |
# track (0.35) -- large clear object when present, moderate
|
| 100 |
self._conf_thres_array = np.array(
|
| 101 |
-
[0.
|
| 102 |
)
|
| 103 |
# Per-class rescue bonus: when a class has ZERO boxes passing the
|
| 104 |
# threshold in a frame, its top-1 candidate is admitted when its score
|
|
|
|
| 98 |
# nozzle (0.25) -- TINY GT objects (median ~290 px²), permissive
|
| 99 |
# track (0.35) -- large clear object when present, moderate
|
| 100 |
self._conf_thres_array = np.array(
|
| 101 |
+
[0.45, 0.25, 0.35, 0.4], dtype=np.float32
|
| 102 |
)
|
| 103 |
# Per-class rescue bonus: when a class has ZERO boxes passing the
|
| 104 |
# threshold in a frame, its top-1 candidate is admitted when its score
|
weights.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19408004
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a76fc896be2085c848d2226543c882c4afba6a600b66b5495935fe5e85da8482
|
| 3 |
size 19408004
|