nms postprocessing for yolo10 (nms free?) model

It is said that yolo10 architecture is nms-free ( YOLOv10: Real-Time End-to-End Object Detection - Ultralytics YOLO Docs )

  • One-to-One Head: Generates a single best prediction per object during inference to eliminate the need for NMS, thereby reducing latency and improving

Why we have nms-related parameters in https://raw.githubusercontent.com/hailo-ai/hailo_model_zoo/refs/heads/master/hailo_model_zoo/cfg/postprocess_config/yolov10s_nms_config.json?

1 Like