from ultralytics import YOLO # Load model model = YOLO("zhongqic/river-herring-yolo11") # Run prediction results = model(source=img_path)
-