Upload folder using huggingface_hub
Browse files- miner.py +1 -1
- weights.onnx +1 -1
miner.py
CHANGED
|
@@ -88,7 +88,7 @@ class Miner:
|
|
| 88 |
self.input_height = self._safe_dim(self.input_shape[2], default=SIZE)
|
| 89 |
self.input_width = self._safe_dim(self.input_shape[3], default=SIZE)
|
| 90 |
|
| 91 |
-
self.conf_thres = 0.
|
| 92 |
self.iou_thres = 0.6
|
| 93 |
self.max_det = 600
|
| 94 |
self.use_tta = True
|
|
|
|
| 88 |
self.input_height = self._safe_dim(self.input_shape[2], default=SIZE)
|
| 89 |
self.input_width = self._safe_dim(self.input_shape[3], default=SIZE)
|
| 90 |
|
| 91 |
+
self.conf_thres = 0.41
|
| 92 |
self.iou_thres = 0.6
|
| 93 |
self.max_det = 600
|
| 94 |
self.use_tta = True
|
weights.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19408011
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b1af947bb9d53ee5d6d5699dcff651c06330c8536f5f86ad280c6f20e239d73
|
| 3 |
size 19408011
|