Upload folder using huggingface_hub
Browse files- miner.py +1 -1
- weights.onnx +1 -1
miner.py
CHANGED
|
@@ -46,7 +46,7 @@ class Miner:
|
|
| 46 |
# false_positive pillar = max(0, 1 - ffpi/10): we can tolerate ~2 FP per
|
| 47 |
# image and still keep that pillar above 0.8.
|
| 48 |
_conf_thres_array = np.array(
|
| 49 |
-
[0.
|
| 50 |
)
|
| 51 |
# Per-class rescue bonus. If a class has ZERO boxes passing the threshold
|
| 52 |
# in a frame, its top-1 candidate is admitted when its score is at least
|
|
|
|
| 46 |
# false_positive pillar = max(0, 1 - ffpi/10): we can tolerate ~2 FP per
|
| 47 |
# image and still keep that pillar above 0.8.
|
| 48 |
_conf_thres_array = np.array(
|
| 49 |
+
[0.28], dtype=np.float32
|
| 50 |
)
|
| 51 |
# Per-class rescue bonus. If a class has ZERO boxes passing the threshold
|
| 52 |
# 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 9840334
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:604ef110c8f96c677e2d22eb477d1c1292cdd8badd4c26a3976e1dafeef489f8
|
| 3 |
size 9840334
|