## ❔Question Why do not you use mrec = np.concatenate(([0.], recall, [1.])) instead of https://github.com/ultralytics/yolov5/blob/2da6444c9251f77cfd3e410369cd067245d961b5/utils/metrics.py#L94 ? It changes the mAP results. I could not get the idea behind it. ## Additional context
❔Question
Why do not you use mrec = np.concatenate(([0.], recall, [1.])) instead of
yolov5/utils/metrics.py
Line 94 in 2da6444
Additional context