This commit is contained in:
Glenn Jocher 2019-04-02 14:42:29 +02:00
parent 9b92794e20
commit a3ab6221cb
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.01, conf_thres=0.1,
nms_thres=0.5, nms_thres=0.5,
save_json=False, save_json=False,
model=None model=None