Default confidences predict 0.25, val 0.001 (#149)

This commit is contained in:
Glenn Jocher
2023-01-05 15:56:52 +01:00
committed by GitHub
parent 3cbf3ec455
commit 314da263c7
3 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,7 @@ dropout: False # use dropout regularization
val: True # validate/test during training
save_json: False # save results to JSON file
save_hybrid: False # save hybrid version of labels (labels + additional predictions)
conf: 0.001 # object confidence threshold for detection
conf: null # object confidence threshold for detection (default 0.25 predict, 0.001 val)
iou: 0.7 # intersection over union (IoU) threshold for NMS
max_det: 300 # maximum number of detections per image
half: False # use half precision (FP16)