↓ 1 callersFunctionprocess_batch Return correct predictions matrix. Both sets of boxes are in (x1, y1, x2, y2) format. Arguments: detections (Array[N, 6]), x1, y1, x2
src/yolov5/val.py:72
↓ 1 callersFunctionsmart_resume(ckpt, optimizer, ema=None, weights='yolov5s.pt', epochs=300, resume=True)
src/yolov5/utils/torch_utils.py:359