Vehicle Detection Model (YOLOv8)

This model detects 8 classes of vehicles:

  • Auto
  • Bus
  • Car
  • LCV (Light Commercial Vehicle)
  • Motorcycle
  • Multiaxle
  • Tractor
  • Truck

Model Details

  • Architecture: YOLOv8 Nano
  • Framework: Ultralytics
  • Input Size: 640x640
  • Performance: mAP@0.5 > 85%

Usage

from ultralytics import YOLO

# Load model
model = YOLO('best.pt')

# Run inference
results = model('path/to/image.jpg')

Training

Model trained on Google Colab with custom vehicle dataset.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using gayatrigovindasetty/vehicle-detection-yolov8 1