TheCluster commited on
Commit
b632eae
1 Parent(s): 5c30833

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -7,4 +7,30 @@ tags:
7
  - apple
8
  - coreml
9
  - ane
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - apple
8
  - coreml
9
  - ane
10
+ - tracking
11
+ ---
12
+
13
+ ### YOLOv8 CoreML
14
+
15
+ YOLOv8 models converted to CoreML format.
16
+
17
+ Using:
18
+
19
+ - pytorch 2.2.0
20
+ - coremltools 7.2
21
+ - ultralytics 8.2.35
22
+
23
+
24
+ Tested on:
25
+
26
+ - M1
27
+ - M1 Ultra
28
+ - M4 (iPad Pro 2024)
29
+
30
+
31
+ Models can be run using Apple Neural Engine
32
+
33
+
34
+ Original weights: https://huggingface.co/Ultralytics/YOLOv8/tree/main
35
+
36
+ Model sources: https://github.com/ultralytics/ultralytics