Search Articles — Sudonull

Search Results

In this project

YOLOE: object detection without fine-tuning

https://sudonull.com/yoloe-object-detection-without-fine-tuning

Learn how YOLOE uses text and visual prompts for detecting arbitrary objects. Backbone YOLO + RepRTA for speed. Code examples and scenarios for middle/senior dev. Test on your own tasks.

Superframe in YOLOv11: detection in video

https://sudonull.com/superframe-in-yolov11-detection-in-video

Learn how superframe adds temporal context to YOLOv11 and RT-DETR for object detection in sports video. Experiments, code, results — for middle/senior dev.

TAPe detection: 100k parameters vs SOTA models

https://sudonull.com/tape-detection-100k-parameters-vs-sota-models

How the TAPe detector with 100k parameters outperforms YOLO and RF-DETR in speed and resource savings. Detailed breakdown of benchmarks and advantages for developers.

From the web

YOLO Object Detection & Segmentation | Ultralytics

https://docs.ultralytics.com/

Nov 12, 2023 · Ultralytics YOLO is a family of real-time computer vision models for object detection, instance segmentation, semantic segmentation, classification, pose estimation, oriented bounding …

GitHub - ultralytics/ultralytics: Ultralytics YOLO26, YOLO11, YOLOv8 ...

https://github.com/ultralytics/ultralytics

Ultralytics creates cutting-edge, state-of-the-art (SOTA) YOLO models built on years of foundational research in computer vision and AI. Constantly updated for performance and flexibility, our models …

YOLO AVENTURAS - YouTube

https://www.youtube.com/channel/UCOnIJiQuk1fDSp6p1GCZy3A

Cuál de nosotros debería ir a la final, y por qué?? Miguel, Panda, Nando o Yolo??

YOLO : You Only Look Once - Real Time Object Detection

https://www.geeksforgeeks.org/machine-learning/yolo-you-only-look-once-real-time-object-detection/

Jun 18, 2026 · YOLO (You Only Look Once) is a deep learning-based object detection algorithm that identifies and localizes objects within an image in a single pass through the network.

YOLO SEASON 7 - EPISODE 1 - PUSHER AND ENYONAM RECONNECT? - YouTube

https://www.youtube.com/watch?v=XcSjStlpCpM

Nov 2, 2023 · This season of the most fun yet educative adolescent youth TV series, YOLO ( You Only Live Once) focuses on youth empowerment, establishing purpose for people living with disabilities and...

Ultralytics YOLO26

https://docs.ultralytics.com/models/yolo26

Sep 25, 2025 · Lighter box regression: YOLO26 removes Distribution Focal Loss (DFL), reducing detection-head complexity while preserving an unconstrained regression range.

You Only Look Once - Wikipedia

https://en.wikipedia.org/wiki/You_Only_Look_Once

You Only Look Once (YOLO) is a series of real-time object detection systems based on convolutional neural networks. First introduced by Joseph Redmon et al. in 2015, [1] YOLO has undergone several …

YOLO Object Detection Explained: A Beginner's Guide

https://www.datacamp.com/blog/yolo-object-detection-explained

Feb 27, 2026 · YOLO (You Only Look Once) is a real-time object detection algorithm that processes images in a single forward pass, making it significantly faster than two-stage detectors

YOLO26 Tutorial - Colab

https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb

Built by Ultralytics, the creators of YOLO, this notebook walks you through running state-of-the-art models directly in your browser. Ultralytics models are constantly updated for performance and...

YOLO Object Detection Explained: Real-Time Vision Tasks

https://blog.roboflow.com/yolo-object-detection/

Jun 19, 2025 · YOLO (You Only Look Once) is a one-stage object detection architecture that processes an entire image in a single forward pass, producing class labels and bounding box coordinates …

Trending Now