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
- 4
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support object-detection models for ultralytics library.