tune
Browse files
miner.py
CHANGED
|
@@ -79,7 +79,7 @@ class Miner:
|
|
| 79 |
self.input_width = self._safe_dim(self.input_shape[3], default=640)
|
| 80 |
|
| 81 |
# Thresholds
|
| 82 |
-
self.conf_thres = 0.
|
| 83 |
self.iou_thres = 0.50
|
| 84 |
self.max_det = 300
|
| 85 |
|
|
|
|
| 79 |
self.input_width = self._safe_dim(self.input_shape[3], default=640)
|
| 80 |
|
| 81 |
# Thresholds
|
| 82 |
+
self.conf_thres = 0.39
|
| 83 |
self.iou_thres = 0.50
|
| 84 |
self.max_det = 300
|
| 85 |
|