Skip to content

Commit c00c0d3

Browse files
feat: increase proba threshold
1 parent f8a1590 commit c00c0d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

idle_model/configs/confs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"classes": [
33
67
44
],
5-
"iou_thres": 0.5,
6-
"conf_thres": 0.6,
5+
"iou_thresh": 0.5,
6+
"conf_thresh": 0.7,
77
"model_path": "weights/idle_v0.4.4.pt",
8-
"conf_path": "weights/yolor_csp_x.cfg",
8+
"config_path": "weights/yolor_csp_x.cfg",
99
"port": 5001
1010
}

0 commit comments

Comments
 (0)