test.py 87 B

1234
  1. from ultralytics import YOLO
  2. if __name__ == "__main__":
  3. model= YOLO("yolov8n.pt")