from ultralytics import YOLO
# 2024 model
model = YOLO("zhongqic/river-herring-yolo11.pt")
# 2025 model
model = YOLO("zhongqic/river-herring-yolo11_2025.pt")
# Run prediction
results = model(source=img_path)
Downloads last month
-
Downloads are not tracked for this model. How to track