Skip to content

Commit

Permalink
Fix inconsistent evaluation params
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarkurtic authored Jul 9, 2021
1 parent e3bbbad commit 34e80f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ def train(hyp, opt, device, tb_writer=None):
results, _, _ = test.test(opt.data,
batch_size=batch_size * 2,
imgsz=imgsz_test,
conf_thres=0.001,
iou_thres=0.7,
model=test_model,
single_cls=opt.single_cls,
dataloader=testloader,
Expand Down

0 comments on commit 34e80f3

Please sign in to comment.