From e7f85bcfb9c6040db919187cf3b26b56aa9d0146 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 27 Feb 2020 11:29:38 -0800 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index d7cc4294..1be99214 100644 --- a/test.py +++ b/test.py @@ -14,7 +14,7 @@ def test(cfg, batch_size=16, img_size=416, conf_thres=0.001, - iou_thres=0.5, # for nms + iou_thres=0.6, # for nms save_json=False, single_cls=False, model=None,