phuochungus's picture
save change
6907879
raw
history blame
92 Bytes
from .yolov8.YOLOv8 import YOLOv8
model_path = "./model"
detector = YOLOv8(model_path)