This commit is contained in:
Glenn Jocher 2020-02-27 11:29:38 -08:00
parent 764514e44d
commit e7f85bcfb9
1 changed files with 1 additions and 1 deletions

View File

@ -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,