Upload folder using huggingface_hub
Browse files- miner.py +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.
|
| 54 |
)
|
| 55 |
_bonus_array = np.array(
|
| 56 |
-
[0.
|
| 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.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:
|
weights.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c69159d2593f5fe19be367feb61beffe2812618b3433c2350741203005838969
|
| 3 |
+
size 9809227
|