Instructions to use mlboydaisuke/YOLO11s-CoreML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use mlboydaisuke/YOLO11s-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/YOLO11s-CoreML") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
234da96 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4fb273b8362d5ca8dc514051e7df53ebc0274528d436cad3021082550b151f70
size 165840
|