a-ml commited on
Commit
fe79d94
·
verified ·
1 Parent(s): 10c0b07

Add Core ML fp32 (unquantized reference)

Browse files
coreml/FaceDepth_fp32.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17ed8a1f725712dc54ff3e2a8e9c7959e31ef7f702248580281fd94eb94d77a8
3
+ size 286886
coreml/FaceDepth_fp32.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:a213bec4653af8874402f2d4b4ee7e6cd195a725b1188e62bff0eb0c8edd0902
3
+ size 1335199616
coreml/FaceDepth_fp32.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "49489823-C7EA-413B-B501-AD7376EBE47E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "EDF06A3A-2C50-4E5F-87CC-0BDCE336E4BD": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "EDF06A3A-2C50-4E5F-87CC-0BDCE336E4BD"
18
+ }