thomaskk2024 commited on
Commit
adc4390
·
verified ·
1 Parent(s): 43b0e6e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. miner.py +2 -2
  2. weights.onnx +2 -2
miner.py CHANGED
@@ -50,10 +50,10 @@ class Miner:
50
  max_det = 150
51
 
52
  _conf_thres_array = np.array(
53
- [0.28, 0.28, 0.2, 0.12, 0.23, 0.12], dtype=np.float32,
54
  )
55
  _bonus_array = np.array(
56
- [0.18, 0.18, 0.1, 0.09, 0.14, 0.06], dtype=np.float32,
57
  )
58
 
59
  def __init__(self, path_hf_repo: Path) -> None:
 
50
  max_det = 150
51
 
52
  _conf_thres_array = np.array(
53
+ [0.28, 0.28, 0.2, 0.12, 0.23, 0.20], dtype=np.float32,
54
  )
55
  _bonus_array = np.array(
56
+ [0.18, 0.18, 0.1, 0.03, 0.14, 0.1], dtype=np.float32,
57
  )
58
 
59
  def __init__(self, path_hf_repo: Path) -> None:
weights.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c69159d2593f5fe19be367feb61beffe2812618b3433c2350741203005838969
3
- size 9809227
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa36b0aa199d70df45fb0fd7ba5756c906a4cb461032d26462729c3f7667643b
3
+ size 9844499