YOLO (You Only Look Once)

Real-time object detection that identifies multiple objects in a single image pass.

4.8 (6)
Daniel NikulshynArvostellut Daniel Nikulshyn·Päivitetty toukokuu 2026

Yleiskatsaus

YOLO (You Only Look Once) is a family of object detection algorithms designed for speed and efficiency. Unlike traditional detection systems that apply a model to an image at multiple locations and scales, YOLO frames detection as a single regression problem, predicting bounding boxes and class probabilities in one forward pass through a neural network. This architecture makes YOLO especially well-suited for real-time applications such as video analysis, autonomous vehicles, robotics, surveillance, and augmented reality. Successive versions (YOLOv3, v5, v7, v8, and beyond) have improved accuracy, expanded task support to segmentation and pose estimation, and maintained the framework's reputation for fast inference. YOLO is widely adopted by researchers and developers due to its open-source implementations, active community, and balance between detection accuracy and processing speed on both GPUs and edge devices.

Pääominaisuudet

  • Single-pass real-time object detection
  • Bounding box and class probability prediction
  • Support for detection, segmentation, and pose tasks
  • Pretrained models on common datasets like COCO
  • Deployable on GPU, CPU, and edge devices
  • Customizable training on user datasets

Käyttötapaukset

Real-time video surveillance

Detect and track people, vehicles, or objects of interest in live security camera feeds using YOLO's fast single-pass inference.

Autonomous vehicle perception

Identify pedestrians, cars, traffic signs, and obstacles in real time to support driving and navigation decisions in self-driving systems.

Robotics and edge deployment

Run object detection directly on embedded hardware and robots, enabling responsive interaction with the environment without cloud dependency.

Custom dataset detection training

Fine-tune pretrained YOLO models on user-labeled datasets to detect domain-specific objects for industrial, medical, or retail applications.

Plussat ja miinukset

Plussat

  • Extremely fast inference suitable for real-time use
  • Strong open-source ecosystem and community support
  • Detects multiple object classes in a single pass
  • Runs on edge hardware and embedded devices
  • Continual improvements across model versions

Miinukset

  • Can struggle with small or densely packed objects
  • Requires labeled datasets and training expertise
  • Licensing varies across versions and forks
  • Accuracy may trail slower two-stage detectors

Arvostelut

4.8

Keskiarvo 6 arviosta.

5
5
4
1
3
0
2
0
1
0

Kirjaudu sisään jättääksesi arvostelun.

O

Olga Ivanova

Does the job

Pretty happy overall. Support for detection, segmentation, and pose tasks just works and runs on edge hardware and embedded devices. Requires labeled datasets and training expertise can be annoying, but no dealbreakers — I'd recommend it to a friend without hesitating.

D

Daniel Schmidt

Solid for our team

We rolled this out across the team last quarter and continual improvements across model versions. Pretrained models on common datasets like COCO fits neatly into how we already work, and deployable on GPU, CPU, and edge devices removed a step we used to do by hand. but it has held up under daily use.

H

Hiroshi Tanaka

Use it every day

Honestly didn't expect to like it this much. Support for detection, segmentation, and pose tasks is exactly what I needed, and strong open-source ecosystem and community support. I do wish requires labeled datasets and training expertise, but I reach for it almost every day now and it just clicks.

M

Margaret Whitfield

Use it every day

Honestly didn't expect to like it this much. Customizable training on user datasets is exactly what I needed, and continual improvements across model versions. I do wish can struggle with small or densely packed objects, but I reach for it almost every day now and it just clicks.

C

Carlos Mendoza

Years in this space

I've evaluated a lot of these over the years. What stands out here is pretrained models on common datasets like COCO — handled better than most — and extremely fast inference suitable for real-time use. Requires labeled datasets and training expertise is my one real gripe. Worth the time if this is your use case.

D

Diego Fernández

Compared a few options

Evaluated this against two competitors. Where it wins: customizable training on user datasets and extremely fast inference suitable for real-time use. Where it lags: requires labeled datasets and training expertise. On balance the feature set — especially customizable training on user datasets — justifies the 5 stars for our use case.

Kysymykset

Ei kysymyksiä — kysy ensimmäinen.

Kysy kysymys

Computer Vision vaihtoehdot