Spaces:
Sleeping
Sleeping
Commit
·
e86279a
1
Parent(s):
262d384
Update config_version3.yaml
Browse files- config_version3.yaml +4 -4
config_version3.yaml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
comparison:
|
| 2 |
-
iou_match_threshold: 0.
|
| 3 |
-
position_tolerance:
|
| 4 |
alpha: 0.35
|
| 5 |
beta: 0.45
|
| 6 |
gamma: 0.2
|
| 7 |
-
combined_score_threshold: 0.
|
| 8 |
reid_similarity_threshold: 0.8
|
| 9 |
|
| 10 |
detection:
|
|
@@ -13,7 +13,7 @@ detection:
|
|
| 13 |
model:
|
| 14 |
confidence: 0.3
|
| 15 |
device: cpu
|
| 16 |
-
iou_threshold: 0.
|
| 17 |
path: models_small_version3/best.pt
|
| 18 |
visualization:
|
| 19 |
colors:
|
|
|
|
| 1 |
comparison:
|
| 2 |
+
iou_match_threshold: 0.35
|
| 3 |
+
position_tolerance: 100
|
| 4 |
alpha: 0.35
|
| 5 |
beta: 0.45
|
| 6 |
gamma: 0.2
|
| 7 |
+
combined_score_threshold: 0.3
|
| 8 |
reid_similarity_threshold: 0.8
|
| 9 |
|
| 10 |
detection:
|
|
|
|
| 13 |
model:
|
| 14 |
confidence: 0.3
|
| 15 |
device: cpu
|
| 16 |
+
iou_threshold: 0.35
|
| 17 |
path: models_small_version3/best.pt
|
| 18 |
visualization:
|
| 19 |
colors:
|