How to use from the
Use from the
ultralytics library
from ultralytics import YOLOvv8

model = YOLOvv8.from_pretrained("dxvyaaa/yolo_helmet")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)

YOLO Helmet Detection

This is a YOLOv8 model trained for helmet detection.

Downloads last month
23
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support