Skip to content
Kordu Tools Kordu Tools

Object Detection

AI Runs in browser

Detect and identify 80+ objects in images with AI — labeled bounding boxes and confidence scores, runs in browser.

Last updated 01 Apr 2026

AI-powered object detection using YOLOS-tiny, a transformer trained on COCO. Identifies 80+ classes — people, vehicles, animals, electronics, furniture, food — with bounding boxes and confidence scores. Adjust threshold, toggle classes, export annotated PNG or JSON. Runs in your browser.

10%90%
~23.8 MB download

Click to upload or drag and drop

PNG, JPG, JPEG, WEBP up to 50MB

Loading rating…

How to use

  1. 1

    Upload your image

    Click the upload area or drag and drop any PNG, JPG, or WebP image up to 50MB.

  2. 2

    Wait for AI detection

    The YOLOS model analyses the image and identifies all recognizable objects. On first use the ~25MB model downloads and caches for instant future use.

  3. 3

    Review detections

    Labeled bounding boxes appear over each detected object showing the class name and confidence score. The detection list shows all results sorted by confidence.

  4. 4

    Adjust confidence threshold

    Drag the confidence slider to filter detections. Increase to show only high-certainty results, decrease to include uncertain ones.

  5. 5

    Filter by class and export

    Toggle specific object classes on or off to focus on relevant detections. Download the annotated image as PNG or export all detection data as JSON.

Frequently asked questions

What objects can it detect?
80 object classes from the COCO dataset: people, vehicles (car, bus, bicycle, motorcycle, truck, train, boat), animals (cat, dog, bird, horse, cow, sheep, elephant, bear, zebra, giraffe), furniture (chair, sofa, bed, dining table), electronics (laptop, phone, TV, keyboard, mouse), and food and kitchen items.
Is my image uploaded to a server?
No. Detection runs entirely in your browser using WebAssembly and ONNX Runtime. Your images are never sent anywhere.
What does the confidence score mean?
The confidence score (0-100%) indicates how certain the model is about each detection. Higher scores mean stronger, more reliable identifications. Use the threshold slider to filter out low-confidence detections that may be false positives.
Can I export the detection results?
Yes. Download the annotated image as PNG with all bounding boxes drawn, or export all detection data (class labels, bounding box coordinates, confidence scores) as a JSON file for use in code or further processing.
Why did it miss some objects?
YOLOS works best on clearly visible, well-lit objects in its 80 trained categories. Very small objects (under ~30px), partially obscured items, unusual camera angles, or objects outside the COCO classes may not be detected.
Can I detect faces?
The model detects the 'person' class which includes whole bodies and partial views. For dedicated face detection and blurring, use the Face Blur tool which uses a specialized face detection model.
What is the COCO dataset?
COCO (Common Objects in Context) is a large-scale benchmark dataset of over 330,000 images annotated with 80 object categories. Models trained on COCO are widely used as a standard benchmark for object detection research.
How large is the AI model?
YOLOS-tiny is approximately 25MB. It downloads once on first use and caches in your browser for instant future use without re-downloading.
Does this work on mobile?
Yes, though the 25MB model download and detection processing are slower on mobile. A desktop browser is recommended for faster, more reliable results.

Object detection is a computer vision task that simultaneously identifies what objects are

in an image and where they are located. This tool uses YOLOS-tiny, a transformer-based

model trained on the COCO dataset, to detect 80 categories of everyday objects and return

labeled bounding boxes with confidence scores for each detection.

80 detectable object classes span everyday life: people, bicycles, cars, buses, trucks,

motorcycles, traffic lights, animals (cat, dog, bird, horse, cow, sheep, elephant, bear,

zebra), furniture (chair, sofa, bed, dining table), electronics (laptop, phone, keyboard,

mouse, TV, microwave, oven), and kitchen and food items.

The confidence slider lets you tune results in real time — raise it to show only high-certainty

detections, lower it to catch uncertain ones. Toggle entire object classes on or off to focus

on specific categories. Export the annotated image as PNG or download all detection coordinates,

labels, and confidence scores as JSON for integration with other tools or code.

Common use cases: analyzing photos for cataloguing and inventory, counting objects in research

images, testing computer vision pipelines without writing code, verifying accessibility

descriptions, security analysis, and educational exploration of how object detection works.

The 25MB model downloads once and caches for instant reuse. All processing is local —

your images never leave your device.

Related tools

Learn more