👁️ Vision Lab

Upload any photo and watch AI identify objects in real-time.

YOLOv8n 3.2M Parameters 80 Object Classes ~6ms Inference

🔍 How Does Object Detection Work?

YOLO (You Only Look Once) is a real-time object detection algorithm. Unlike older methods that scan an image multiple times, YOLO processes the entire image in a single pass:

1️⃣ Grid Division — The image is divided into a grid (e.g., 13×13 cells)
2️⃣ Prediction — Each cell predicts bounding boxes and class probabilities
3️⃣ Filtering — Low-confidence predictions are removed
4️⃣ NMS — Overlapping boxes are merged into one

💡 Fun Fact: YOLOv8 can process over 155 frames per second on a GPU — faster than your eyes can see!
Upload Image
Click to Upload
JPG, PNG, WebP supported
💡 Try These Ideas
📸 A photo of your desk
🚗 Street scene with cars
🐕 Your pet (if you have one!)
🍎 Kitchen with food items
Detection Result

Upload an image to see detection