from ultralytics import YOLO model = YOLO("yolov12s.yaml") print("Model loaded successfully!")