Edit model card

YOLO Custom Model

YOLO Custom Model

This is a YOLO model trained on custom data.

Model Description

  • Model Type: YOLO
  • Training Data: Custom Dataset
  • Input: Images
  • Output: Bounding boxes with class predictions

Usage

from ultralytics import YOLO

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

# Make predictions
results = model('image.jpg')

Training Details

  • Framework: Ultralytics YOLOv8
  • Training Device: cuda
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Examples
Inference API (serverless) does not yet support ultralytics models for this pipeline type.