thomaskk2024 commited on
Commit
d0354a4
·
verified ·
1 Parent(s): 945aea0

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. miner.py +3 -3
  2. weights.onnx +2 -2
miner.py CHANGED
@@ -59,10 +59,10 @@ class Miner:
59
  min_box_size = 2.0
60
 
61
  _conf_thres_array = np.array(
62
- [0.38, 0.38, 0.22, 0.22, 0.33, 0.20], dtype=np.float32,
63
  )
64
  _bonus_array = np.array(
65
- [0.2, 0.25, 0.12, 0.09, 0.21, 0.06], dtype=np.float32,
66
  )
67
 
68
  def __init__(self, path_hf_repo: Path) -> None:
@@ -595,4 +595,4 @@ class Miner:
595
  keypoints=[(0, 0) for _ in range(max(0, int(n_keypoints)))],
596
  )
597
  )
598
- return results
 
59
  min_box_size = 2.0
60
 
61
  _conf_thres_array = np.array(
62
+ [0.38, 0.38, 0.22, 0.19, 0.22, 0.12], dtype=np.float32,
63
  )
64
  _bonus_array = np.array(
65
+ [0.18, 0.18, 0.1, 0.1, 0.10, 0.06], dtype=np.float32,
66
  )
67
 
68
  def __init__(self, path_hf_repo: Path) -> None:
 
595
  keypoints=[(0, 0) for _ in range(max(0, int(n_keypoints)))],
596
  )
597
  )
598
+ return results
weights.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1acb453d39ccab0d21164a05c5b5ee27b4406981e7aede31fecf05fc673ec0c
3
- size 9809208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3234b38745e11a74f3590adde15e6867f0d013a77907810443941a92022269e
3
+ size 9844494