A finetuned YOLO 12 model that detects the webcam / streamer in settings like zoom, twitch streaming, etc.

Usage:

!pip install ultralytics

from ultralytics import YOLO

model = YOLO("/path/to/yolo12s_finetuned.pt")
results = model.predict(source="input.jpg", conf=0.3, imgsz=640, device=0, save=True)
# Annotated output is saved under runs/detect/predict

Example on a few images: image

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support