Model Description
Ultralytics: YOLOv8 in PyTorch > ONNX > CoreML > TFLite]
Installation
pip install ultralytics
Yolov8 Inference
from ultralytics import YOLO
model = YOLO('kadirnar/yolov8n-v8.0')
model.conf = conf_threshold
model.iou = iou_threshold
prediction = model.predict(image, imgsz=image_size, show=False, save=False)
BibTeX Entry and Citation Info
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.