metadata
license: mit
language:
- en
metrics:
- accuracy
base_model:
- Ultralytics/YOLOv8
pipeline_tag: object-detection
Horizon Model - YOLOv8
This is a fine-tuned YOLOv8 model for object detection.
Model Usage
Load this model using transformers or ultralytics:
from ultralytics import YOLO
model = YOLO("Yash030/horizon")
results = model("image.jpg")