Upload folder using huggingface_hub
Browse files- miner.py +1 -1
- weights.onnx +2 -2
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.3], 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9020c01a33244080ac516bfb40e796d23e612e29fc0b4b2e68d062d4631c9897
|
| 3 |
+
size 9840342
|