Edit model card

Model Description

Ultralytics: YOLOv8 in PyTorch > ONNX > CoreML > TFLite]

Installation

pip install ultralytics

Yolov8 Inference

from ultralytics import YOLO

model = YOLO('kadirnar/yolov8m-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


Downloads last month
0
Inference API
Unable to determine this model's library. Check the docs .

Dataset used to train kadirnar/yolov8m-v8.0

Spaces using kadirnar/yolov8m-v8.0 7