Webcam Detect

3
license:apache-2.0
by
highheat4
Other
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

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

Code Examples

Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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
Annotated output is saved under runs/detect/predicttext
!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

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.