Instructions to use mlboydaisuke/YOLO26s-CoreML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use mlboydaisuke/YOLO26s-CoreML with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("mlboydaisuke/YOLO26s-CoreML") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Add README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,8 @@ tags:
|
|
| 20 |
|
| 21 |
NMS-free object detection. 640×640 input, 80 COCO classes.
|
| 22 |
|
|
|
|
|
|
|
| 23 |
Core ML conversion of [ultralytics/ultralytics](https://github.com/ultralytics/ultralytics) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 24 |
|
| 25 |
| | |
|
|
|
|
| 20 |
|
| 21 |
NMS-free object detection. 640×640 input, 80 COCO classes.
|
| 22 |
|
| 23 |
+
<p><img src="https://huggingface.co/mlboydaisuke/YOLO26s-CoreML/resolve/main/media/bc27d62111.png" alt="YOLO26s demo"></p>
|
| 24 |
+
|
| 25 |
Core ML conversion of [ultralytics/ultralytics](https://github.com/ultralytics/ultralytics) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 26 |
|
| 27 |
| | |
|