segv11 / get-model.py
ED-Demo's picture
Upload folder using huggingface_hub
face243 verified
raw
history blame contribute delete
124 Bytes
from ultralytics import YOLO
# Load pretrained YOLOv8x-seg model (auto-downloads if missing)
model = YOLO("yolov8x-seg.pt")