SuperBitDev commited on
Commit
bcf9bff
·
verified ·
1 Parent(s): f3f8d23

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. miner.py +1 -1
  2. weights.onnx +2 -2
miner.py CHANGED
@@ -46,7 +46,7 @@ class Miner:
46
  # false_positive pillar = max(0, 1 - ffpi/10): we can tolerate ~2 FP per
47
  # image and still keep that pillar above 0.8.
48
  _conf_thres_array = np.array(
49
- [0.28], dtype=np.float32
50
  )
51
  # Per-class rescue bonus. If a class has ZERO boxes passing the threshold
52
  # in a frame, its top-1 candidate is admitted when its score is at least
 
46
  # false_positive pillar = max(0, 1 - ffpi/10): we can tolerate ~2 FP per
47
  # image and still keep that pillar above 0.8.
48
  _conf_thres_array = np.array(
49
+ [0.3], dtype=np.float32
50
  )
51
  # Per-class rescue bonus. If a class has ZERO boxes passing the threshold
52
  # in a frame, its top-1 candidate is admitted when its score is at least
weights.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:604ef110c8f96c677e2d22eb477d1c1292cdd8badd4c26a3976e1dafeef489f8
3
- size 9840334
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9020c01a33244080ac516bfb40e796d23e612e29fc0b4b2e68d062d4631c9897
3
+ size 9840342