Realfencer commited on
Commit
e1959cc
·
verified ·
1 Parent(s): 312ee65

Upload miner.py

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
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.45, 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:
 
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: