phuochungus's picture
change to yolo
aaa1b64
raw
history blame
No virus
110 Bytes
from .yolov8.YOLOv8 import YOLOv8
model_path = "./model/best20231112.onnx"
detector = YOLOv8(model_path)