webcam-detect / README.md
highheat4's picture
Update README.md
5a54ecc verified
metadata
license: apache-2.0

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