Add Core ML conversion
Browse filesCore ML conversion, task=object-detection, precision=float32
coreml/object-detection/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
The diff for this file is too large to render.
See raw diff
|
|
coreml/object-detection/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5872c6262fe35366e91adc46f77ac005dc159fb74a2a4d8388e2e977494e6e3c
|
3 |
+
size 122752896
|
coreml/object-detection/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"2F621AFF-18E1-46A4-80E7-33D964CF44AB": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"A0F2B5B7-06DF-47B6-8F9C-79A04418D55C": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "2F621AFF-18E1-46A4-80E7-33D964CF44AB"
|
18 |
+
}
|