File size: 110 Bytes
6907879
 
aaa1b64
6907879
1
2
3
4
5
from .yolov8.YOLOv8 import YOLOv8

model_path = "./model/best20231112.onnx"
detector = YOLOv8(model_path)