This commit is contained in:
Glenn Jocher 2019-04-02 14:29:15 +02:00
parent 330caefe69
commit 748ff9b5b9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def test(
batch_size=16, batch_size=16,
img_size=416, img_size=416,
iou_thres=0.5, iou_thres=0.5,
conf_thres=0.1, conf_thres=0.01,
nms_thres=0.5, nms_thres=0.5,
save_json=False, save_json=False,
model=None model=None