Upload miner.py
Browse files
miner.py
CHANGED
|
@@ -36,7 +36,7 @@ class Miner:
|
|
| 36 |
min_box_area = 100.0
|
| 37 |
max_aspect_ratio = 10.0
|
| 38 |
max_det = 300
|
| 39 |
-
_conf_thres_array = np.array([0.6, 0.
|
| 40 |
_bonus_array = np.array([0.0, 0.0, 0.2], dtype=np.float32)
|
| 41 |
|
| 42 |
def __init__(self, path_hf_repo: Path) -> None:
|
|
|
|
| 36 |
min_box_area = 100.0
|
| 37 |
max_aspect_ratio = 10.0
|
| 38 |
max_det = 300
|
| 39 |
+
_conf_thres_array = np.array([0.6, 0.6, 0.5], dtype=np.float32)
|
| 40 |
_bonus_array = np.array([0.0, 0.0, 0.2], dtype=np.float32)
|
| 41 |
|
| 42 |
def __init__(self, path_hf_repo: Path) -> None:
|