Tighten person filtering in two-stage sample
This commit is contained in:
parent
f71c7eee74
commit
56997d019c
@ -43,7 +43,7 @@
|
||||
"model_w": 640,
|
||||
"model_h": 640,
|
||||
"num_classes": 80,
|
||||
"conf": 0.3,
|
||||
"conf": 0.4,
|
||||
"nms": 0.45,
|
||||
"class_filter": [0],
|
||||
"bbox_expand": {
|
||||
@ -63,8 +63,11 @@
|
||||
"mode": "bytetrack_lite",
|
||||
"per_class": true,
|
||||
"track_classes": [0],
|
||||
"max_age_ms": 1500,
|
||||
"min_hits": 2
|
||||
"high_th": 0.6,
|
||||
"low_th": 0.15,
|
||||
"iou_th": 0.3,
|
||||
"max_age_ms": 600,
|
||||
"min_hits": 3
|
||||
},
|
||||
{
|
||||
"id": "shoe_det",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user