使用指标(例如平均平均精度(MAP,标准度量测量检测准确性)在整个交叉点(IOU)阈值从50%到95%(定义了预测和地面实现框之间的重叠),精度,召回和GPU和CPU的跨越速度。The results highlight trade-offs between model complexity and performance: smaller variants like YOLOv11-n achieved faster inference speeds (170.74 FPS on GPU and 5.86 ms on GPU), while larger models like YOLOv11-x excelled in detection accuracy and recall but at the cost of slower speeds (240.03 FPS on GPU and 4.17 ms on GPU).yolov11-s提供了最高FPS(1120.46 GPU FPS)的平衡,但准确性和回忆为中等。这些发现证明了Yolov11变体对应用程序要求的适应性,从高速实时系统到优先级检测准确性的场景。这项研究通过为yolov11变体提供详细的性能基准来推进对象检测。它提供了在不同领域中部署Yolov11的实用见解,包括物流,交付跟踪和其他需要有效且准确的对象检测的域。关键字:Yolo; Yolov11;对象检测模型;深度学习计算机视觉;神经网络;
主要关键词