test.py 90 B

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