TheCluster commited on
Commit
d9c70cb
·
1 Parent(s): 08f05fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ pipeline_tag: object-detection
4
+ tags:
5
+ - yolo
6
+ - yolov11
7
+ - apple
8
+ - coreml
9
+ - ane
10
+ - tracking
11
+ - ultralytics
12
+ ---
13
+
14
+ ### YOLOv11 CoreML
15
+
16
+ YOLOv11 models converted to CoreML format.
17
+
18
+ Using:
19
+
20
+ - pytorch 2.5.0
21
+ - coremltools 8.0
22
+ - ultralytics 8.3.16
23
+ - macOS Sequoia 15.1
24
+
25
+
26
+ Tested on:
27
+
28
+ - M1
29
+ - M1 Ultra
30
+ - M4 (iPad Pro 2024)
31
+ - A15 (iPhone 14)
32
+
33
+
34
+ Models can be run using Apple Neural Engine
35
+
36
+
37
+ Model sources: https://github.com/ultralytics/ultralytics