diff --git a/configs/test_cam1_ppe11_yolo_debug.json b/configs/test_cam1_ppe11_yolo_debug.json index 177369e..548327b 100644 --- a/configs/test_cam1_ppe11_yolo_debug.json +++ b/configs/test_cam1_ppe11_yolo_debug.json @@ -49,10 +49,10 @@ "model_w": 768, "model_h": 768, "num_classes": 11, - "v8_box_format": "auto", - "conf": 0.45, + "v8_box_format": "cxcywh", + "conf": 0.25, "nms": 0.45, - "class_filter": [3, 6], + "class_filter": [], "debug": { "stats": true, "stats_interval": 30,