mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
* Correct mutation adding the missing parameters Correct mutation considering the higher number of segmentation parameters compared to object detection. Fixes #9730 Signed-off-by: Iker Lluvia <iker.lluvia@tekniker.es> * Use already defined segmentation keys from segment/metrics.py --------- Signed-off-by: Iker Lluvia <iker.lluvia@tekniker.es> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>