YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

YOLOv8 Custom Model

This is a fine-tuned YOLOv8 model on custom data. It can be used for object detection tasks.

Model Information

  • Framework: YOLOv8
  • Fine-tuned on custom dataset

Usage

from ultralytics import YOLO
model = YOLO('path/to/best.pt')
# Perform inference
results = model('path/to/image.jpg')
results.show()
Downloads last month

-

Downloads are not tracked for this model. How to track
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 model has no library tag.