Instructions to use mobilint/YOLO11l-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/YOLO11l-cls with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="YOLO11l-cls", model_type="DEFAULT", model_path="", core_mode="global8", ) try: image = model.preprocess("path/to/image.jpg") output = model(image) result = model.postprocess(output) finally: model.dispose() - Notebooks
- Google Colab
- Kaggle
Commit ·
8ec8171
1
Parent(s): 71c4f20
feat: Add YOLO11l-cls models in MXQ format and configure LFS tracking for .mxq files.
Browse files- .gitattributes +1 -0
- aries/global4/yolo11l-cls.mxq +3 -0
- aries/global8/yolo11l-cls.mxq +3 -0
- aries/multi/yolo11l-cls.mxq +3 -0
- aries/single/yolo11l-cls.mxq +3 -0
.gitattributes
CHANGED
|
@@ -11,6 +11,7 @@
|
|
| 11 |
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 14 |
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 11 |
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mxq filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
aries/global4/yolo11l-cls.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d61135fac496e30d994bf5e52e9eb625514eecfd620aee4415302ce770924d
|
| 3 |
+
size 14929886
|
aries/global8/yolo11l-cls.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0bcb9df02d3778eea83d9c1e382e87e460ea023ab26100ded75f9cc7fb56871
|
| 3 |
+
size 14972862
|
aries/multi/yolo11l-cls.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f0120b80b487047f1154d763d45285650c6687d43ee451118378e4e92a4b030
|
| 3 |
+
size 15178262
|
aries/single/yolo11l-cls.mxq
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e21ae0b861973aaddd774114dc3ec3071599ba5e9e38728c35fbe9eaf8f4101b
|
| 3 |
+
size 14848682
|