/yolo
Summary
Article concerning YOLO, the widely used real-time object detection model family.
Similar Articles
An Introduction to YOLO26
YOLO26 is a multi-task computer vision model family released in January 2026, featuring end-to-end detection without Non-Maximum Suppression for lower latency and optimized for edge deployment with improved CPU inference and compact design.
Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models
Ultralytics YOLO26 introduces a unified real-time vision model family with NMS-free inference, improved training strategies, and multi-task capabilities for detection, segmentation, and pose estimation, achieving state-of-the-art accuracy-latency trade-offs.
@tenderizzation: it’s literally off the scale! welcome back yolov3
A social media post expresses excitement about the return or renewed relevance of the YOLOv3 object detection model.
@freeCodeCamp: Real-time object detection in robotics needs more than just a good model. In this tutorial, Iyanuoluwa shows you how to…
A tutorial on building a real-time object detection and tracking pipeline for robotics using ROS 2 and YOLOv11, covering threaded inference, ByteTrack integration, confidence validation, and ONNX export for edge deployment.
@Phoenixyin13: In the world of object detection, there have always been two schools: the YOLO school, the traditional powerhouse, following the principle that speed is the ultimate weapon. Extremely fast, it dominates industries, drones, and surveillance cameras. The Transformer school, the academic aristocrat, highly intelligent with superior accuracy, but due to massive computational consumption, it was like a delicate Lin Daiyu in the past, unable to run in scenarios requiring real-time response...
The RF-DETR model proposed at ICLR2026 combines Transformer's high accuracy with real-time performance, achieving high scores in 100 real-world scenarios and offering sizes from Nano to 2XL, potentially replacing YOLO in real-time detection.