E-Ranyx AI Showcase · YOLO-World Small

AI Vision Object Detection

Computer vision detection solution powered by Ultralytics YOLO-World. Define detection targets in plain language.

Language / 語言

Detection Settings

Target Objects
Select one or more classes. Choose 'Auto' to use the model's default vocabulary.
Auto (YOLO-World default vocabulary)
320 1280
0.01 0.95

How this technology works

This demo uses YOLO-World, a computer-vision model that looks at a photo (or a live camera frame) and answers a simple question: what is in this picture, and where is it?

Older detectors could only find objects they were trained on — like a student who memorized a fixed vocabulary. YOLO-World is different: you can tell it what to look for in everyday words, such as person, helmet, or cup. It then tries to find those things in the image.

What happens when you run detection

  1. You choose the targets. Pick one or more objects, or leave Auto to use a common everyday list.
  2. The model scans the image once. YOLO means “You Only Look Once” — it does not search the picture piece by piece. One pass is enough to propose boxes.
  3. It draws a box around each match. The number next to the label is confidence: how sure the model is. A higher Confidence Threshold hides weak guesses; a lower one shows more boxes.
  4. Resolution trades speed for detail. Higher inference resolution can catch smaller objects but is slower. Lower is better for live webcam.

The result is a labeled picture you can show to clients: the AI saw the objects, located them, and reported how confident it was — without needing a custom model for every new object name.