help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
object-detection
RSK World
object-detection
Object Detection Dataset - YOLO + Bounding Boxes + Deep Learning
object-detection
  • samples
  • train
  • valid
  • LICENSE2.9 KB
  • README.md8.8 KB
  • RELEASE_NOTES.md2.3 KB
  • annotations.json3.5 KB
  • classes.txt475 B
  • data.yaml1.4 KB
  • index.html70.2 KB
  • object-detection.png2.5 MB
  • script.js31 KB
  • style.css46.7 KB
  • utils.py12.2 KB
data.yaml
data.yaml
Raw Download
Find: Go to:
# ==========================================================
#   Object Detection Dataset - YOLO Configuration
# ==========================================================
#   Project: Object Detection Dataset
#   Category: Image Data / Computer Vision
#   Format: YOLOv5/YOLOv8 Compatible
#   
# ==========================================================
#   Developer Information
# ==========================================================
#   Website: https://rskworld.in
#   Founder: Molla Samser
#   Designer & Tester: Rima Khatun
#   Email: help@rskworld.in
#   Phone: +91 93305 39277
#   
#   © 2026 RSK World - All Rights Reserved
# ==========================================================

# Dataset paths
path: ./  # dataset root directory
train: train/images  # train images (relative to 'path')
val: valid/images  # val images (relative to 'path')
test:  # test images (optional)

# Number of classes
nc: 10

# Class names
names:
  0: person
  1: car
  2: dog
  3: cat
  4: bicycle
  5: motorcycle
  6: bus
  7: truck
  8: bird
  9: chair

# Dataset information
# Total images: 1000+
# Training set: 800 images (80%)
# Validation set: 200 images (20%)
# Total annotations: 5000+

# Usage with YOLOv8:
# yolo train model=yolov8n.pt data=data.yaml epochs=100 imgsz=640

# Usage with YOLOv5:
# python train.py --img 640 --batch 16 --epochs 100 --data data.yaml --weights yolov5s.pt

54 lines•1.4 KB
yaml

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer