updates
This commit is contained in:
parent
2cc805edda
commit
56d7261083
2
train.py
2
train.py
|
@ -330,7 +330,7 @@ def train():
|
||||||
img_size=opt.img_size,
|
img_size=opt.img_size,
|
||||||
model=model,
|
model=model,
|
||||||
conf_thres=0.001 if final_epoch else 0.1, # 0.1 for speed
|
conf_thres=0.001 if final_epoch else 0.1, # 0.1 for speed
|
||||||
iou_thres=0.6 if opt.evolve else 0.5,
|
iou_thres=0.6 if final_epoch and is_coco else 0.5,
|
||||||
save_json=final_epoch and is_coco,
|
save_json=final_epoch and is_coco,
|
||||||
dataloader=testloader)
|
dataloader=testloader)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue