YOLO / yolo /config /task /validation.yaml
henry000's picture
🚸 [Add] try-except in loading cache files
1690354
raw
history blame contribute delete
231 Bytes
task: validation
data:
batch_size: 32
image_size: ${image_size}
cpu_num: ${cpu_num}
shuffle: False
pin_memory: True
data_augment: {}
dynamic_shape: False
nms:
min_confidence: 0.0001
min_iou: 0.7
max_bbox: 1000