MingDoan's picture
feat: First commit
65aa0cb
raw
history blame contribute delete
119 Bytes
import os
from ultralytics import YOLO
model = YOLO(os.path.join(os.getcwd(), "models", "yolo.pt"))
model.conf = 0.5