Upload folder using huggingface_hub
Browse files
miner.py
CHANGED
|
@@ -75,7 +75,7 @@ class Miner:
|
|
| 75 |
self.conf_thres = 0.25
|
| 76 |
|
| 77 |
# High-confidence boxes can survive without TTA confirmation
|
| 78 |
-
self.conf_high = 0.
|
| 79 |
|
| 80 |
# NMS threshold
|
| 81 |
self.iou_thres = 0.50
|
|
|
|
| 75 |
self.conf_thres = 0.25
|
| 76 |
|
| 77 |
# High-confidence boxes can survive without TTA confirmation
|
| 78 |
+
self.conf_high = 0.55
|
| 79 |
|
| 80 |
# NMS threshold
|
| 81 |
self.iou_thres = 0.50
|