YOLO / yolo /config /task /validation.yaml
henry000's picture
👷 [Add] more pre-commit, yaml-check & nbsripout
a7ef999
raw
history blame
190 Bytes
task: validation
data:
batch_size: 16
image_size: ${image_size}
cpu_num: ${cpu_num}
shuffle: False
pin_memory: True
data_augment: {}
nms:
min_confidence: 0.001
min_iou: 0.7