Instructions to use SharpAI/yolo11l-coreml-int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use SharpAI/yolo11l-coreml-int8 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("SharpAI/yolo11l-coreml-int8") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload yolo11l_mlpackage_int8_auto.zip with huggingface_hub
Browse files
yolo11l_mlpackage_int8_auto.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62453134fab98d760ff83a6b6fdae48f4d45922ec549bb214100939d641f79f3
|
| 3 |
+
size 23306784
|