TheCluster
commited on
Commit
•
0d60b6c
1
Parent(s):
75b3d13
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
tags:
|
5 |
+
- yolo
|
6 |
+
- yolov9
|
7 |
+
- apple
|
8 |
+
- coreml
|
9 |
+
- ane
|
10 |
+
- tracking
|
11 |
+
---
|
12 |
+
|
13 |
+
### YOLOv9 CoreML
|
14 |
+
|
15 |
+
YOLOv9 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 |
+
Model sources: https://github.com/ultralytics/ultralytics
|