rafaelpadilla/coco2017
Viewer • Updated • 123k • 3.62k • 32
This model is a CoreML-converted version of Ultralytics/YOLO11n, optimized for running directly on Apple devices.
.mlpackage (CoreML)Tested on:
Achieves real-time inference (~30–60 FPS depending on device and resolution) in on-device vision pipelines.
VNCoreMLModelSwift code snippet to load and run the model:
import Vision
import CoreML
let model = try VNCoreMLModel(for: YOLO11n().model)
let request = VNCoreMLRequest(model: model) { request, error in
// handle results
}
(Ensure .mlpackage is added to Xcode project.)
coremltoolsIf you use this model, cite the original YOLO11N Model:
@misc{yolov11,
author = {Ultralytics},
title = {YOLOv11},
year = 2024,
url = {https://github.com/ultralytics/ultralytics}
}
Base model
Ultralytics/YOLO11