How to use from the
Use from the
ultralytics library
# Couldn't find a valid YOLO version tag.
# Replace XX with the correct version.
from ultralytics import YOLOvXX

model = YOLOvXX.from_pretrained("LK-ROBOTICS/nxp-sf-yolo11n-balanced")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)

NXP SF YOLO11n Balanced

이 repo는 stable model family repo이며, 각 model revision은 revisions/<revision>/ 아래에 저장합니다.

  • stable repo: LK-ROBOTICS/nxp-sf-yolo11n-balanced
  • latest revision: v1
  • dataset family repo: LK-ROBOTICS/nxp-sf-train-balanced

Revisions

revision path note
v1 revisions/v1 current migrated baseline from legacy nxp-sf-yolo11n-balanced-v1
Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train LK-ROBOTICS/nxp-sf-yolo11n-balanced

Evaluation results