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/predictAnnotated 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/predictAnnotated 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/predictAnnotated 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/predictAnnotated 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/predictAnnotated 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/predictAnnotated 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/predictAnnotated 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/predictDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.