Upload folder using huggingface_hub
Browse files- miner.py +3 -3
- 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.
|
| 63 |
)
|
| 64 |
_bonus_array = np.array(
|
| 65 |
-
[0.
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3234b38745e11a74f3590adde15e6867f0d013a77907810443941a92022269e
|
| 3 |
+
size 9844494
|