Loading . . .
Features Preview Stats Playground Contact
Image Data NEW

|

Annotated object detection dataset with bounding boxes for training YOLO, R-CNN, SSD, and other object detection models. Perfect for computer vision research and deep learning projects.

0 Images
0 Classes
0 Annotations
D Download T Theme S Stats ? Shortcuts
object_detection.py
Sample Image
Person (95%)
Car (89%)
Dog (92%)
Detection Confidence
92%
Real-time Detection
30+ FPS
High Accuracy
Scroll to explore
Features

Dataset Features

Everything you need for object detection model training

Bounding Box Annotations

Precise bounding box coordinates for every object in each image with pixel-perfect accuracy.

Accuracy: 99.5%

Multiple Object Classes

10 different object categories including persons, vehicles, animals, and common objects.

10 Classes

Training & Validation Sets

Pre-split dataset with 80% training and 20% validation data for immediate use.

80/20 Split

YOLO Format Compatible

Ready-to-use annotations in YOLO format (txt files) for YOLOv5, YOLOv7, and YOLOv8.

YOLOv8 Ready

COCO Format Available

Complete COCO JSON annotations for compatibility with Detectron2 and other frameworks.

JSON Export

High Quality Images

High resolution PNG and JPG images with diverse lighting and background conditions.

HD Quality
Analytics

Dataset Statistics

Interactive visualization of dataset distribution

Class Distribution

Annotations per Class

Performance Metrics

92%
mAP@0.5
88%
Precision
85%
Recall
30ms
Inference
Interactive

Annotation Playground

Draw bounding boxes and explore annotation formats

Click and drag to draw bounding boxes

Select a class from the dropdown above
Boxes: 0 Canvas: 640 x 480
# Draw boxes to see annotations here
# Format: class_id x_center y_center width height
Gallery

Dataset Preview

Sample images with annotations from the dataset

Structure

Dataset Structure

Organized directory structure for easy integration

File Explorer
object-detection-dataset/ root
images/ 800 files
labels/ 800 files
images/ 200 files
labels/ 200 files
data.yaml YOLO config
annotations.json COCO format
classes.txt 10 classes
README.md Documentation
# YOLO Annotation Format
# class_id x_center y_center width height
# All values are normalized (0-1)

0 0.453125 0.546875 0.234375 0.687500
1 0.765625 0.421875 0.312500 0.234375
2 0.156250 0.718750 0.187500 0.250000
Categories

Object Classes

10 annotated object categories in the dataset

Quick Start

Get Started in Minutes

Follow these steps to train your object detection model

Download Dataset

Download and extract the dataset zip file to your project directory.

unzip object-detection.zip -d ./data/

Install Dependencies

Install required Python packages for your chosen framework.

pip install ultralytics opencv-python

Train Your Model

Start training using YOLOv8 or your preferred framework.

yolo train model=yolov8n.pt data=data.yaml epochs=100

Run Inference

Use your trained model for object detection on new images.

yolo predict model=best.pt source=image.jpg

Ready to Download?

Get the complete object detection dataset with all annotations and start training your models today!

~150 MB
1000+ Images
Free License
Download Dataset (ZIP)